diff --git a/src/Makefile b/src/Makefile index 40336d876..85a6bed4a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -102,7 +102,7 @@ endif # Set FC and FCFLAGS... ifeq ($(COMPILER),gcc) FC=gfortran - FCFLAGS=-Wall -fopenmp -g -fcheck=all -fbacktrace -mcmodel=medium -Wcharacter-truncation -fno-automatic $(OPTI) + FCFLAGS=-Wall -fopenmp -g -fcheck=all -fbacktrace -mcmodel=medium -Wcharacter-truncation $(OPTI) else ifeq ($(COMPILER),icx) FC=ifort FCFLAGS=-warn -qopenmp -g -check=all -traceback -mcmodel=medium $(OPTI) diff --git a/tests/wrapper_test/run.sh b/tests/wrapper_test/run.sh index 27a946974..c77fbd904 100755 --- a/tests/wrapper_test/run.sh +++ b/tests/wrapper_test/run.sh @@ -1,6 +1,7 @@ #! /bin/bash # Set environment... +ulimit -s unlimited export LD_LIBRARY_PATH=../../libs/build/lib:$LD_LIBRARY_PATH export LANG=C export LC_ALL=C