Re: [OMPI users] SGE and openMPI

2014-09-04 Thread Donato Pera
Hi, the text was on the file.err file in the file.out file I get only the name of the node where the program run. Thanks Donato. On 04/09/2014 15:14, Reuti wrote: > Hi, > > Am 04.09.2014 um 14:43 schrieb Donato Pera: > >> using this script : >> >> #!/bin/bash >

Re: [OMPI users] SGE and openMPI

2014-09-04 Thread Donato Pera
caused other processes in the application to be terminated by signals sent by mpirun (as reported here). -- [compute-2-2.local:24889] 1 more process has sent help message help-odls-default.txt / odls-default:could-not-kill Thanks and Re

Re: [OMPI users] SGE and openMPI

2014-09-03 Thread Donato Pera
Hi, I get ompi_info | grep grid MCA ras: gridengine (MCA v2.0, API v2.0, Component v1.6.5) and using this script #!/bin/bash #$ -S /bin/bash #$ -pe orte 64 #$ -cwd #$ -o ./file.out #$ -e ./file.err export LD_LIBRARY_PATH=/home/SWcbbc/openmpi-1.6.5/lib:$LD_LIBRARY_PATH export