Skip to content

Commit

Permalink
arch: make Eiger-gfortran load gcc/10.2.0 to workaround issues with t…
Browse files Browse the repository at this point in the history
…he module system
  • Loading branch information
dev-zero committed Jun 17, 2021
1 parent 3c81dfb commit b9bc74e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions arch/Eiger-gfortran.psmp
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@
# \
module load cpeGNU ; \
module load \
cray-fftw \
ELPA/2020.11.001 \
libxsmm/1.16.1 \
libxc/5.1.3 \
Libint-CP2K/2.6.0 ; \
cray-fftw \
ELPA/2020.11.001 \
libxsmm/1.16.1 \
libxc/5.1.3 \
Libint-CP2K/2.6.0 \
gcc/10.2.0 \
; \
echo "Please check the output above for error messages." ; \
echo "If everything is OK, run with:" ; \
echo "If everything is OK, build CP2K with:" ; \
echo " make -j ARCH=Eiger-gfortran VERSION=psmp" ; \
/usr/bin/test _`echo is_csh 2>/dev/null` != _is_csh && exit ; \
return

# === OPTIONS ===
Expand Down

0 comments on commit b9bc74e

Please sign in to comment.