adjusted test to leaner Abaqus wrapper without exp

This commit is contained in:
Martin Diehl 2018-07-07 11:36:15 +02:00
parent 3cab420813
commit d6a0f2574d
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 1581e8e53910725bac354f5e6f5af1a6914a0a59
Subproject commit 10b35c4dd607afecf312783e5d9279e1d1d743f3

View File

@ -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 " +