[READ-ONLY] Mirror of https://github.com/shuuji3/mochi-boot-camp. Forked from https://xgitlab.cels.anl.gov/sds/mochi-boot-camp
margo mochi sds
0

Configure Feed

Select the types of activity you want to include in your feed.

update spack documentation following recent fix

+1 -6
-6
sessions/s2-hands-on/README.md
··· 53 53 ``` 54 54 cd ~/bootcamp 55 55 git clone https://github.com/spack/spack.git 56 - cd spack 57 - git checkout a940ff3 58 56 . ~/bootcamp/spack/share/spack/setup-env.sh 59 57 ``` 60 - 61 - ** PLEASE NOTE: the `git checkout a940ff3` step shown above is a temporary 62 - workaround that is SPECIFIC TO THE JLSE ENVIRONMENT. Please omit this 63 - step in all other environments where you may install Mochi. ** 64 58 65 59 At this point, the `spack` command line tool is available to you, but we 66 60 need just a few more steps to configure it ideally for this envionment.
+1
sessions/s2-hands-on/packages.yaml
··· 96 96 mpich@3.1.4: /soft/libraries/mpi/mpich-gcc-3.1.4 97 97 buildable: False 98 98 all: 99 + target: ["x86_64"] 99 100 providers: 100 101 mpi: [mpich]