[ET Trac] [Einstein Toolkit] #1755: Problem with building on Ubuntu 14.04
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Tue Apr 28 15:13:09 CDT 2015
#1755: Problem with building on Ubuntu 14.04
------------------------------------+---------------------------------------
Reporter: maxim.barkov@… | Owner:
Type: defect | Status: closed
Priority: blocker | Milestone: ET_2014_11
Component: Cactus | Version: development version
Resolution: wontfix | Keywords: MPI build
------------------------------------+---------------------------------------
Changes (by rhaas):
* status: new => closed
* resolution: => wontfix
Comment:
Replying to [comment:6 maxim.barkov@…]:
> Some lib names and paths should be corrected.
> The following setup works fine on ubuntu 14.04
>
> {{{
> # Ubuntu's libhwloc-dev is broken; see
> # <https://trac.einsteintoolkit.org/ticket/1717>
> HWLOC_DIR = BUILD
>
> MPI_DIR = /usr
> # Ubuntu < 14.04 uses mpich2, >= 14.04 uses mpich
> MPI_INC_DIRS = /usr/include/mpi /usr/include/mpich
> MPI_LIB_DIRS = /usr/lib
> MPI_LIBS = mpi mpif90 mpi++ mpif77
>
> PTHREADS = yes
>
> }}}
From the names of the files it seems as if you are using the OpenMPI
package and not mpich package. Since the option list is for mpich the
changes would break it for any users that follow the instructions in the
file.
Frank: since you created the configuration initially, and since Ubuntu
actually uses openmpi as the package to supply mpi-default-dev do you
object switch the option list over to openmpi.
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/1755#comment:7>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list