Created
October 15, 2021 05:20
-
-
Save PrometheusPi/57687d63e37f8022fad948b3f77cd99c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # for hemera | |
| #module load python/3.6.5 # default for jupyter hub | |
| #source test_virtualEnv/bin/activate | |
| module load gcc/7.3.0 | |
| module load openmpi/4.0.4-csk | |
| module load zlib/1.2.11 | |
| module load hdf5-parallel/1.10.5 | |
| module load libfabric/1.11.1 | |
| module load c-blosc/1.14.4 | |
| module load adios2/2.7.1 | |
| module load openpmd/0.13.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment