Re: [OMPI users] configuring a code with MPI/OPENMPI

2015-02-03 Thread Nick Papior Andersen
I_FABRICS=shm:dapl > > I tried to put these paths in the --with-mpi-prefix but there was still a > reference to the gcc mpi! > > Regards > > Elio > > > > -------------- > From: nickpap...@gmail.com > Date: Tue, 3 Feb 2015 19:26:13 + > &g

Re: [OMPI users] configuring a code with MPI/OPENMPI

2015-02-03 Thread Elio Physics
:21:51 + To: us...@open-mpi.org Subject: Re: [OMPI users] configuring a code with MPI/OPENMPI First try and correct your compilation by using the intel c-compiler AND the fortran compiler. You should not mix compilers. CC=icc FC=ifortElse the config.log is going to be necessary to debug it further.

Re: [OMPI users] configuring a code with MPI/OPENMPI

2015-02-03 Thread Brock Palen
ainst gcc > (the 4.1) so that will never work, even if you specify FC/CC > Either: > A) Use an MPI version installed using the intel compiler (if not provided by > your cluster administrator you need to install it) > B) Get a new gcc compiler > > Regards > > Elio >

Re: [OMPI users] configuring a code with MPI/OPENMPI

2015-02-03 Thread Nick Papior Andersen
r you need to install it) > B) Get a new gcc compiler > >> >> Regards >> >> Elio >> >> >> -- >> From: nickpap...@gmail.com >> Date: Tue, 3 Feb 2015 17:21:51 + >> To: us...@open-mpi.org >> Subject

Re: [OMPI users] configuring a code with MPI/OPENMPI

2015-02-03 Thread Nick Papior Andersen
- > From: nickpap...@gmail.com > Date: Tue, 3 Feb 2015 17:21:51 +0000 > To: us...@open-mpi.org > Subject: Re: [OMPI users] configuring a code with MPI/OPENMPI > > > First try and correct your compilation by using the intel c-compiler AND > the fortran c

Re: [OMPI users] configuring a code with MPI/OPENMPI

2015-02-03 Thread Jeff Squyres (jsquyres)
Without knowing anything about the application that you are trying to build, it's really hard to say. You should probably be asking the support mailing lists for that specific application -- they would better be able to support you. This list is for Open MPI, which is likely one of the MPI impl

Re: [OMPI users] configuring a code with MPI/OPENMPI

2015-02-03 Thread Elio Physics
. I am attaching the config.log file. I appreciate your help. Regards Elio From: nickpap...@gmail.com List-Post: users@lists.open-mpi.org Date: Tue, 3 Feb 2015 17:21:51 + To: us...@open-mpi.org Subject: Re: [OMPI users] configuring a code with MPI/OPENMPI First try and correct your compilation

Re: [OMPI users] configuring a code with MPI/OPENMPI

2015-02-03 Thread Nick Papior Andersen
First try and correct your compilation by using the intel c-compiler AND the fortran compiler. You should not mix compilers. CC=icc FC=ifort Else the config.log is going to be necessary to debug it further. PS: You could also try and convince your cluster administrator to provide a more recent com

Re: [OMPI users] configuring a code with MPI/OPENMPI (UNCLASSIFIED)

2015-02-03 Thread Burns, Andrew J CTR (US)
andrew.j.bur...@us.army.mil andrew.j.burns35@mail.mil -Original Message- From: users [mailto:users-boun...@open-mpi.org] On Behalf Of Elio Physics Sent: Tuesday, February 03, 2015 12:14 PM To: us...@open-mpi.org Subject: [OMPI users] configuring a code with MPI/OPENMPI Dear all, II

[OMPI users] configuring a code with MPI/OPENMPI

2015-02-03 Thread Elio Physics
Dear all, II am trying to configure a code with mpi (for parallel processing) to do some calculations so basically I type: ./configure and I get: configure: error: Fortran compiler does not provide iso_c_binding module. Use a more recent version or a different compiler which means that my GCC