Skip to content

Commit

Permalink
Merge pull request #22 from robertoiaconi/master
Browse files Browse the repository at this point in the history
Added the -dynamic flag for the compilation on xc40
  • Loading branch information
danieljprice committed Jul 12, 2020
2 parents f544f12 + 3e600b4 commit b2d4e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ ifeq ($(SYSTEM),xc40)
#massively copied from the Daint system
include Makefile_defaults_ifort
FC=ftn
FFLAGS+= -heap-arrays
FFLAGS+= -heap-arrays -dynamic
KNOWN_SYSTEM=yes
CC = cc
QSYS = slurm
Expand Down

0 comments on commit b2d4e9d

Please sign in to comment.