Skip to content

Instantly share code, notes, and snippets.

@psychocoderHPC
Created February 7, 2023 06:58
Show Gist options
  • Select an option

  • Save psychocoderHPC/204503b63a5a2ce1cf86a731107f96f5 to your computer and use it in GitHub Desktop.

Select an option

Save psychocoderHPC/204503b63a5a2ce1cf86a731107f96f5 to your computer and use it in GitHub Desktop.
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