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 sta

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 > http://lists.mpich.org/pi

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 u

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 20

[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