Skip to content

Commit

Permalink
Fix duplicated line and indent
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Dec 10, 2021
1 parent faa73d2 commit e502b82
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions arch/CRAY-XC40-gnu.psmp
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
module add gcc/${1}; \
module add cray-fftw; \
echo "Expected setup:"; \
echo " cray-mpich/7.7.16"; \
echo " craype-broadwell"; \
echo " daint-mc"; \
echo " cray-mpich/7.7.16"; \
echo " craype/2.7.3"; \
echo " cray-libsci/20.09.1"; \
echo " PrgEnv-gnu/6.0.9"; \
echo " gcc/${1}"; \
echo " cray-fftw/3.3.8.8"; \
echo " cray-mpich/7.7.16"; \
echo " craype-broadwell"; \
echo " daint-mc"; \
echo " cray-mpich/7.7.16"; \
echo " craype/2.7.3"; \
echo " cray-libsci/20.09.1"; \
echo " PrgEnv-gnu/6.0.9"; \
echo " gcc/${1}"; \
echo " cray-fftw/3.3.8.8"; \
module list; \
module -f save cp2k_mc_gnu_psmp; \
echo "To load the required modules in your batch job script, use:"; \
Expand All @@ -55,7 +55,7 @@
echo " make -j ARCH=${this_file%%.*} VERSION=${this_file##*.} libcp2k"; \
return

# Set options (leave option blank or comment line to disable)
# Set options
DO_CHECKS := no
USE_COSMA := 2.5.1
USE_ELPA := 2021.05.002
Expand Down Expand Up @@ -92,7 +92,7 @@ DFLAGS += -D__MAX_CONTR=$(strip $(MAX_CONTR))
INSTALL_PATH := $(PWD)/tools/toolchain/install

ifeq ($(DO_CHECKS), yes)
DFLAGS += -D__CHECK_DIAG
DFLAGS += -D__CHECK_DIAG
endif

ifneq ($(USE_PLUMED),)
Expand Down Expand Up @@ -137,7 +137,6 @@ ifneq ($(USE_LIBINT),)
CFLAGS += -I$(LIBINT_INC)
DFLAGS += -D__LIBINT
LIBS += $(LIBINT_LIB)/libint2.a
LIBS += $(LIBINT_LIB)/libint2.a
endif

ifneq ($(USE_SPGLIB),)
Expand Down Expand Up @@ -216,3 +215,5 @@ FCFLAGS += -std=f2008
LDFLAGS := $(FCFLAGS) -static

LIBS += -lz -ldl -lstdc++

# End

0 comments on commit e502b82

Please sign in to comment.