[OMPI users] Fwd: compilation aborted for Handler.cpp (code 2)

2013-09-19 Thread Syed Ahsan Ali
I am trying to compile openmpi-1.6.5 on fc16.x86_64 with icc and ifort but getting the subject error. config.out and make.out is attached. Following command was used for configure ./configure CC=icc CXX=icpc FC=ifort F77=ifort F90=ifort --prefix=/home/openmpi_gfortran -enable-mpi-f90

Re: [OMPI users] openmpi, stdin and qlogic infiniband

2013-09-19 Thread Ralph Castain
All that's true - use of stdin isn't encouraged by any means. However, we do support it and I've never heard of an interaction between that support and infiniband. They are in totally different sections of the code, and shouldn't have any crossover. What the error is saying is that it can't

Re: [OMPI users] openmpi, stdin and qlogic infiniband

2013-09-19 Thread Fabrice Boyrie
Thanks for your answer I will forward it to an AbInit developper... Fabrice BOYRIE NB: The problems seems specific to my qlogic driver (QLogicIB-Basic.RHEL6-x86_64.7.1.0.0.58.tgz). On Thu, Sep 19, 2013 at 08:37:18AM -0500, Jeff Hammond wrote: > See this related post >

Re: [OMPI users] openmpi, stdin and qlogic infiniband

2013-09-19 Thread Jeff Hammond
See this related post http://lists.mpich.org/pipermail/discuss/2013-September/001452.html. The only text in the MPI standard I could find related to stdin is "assuming the MPI implementation supports stdin such that this works", which is not what I'd call a ringing endorsement of the practice of

Re: [OMPI users] openmpi, stdin and qlogic infiniband

2013-09-19 Thread Reuti
Hi, Am 19.09.2013 um 13:42 schrieb Fabrice Boyrie: > I have to compile a program (abinit) reading data from stdin and it > doesn't works. > > I made a simplified version of the program > > > I've tried openmpi 1.6.5 and 1.7.2 > The fortran compiler is ifort (tried Version 14.0.0.080 Build

Re: [OMPI users] Segmentation fault with fresh compilation of 1.7.2

2013-09-19 Thread Matthieu Brucher
Hi, I tried with the latest nightly (well now it may not be the latest anymore), and orte-info didn't crash. So I'll try again later with my app. thanks, Matthieu 2013/9/15 Matthieu Brucher : > I can try later this week, yes. > Thanks > > Le 15 sept. 2013 19:09,

[OMPI users] openmpi, stdin and qlogic infiniband

2013-09-19 Thread Fabrice Boyrie
Hello I have to compile a program (abinit) reading data from stdin and it doesn't works. I made a simplified version of the program PROGRAM TESTSTDIN use mpi integer ( kind = 4 ) error integer ( kind = 4 ) id integer ( kind = 4 ) p real ( kind = 8 ) wtime CHARACTER(LEN=255) a