-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build-notes - summit #6
Comments
Build note - On summit, I used external hwloc for OMPI and TAU to resolve dependency on Note - But i still ended up needing to hack a TAU Makefile. Ultimately, I believe I could have just removed the Here's the manually modified line I used... login3:$ grep TAU_MVAPICH2_LINKER_OPTIONS= include/Makefile
#TAU_MVAPICH2_LINKER_OPTIONS=-lhwloc #ENDIF##IBM64LINUX_XLC#
TAU_MVAPICH2_LINKER_OPTIONS= |
Add export PATH=$TAU_INSTALL_DIR/ibm64linux/bin:$PATH |
More notes:
TODO:
This looks like an interleaving things, as the backtrace shows we are failing during Note things seem to work for
|
Looks like I did not build TAU with multithreading and the latest OMPI is more multi-threaded during init. So the fix appears to be:
|
Summit Build Summary:
|
Building TAU + OMPI-instr-master on SUMMIT.
This is to track the build notes for tests with PR #5 on Summit
The text was updated successfully, but these errors were encountered: