FIX: opal-x workflows

This commit is contained in:
2025-05-21 14:16:56 +02:00
parent 29e5454f49
commit 317910a2cd
2 changed files with 8 additions and 4 deletions

View File

@ -19,8 +19,10 @@ module use Spack unstable
module load gcc/13.2.0 openmpi/5.0.3-3lmi-GH200-gpu module load gcc/13.2.0 openmpi/5.0.3-3lmi-GH200-gpu
module load boost/1.82.0-3ns6 fftw/3.3.10 gnutls/3.8.3 googletest/1.14.0 gsl/2.7.1 h5hut/2.0.0rc7 openblas/0.3.26 cmake/3.31.4-u2nm module load boost/1.82.0-3ns6 fftw/3.3.10 gnutls/3.8.3 googletest/1.14.0 gsl/2.7.1 h5hut/2.0.0rc7 openblas/0.3.26 cmake/3.31.4-u2nm
git clone https://gitlab.psi.ch/OPAL/opal-x/src.git git clone https://gitlab.psi.ch/OPAL/opal-x/src.git opal-x
cd src cd opal-x
./gen_OPALrevision
mkdir build mkdir build
cd build cd build

View File

@ -19,8 +19,10 @@ module use Spack unstable
module load gcc/13.2.0 openmpi/4.1.6-57rc-A100-gpu module load gcc/13.2.0 openmpi/4.1.6-57rc-A100-gpu
module load boost/1.82.0-e7gp fftw/3.3.10 gnutls/3.8.3 googletest/1.14.0 gsl/2.8 h5hut/2.0.0rc7 openblas/0.3.26-omp cmake/3.31.6-oe7u module load boost/1.82.0-e7gp fftw/3.3.10 gnutls/3.8.3 googletest/1.14.0 gsl/2.8 h5hut/2.0.0rc7 openblas/0.3.26-omp cmake/3.31.6-oe7u
git clone https://gitlab.psi.ch/OPAL/opal-x/src.git git clone https://gitlab.psi.ch/OPAL/opal-x/src.git opal-x
cd src cd opal-x
./gen_OPALrevision
mkdir build mkdir build
cd build cd build