-
Notifications
You must be signed in to change notification settings - Fork 13
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
Update for Sherlock #256
Update for Sherlock #256
Conversation
@@ -48,7 +48,7 @@ jobs: | |||
DOCKERFILE: docker/Stanford/Dockerfile | |||
DOCKER_ROOT_IMAGE: jafranc/sherlock-gcc10.1.0-openmpi4.1.2-cuda11.5.0-openblas0.3.10-zlib1.2.11-no-geosx:0.0.1 | |||
HOST_CONFIG: docker/Stanford/sherlock-gcc10-ompi4.1.2-openblas0.3.10-cuda11.5.0-sm80.cmake | |||
INSTALL_DIR_ROOT: /oak/stanford/schools/ees/COLLABORATIONS/geosx/GPU | |||
INSTALL_DIR_ROOT: /home/groups/tchelepi/geosx-sherlock/GPU |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not just geos
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, put geos
whenever you can.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the title and the description of the PR.
@matteofrigo5 Are we sure on the final path it will be in ? Or will it be in |
I've create two distinct directories, namely |
No that's good, then this PR should reflect those choices :) The PR reflect those choices:
Do I need to edit any other file? |
docker/Stanford/Sherlock.Dockerfile
Outdated
@@ -182,6 +182,6 @@ ENV CC=${SHERLOCK_GCC_INSTALL_DIR}/bin/gcc \ | |||
MPIFC=${SHERLOCK_OPENMPI_INSTALL_DIR}/bin/mpifort \ | |||
MPIEXEC=${SHERLOCK_OPENMPI_INSTALL_DIR}/bin/mpiexec \ | |||
# An additional `LD_LIBRARY_PATH` action is needed for the tools to work. | |||
LD_LIBRARY_PATH=${SHERLOCK_OPENMPI_INSTALL_DIR}/lib:${SHERLOCK_GCC_INSTALL_DIR}/lib64:${SHERLOCK_OPENBLAS_INSTALL_DIR}/lib:${SHERLOCK_ZLIB_INSTALL_DIR}/lib:${LD_LIBRARY_PATH} | |||
LD_LIBRARY_PATH=${SHERLOCK_OPENMPI_INSTALL_DIR}/lib:${SHERLOCK_GCC_INSTALL_DIR}/lib64:${SHERLOCK_OPENBLAS_INSTALL_DIR}/lib:${SHERLOCK_CUDA_INSTALL_DIR}/lib64:${SHERLOCK_ZLIB_INSTALL_DIR}/lib:${LD_ LIBRARY_PATH} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😨 fix those spaces!
I'd say it's OK! |
Not that I recall, @TotoGaz is it the only location even post-GA introduction ? |
The TPLs and |
Main changes:
INSTALL_DIR_ROOT
DOCKER_ROOT_IMAGE
(update to CUDA 11.7.1)Relates to GEOS-DEV/GEOS#2977