fixed Abaqus test to run with new installation scheme

This commit is contained in:
Martin Diehl 2014-02-05 06:38:31 +00:00
parent ccb950f3d8
commit 25ee49ea78
1 changed files with 3 additions and 3 deletions

View File

@ -37,9 +37,9 @@ compile_fortran = (fortCmd + " -c -fPIC -auto " +
"-I%I -I../lib -free -O1 -fpp -openmp " + "-I%I -I../lib -free -O1 -fpp -openmp " +
"-ftz -diag-disable 5268 " + "-ftz -diag-disable 5268 " +
"-implicitnone -assume byterecl " + "-implicitnone -assume byterecl " +
"-real-size 64 -integer-size 32 -DFLOAT=8 -DINT=4" + "-real-size 64 -integer-size 32 -DFLOAT=8 -DINT=4 " +
"-L/usr/lib64 -L/usr/lib" + "-L/usr/lib64 -L/usr/lib " +
"-Wl,-rpath=/usr/lib64,-rpath=/usr/lib" + "-Wl,-rpath=/usr/lib64,-rpath=/usr/lib " +
"-llapack") "-llapack")
# Abaqus/CAE will generate an input file without parts and assemblies. # Abaqus/CAE will generate an input file without parts and assemblies.