diff --git a/PRIVATE b/PRIVATE index 1581e8e53..10b35c4dd 160000 --- a/PRIVATE +++ b/PRIVATE @@ -1 +1 @@ -Subproject commit 1581e8e53910725bac354f5e6f5af1a6914a0a59 +Subproject commit 10b35c4dd607afecf312783e5d9279e1d1d743f3 diff --git a/installation/mods_Abaqus/abaqus_v6_debug.env b/installation/mods_Abaqus/abaqus_v6_debug.env index 76d90b7f7..de5189a52 100644 --- a/installation/mods_Abaqus/abaqus_v6_debug.env +++ b/installation/mods_Abaqus/abaqus_v6_debug.env @@ -31,7 +31,8 @@ fortCmd = "ifort" # -real-size 64 -DFLOAT=8 assume size of real to be 8 bytes, matches our definition of pReal # -integer-size 32 -DINT=4 assume size of integer to be 4 bytes, matches our definition of pInt -#-fopenmp crashes in config.f90 since presence of default string is not recognized# +# 'check pointers' does not work + compile_fortran = (fortCmd + " -c -fPIC -auto -shared-intel " + "-I%I -free -O0 -fpp " + "-ftz -diag-disable 5268 " +