[ET Trac] [Einstein Toolkit] #1009: MPI is not automatically detected on Mac OS
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Thu Feb 14 09:19:53 CST 2013
#1009: MPI is not automatically detected on Mac OS
------------------------------------+---------------------------------------
Reporter: hinder | Owner:
Type: defect | Status: new
Priority: minor | Milestone:
Component: EinsteinToolkit thorn | Version:
Resolution: | Keywords:
------------------------------------+---------------------------------------
Comment (by knarf):
We could make this work a bit nicer if MPI would do something along the
lines of
{{{
for libext in a so dylib; do
for deepdir1 in "." openmpi; do
for deepdir2 in "." openmpi; do
for libdir in lib64 lib; do # and a couple more here that I left out
FILES="$deepdir1/include/$deepdir2/mpi.h
$deepdir1/$libdir/$deepdir2/libmpi.${libext}"
}}}
(Not proposing a patch now because of a lack of time)
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/1009#comment:5>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list