Created
February 7, 2023 06:58
-
-
Save psychocoderHPC/204503b63a5a2ce1cf86a731107f96f5 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
| spack install [email protected] | |
| spack install [email protected] | |
| spack install --reuse [email protected] %[email protected] | |
| spack load [email protected] %[email protected] | |
| spack install [email protected] | |
| spack load [email protected] | |
| echo "openpmd-api:" | |
| spack install --reuse [email protected] %[email protected] \ | |
| ^[email protected] +cuda cuda_arch=90\ | |
| ^[email protected] \ | |
| ^[email protected] \ | |
| ^[email protected] +atomics +cuda cuda_arch=90 | |
| echo "boost:" | |
| spack install --reuse [email protected] \ | |
| +program_options \ | |
| +filesystem \ | |
| +system \ | |
| +math \ | |
| +serialization \ | |
| +thread \ | |
| +chrono \ | |
| +atomic \ | |
| +date_time \ | |
| ~python \ | |
| %[email protected] | |
| echo "pngwriter" | |
| spack install --reuse [email protected] %[email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment