Re: [OMPI users] Salloc and mpirun problem

2014-07-23 Thread Ralph Castain
] posting persistent recv on tag 10 for peer >>> [[WILDCARD],WILDCARD] >>> [access1:24264] [[55095,0],0] posting recv >>> [access1:24264] [[55095,0],0] posting persistent recv on tag 12 for peer >>> [[WILDCARD],WILDCARD] >>> [access1:24264] [[55095,0],0]

Re: [OMPI users] Salloc and mpirun problem

2014-07-23 Thread Timur Ismagilov
>>>[access1:24264] [[55095,0],0] posting persistent recv on tag 5 for peer >>>>[[WILDCARD],WILDCARD] >>>>[access1:24264] [[55095,0],0] posting recv >>>>[access1:24264] [[55095,0],0] posting persistent recv on tag 10 for peer >>>>[

Re: [OMPI users] Salloc and mpirun problem

2014-07-22 Thread Ralph Castain
osting recv >> [access1:24264] [[55095,0],0] posting persistent recv on tag 1 for peer >> [[WILDCARD],WILDCARD] >> [access1:24264] [[55095,0],0] posting recv >> [access1:24264] [[55095,0],0] posting persistent recv on tag 27 for peer >> [[WILDCARD],WILDCARD] >>

Re: [OMPI users] Salloc and mpirun problem

2014-07-17 Thread Timur Ismagilov
With Open MPI 1.9a1r32252 (Jul 16, 2014 (nightly snapshot tarball)) i got this output (same?): $ salloc -N2 --exclusive -p test -J ompi salloc: Granted job allocation 645686 $LD_PRELOAD=/mnt/data/users/dm2/vol3/semenov/_scratch/mxm/mxm-3.0/lib/libmxm.so  mpirun  -mca mca_base_env_list 'LD_PRELO

Re: [OMPI users] Salloc and mpirun problem

2014-07-16 Thread Timur Ismagilov
Here it is: $ LD_PRELOAD=/mnt/data/users/dm2/vol3/semenov/_scratch/mxm/mxm-3.0/lib/libmxm.so  mpirun  -x LD_PRELOAD --mca plm_base_verbose 10 --debug-daemons -np 1 hello_c [access1:29064] mca: base: components_register: registering plm components [access1:29064] mca: base: components_register:

Re: [OMPI users] Salloc and mpirun problem

2014-07-16 Thread Mike Dubman
please add following flags to mpirun "--mca plm_base_verbose 10 --debug-daemons" and attach output. Thx On Wed, Jul 16, 2014 at 11:12 AM, Timur Ismagilov wrote: > Hello! > I have Open MPI v1.9a1r32142 and slurm 2.5.6. > > I can not use mpirun after salloc: > > $salloc -N2 --exclusive -p test -J

[OMPI users] Salloc and mpirun problem

2014-07-16 Thread Timur Ismagilov
Hello! I have Open MPI v1.9a1r32142 and slurm 2.5.6. I can not use mpirun after salloc: $salloc -N2 --exclusive -p test -J ompi $LD_PRELOAD=/mnt/data/users/dm2/vol3/semenov/_scratch/mxm/mxm-3.0/lib/libmxm.so mpirun -np 1 hello_c --