Last active
July 7, 2021 16:37
-
-
Save IgorBaratta/ff1dc0bf3196a2891951c3af3f78d24c 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 | |
module purge | |
module load gcc/9 | |
module load intel/impi/2020.2/gnu | |
module load intel/mkl/2020.2 | |
module load cmake | |
module load slurm | |
source spack/share/spack/setup-env.sh | |
spack env activate fenicsx-env |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment