[ET Trac] [Einstein Toolkit] #1555: Simfactory: intel optionlists with rdynamic option
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Wed Mar 12 05:54:18 CDT 2014
#1555: Simfactory: intel optionlists with rdynamic option
-------------------------+--------------------------------------------------
Reporter: bmundim | Owner: eschnett
Type: enhancement | Status: new
Priority: minor | Milestone: ET_2014_05
Component: SimFactory | Version: development version
Keywords: |
-------------------------+--------------------------------------------------
Hi,
While reviewing some options in my config file I noticed that the
-rdynamic gcc option for the linker is applied also to the intel compiler
option lists in symfactory. However there seems to have no such an option
when using icc or
icpc. Wouldn't be better then to pass this option as --export-dynamic
directly to the linker ld instead? Maybe as follows:
LDFLAGS = -Wl,--export-dynamic -Wl,-rpath,/path/to/whatever
instead of
LDFLAGS = -rdynamic -Wl,-rpath,/path/to/whatever
Thanks,
Bruno.
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/1555>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list