Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

linker flag -export-dynamic?

f1vinod
Beginner
927 Views
Does anyone know what the linker flag -export-dynamic does? Apparantely it works with version 8.0 but it doesn't with 9.0. Is there an equivalent flag for version 9.0?

I am trying to compile and link in a fortran user subroutine into a Fininte Element code called ABAQUS.

I am running redhat 9 with Athlon 3000+.


The warning:

ifort: Command line warning: ignoring unknown option '-export-dynamic'

The ABAQUS executable then quits with this error message:

Error: The executable /usr/local/ABAQUS/6.5-6/exec/standard.exe
aborted with system error "Illegal memory reference" (signal 11)
0 Kudos
1 Reply
TimP
Honored Contributor III
927 Views
You will need to follow the specific instructions given by ABAQUS for re-linking their product.
0 Kudos
Reply