Re: [OMPI users] Query name of appfile

2013-09-17 Thread Ralph Castain
Never seen anyone ask for that info, but I imagine we could provide it as some envar On Sep 17, 2013, at 6:26 AM, Reuti wrote: > Am 17.09.2013 um 14:35 schrieb Bontus, Claas: > >> Starting an MPI run via >> mpirun --app myappfile.app >> is there any way to obtain

Re: [OMPI users] Query name of appfile

2013-09-17 Thread Reuti
Am 17.09.2013 um 14:35 schrieb Bontus, Claas: > Starting an MPI run via > mpirun --app myappfile.app > is there any way to obtain at run-time the name of the appfile, the path and > server name where it is saved. As you have an appfile anyway, it's also possible to define environment variables

Re: [OMPI users] Query name of appfile

2013-09-17 Thread John Hearns
Not a good answer to your question but you could look for the child processes and look at /proc/$pid/cmdline and cwd Or just use pgrep -P $pidofmpirun This is not a good answer. I'm sitting at lunch - so an expert will be along in a minute with a good answer.

[OMPI users] Query name of appfile

2013-09-17 Thread Bontus, Claas
Starting an MPI run via mpirun --app myappfile.app is there any way to obtain at run-time the name of the appfile, the path and server name where it is saved. Thanks claas The information contained in this message may be confidential and legally protected

Re: [OMPI users] Error in openmpi-1.9a1r29179

2013-09-17 Thread Jeff Squyres (jsquyres)
This is definitely a bug. I'm moving this thread over to the devel list so that developers can fix it (sorry; I should have asked you to post directly to devel rather than to the users list!). On Sep 17, 2013, at 8:49 AM, Siegmar Gross wrote: > Hi, >

[OMPI users] Error in openmpi-1.9a1r29179

2013-09-17 Thread Siegmar Gross
Hi, I tried to install openmpi-1.9a1r29179 on "openSuSE Linux 12.1", "Solaris 10 x86_64", and "Solaris 10 sparc" with "Sun C 5.12" in 64-bit mode. Unfortunately "make" breaks with the same error on all platforms. tail -15 log.make.Linux.x86_64.64_cc CCLD libshmem_c.la make[3]: Leaving

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

2013-09-17 Thread Jeff Squyres (jsquyres)
On Sep 16, 2013, at 9:00 AM, Syed Ahsan Ali wrote: > 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