Re: [OMPI users] ERROR: C_FUNLOC function

2014-12-18 Thread Siegmar Gross
Hi Mike, > Could you please check the /etc/mtab file for real FS type for > the following mount points: > > get_mounts: dirs[16]:/misc fs:autofs nfs:No > get_mounts: dirs[17]:/net fs:autofs nfs:No > get_mounts: dirs[18]:/home fs:autofs nfs:No /etc/mtab has the following entries: /etc/auto.misc

Re: [OMPI users] ERROR: C_FUNLOC function

2014-12-18 Thread Mike Dubman
Hi Siegmar, Could you please check the /etc/mtab file for real FS type for the following mount points: get_mounts: dirs[16]:/misc fs:autofs nfs:No get_mounts: dirs[17]:/net fs:autofs nfs:No get_mounts: dirs[18]:/home fs:autofs nfs:No could you please check if mntent.h and paths.h were detected

Re: [OMPI users] ERROR: C_FUNLOC function

2014-12-17 Thread Jeff Squyres (jsquyres)
Siegmar -- I filed https://github.com/open-mpi/ompi/issues/317 and https://github.com/open-mpi/ompi/issues/318. On Dec 17, 2014, at 3:33 PM, Siegmar Gross wrote: > Hi Jeff, > >> This fix was just pushed to the OMPI master. A new master tarball >>

Re: [OMPI users] ERROR: C_FUNLOC function

2014-12-17 Thread Siegmar Gross
Hi Jeff, > This fix was just pushed to the OMPI master. A new master tarball > should be available shortly (probably within an hour or so -- look > for a tarball dated Dec 17 at http://www.open-mpi.org/nightly/master/). Yes, I could build it now. Thank you very much to everybody who helped to

Re: [OMPI users] ERROR: C_FUNLOC function

2014-12-17 Thread Jeff Squyres (jsquyres)
Siegmar -- This fix was just pushed to the OMPI master. A new master tarball should be available shortly (probably within an hour or so -- look for a tarball dated Dec 17 at http://www.open-mpi.org/nightly/master/). I anticipate that this fix will also make it in for the v1.8.4 release (see

Re: [OMPI users] ERROR: C_FUNLOC function

2014-12-15 Thread Siegmar Gross
Hi Gilles, > a similar issue was reported in mpich with xlf compilers : > http://trac.mpich.org/projects/mpich/ticket/2144 > > They concluded this is a compiler issue (e.g. the compiler does not > implement TS 29113 subclause 8.1) Thank you very much. I'll report the problem to Oracle and

Re: [OMPI users] ERROR: C_FUNLOC function

2014-12-15 Thread Gilles Gouaillardet
Hi Siegmar, a similar issue was reported in mpich with xlf compilers : http://trac.mpich.org/projects/mpich/ticket/2144 They concluded this is a compiler issue (e.g. the compiler does not implement TS 29113 subclause 8.1) Jeff, i made PR 315 https://github.com/open-mpi/ompi/pull/315 f08