Skip to content

Commit

Permalink
Merge branch 'ebourne_full_credit_public_mirror' into 'main'
Browse files Browse the repository at this point in the history
Update public mirror script

See merge request gysela-developpers/gyselalibxx!698

--------------------------------------------
  • Loading branch information
EmilyBourne committed Sep 30, 2024
1 parent 648888c commit e37acd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions toolchains/v100.persee/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ then
exit 1
fi

. /data/gyselarunner/spack-0.20.0/share/spack/setup-env.sh
. /data/gyselarunner/spack-0.22.2/share/spack/setup-env.sh

spack load gcc@11
spack load gcc@12
spack env activate gyselalibxx-env-omp-cuda
export OMP_PROC_BIND=spread
export OMP_PLACES=threads
Expand Down
5 changes: 4 additions & 1 deletion toolchains/xeon.persee/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ then
exit 1
fi

. /data/gyselarunner/gyselalibxx_spackactivate.sh
. /data/gyselarunner/spack-0.22.2/share/spack/setup-env.sh

spack load gcc@12
spack env activate gyselalibxx-env-cuda

0 comments on commit e37acd2

Please sign in to comment.