Skip to content

Commit

Permalink
Include again ulimit -s unlimited
Browse files Browse the repository at this point in the history
  • Loading branch information
catrinmey committed Nov 21, 2024
1 parent 5337268 commit 5b1f66c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions tests/wrapper_test/run.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5b1f66c

Please sign in to comment.