adjusted test to leaner Abaqus wrapper without exp
This commit is contained in:
parent
3cab420813
commit
d6a0f2574d
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
||||||
Subproject commit 1581e8e53910725bac354f5e6f5af1a6914a0a59
|
Subproject commit 10b35c4dd607afecf312783e5d9279e1d1d743f3
|
|
@ -31,7 +31,8 @@ fortCmd = "ifort"
|
||||||
# -real-size 64 -DFLOAT=8 assume size of real to be 8 bytes, matches our definition of pReal
|
# -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
|
# -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 " +
|
compile_fortran = (fortCmd + " -c -fPIC -auto -shared-intel " +
|
||||||
"-I%I -free -O0 -fpp " +
|
"-I%I -free -O0 -fpp " +
|
||||||
"-ftz -diag-disable 5268 " +
|
"-ftz -diag-disable 5268 " +
|
||||||
|
|
Loading…
Reference in New Issue