[ET Trac] [Einstein Toolkit] #1652: thorn MPI parses library names wrong if they contain dash

Einstein Toolkit trac-noreply at einsteintoolkit.org
Mon Sep 15 09:53:06 CDT 2014


#1652: thorn MPI parses library names wrong if they contain dash
--------------------+-------------------------------------------------------
 Reporter:  knarf   |       Owner:  sbrandt            
     Type:  defect  |      Status:  new                
 Priority:  major   |   Milestone:  ET_2014_11         
Component:  Cactus  |     Version:  development version
 Keywords:          |  
--------------------+-------------------------------------------------------
 mpicc --showme    returns on my system:
 {{{
 gcc -I/usr/lib/openmpi/include -I/usr/lib/openmpi/include/openmpi -pthread
 -L/usr/lib/openmpi/lib -lmpi -lopen-rte -lopen-pal -ldl -Wl,--export-
 dynamic -lnsl -lutil -lm -ldl
 }}}
 which MPI parses to be
 {{{
 MPI_LIBS     = mpi open open dl nsl util m dl
 }}}

 (note the missing part after the "open" in two libraries...

-- 
Ticket URL: <https://trac.einsteintoolkit.org/ticket/1652>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit


More information about the Trac mailing list