Skip to content

Commit

Permalink
Update Makefile to remove ulimit -s unlimited
Browse files Browse the repository at this point in the history
  • Loading branch information
catrinmey committed Nov 21, 2024
1 parent 3ac5672 commit 01dc686
Showing 1 changed file with 1 addition 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 $(OPTI)
FCFLAGS=-Wall -fopenmp -g -fcheck=all -fbacktrace -mcmodel=medium -Wcharacter-truncation -fno-automatic $(OPTI)
else ifeq ($(COMPILER),icx)
FC=ifort
FCFLAGS=-warn -qopenmp -g -check=all -traceback -mcmodel=medium $(OPTI)
Expand Down

0 comments on commit 01dc686

Please sign in to comment.