Hi Manal
The output you are seeing is caused by the "-d" flag you put in the mpirun
command line - it shows normal operation.
Could you tell us something more about why you believe there was an error?
Ralph
On 11/9/06 9:34 PM, "Manal Helal" wrote:
> Hi
>
> I am trying to run the following
Hi
I am trying to run the following command:
mpirun -np XX -d xterm -e gdb
and I am receiving these errors:
*
[leo01:02141] [0,0,0] setting up session dir with
[leo01:02141] universe default-universe
[leo01:02141] user mhelal
[leo01:02141] host leo01
[leo01:02141]
That does seem to be the problem. I'm looking into it more.
On 11/9/2006 2:00 PM, George Bosilca wrote:
Did you compile Open MPI in debug mode ? Without the debug mode no
output will be available.
george.
On Nov 9, 2006, at 1:53 PM, Kenneth Chiu wrote:
Sorry, I mistyped that. I should
Did you compile Open MPI in debug mode ? Without the debug mode no
output will be available.
george.
On Nov 9, 2006, at 1:53 PM, Kenneth Chiu wrote:
Sorry, I mistyped that. I should have known better than to
type rather than cut-and-paste. A cut-and-paste from
shell script is:
mpir
Sorry, I mistyped that. I should have known better than to
type rather than cut-and-paste. A cut-and-paste from
shell script is:
mpirun -np $SLURM_NPROCS -mca coll_base_verbose 1 -mca
coll_tuned_bcast_algorithm 0 /u/chiuk/cfd/main
On 11/9/2006 1:27 PM, George Bosilca wrote:
> I think the
I think the name of the verbose argument is coll_base_verbose. You
can check using ompi_info.
ompi_info --param coll tuned | grep verbose
MCA coll: parameter "coll_base_verbose" (current
value: "0")
george.
On Nov 9, 2006, at 1:11 PM, Kenneth Chiu wrote:
I am having a h
I am having a hanging problem using bcast that I'm trying to track
down. I added the above, hoping to get some debugging output,
but didn't see any. I am using slurm in batch mode.
slurm -n 20 -b slurm_script.sh
and slurm_script.sh contains:
mpirun -np $SLURM_NPROCS --mca coll_tuned_b
Hi!
I sent this in October and got very little feedback.
There is a problem in ompi_config_pthreads.m4 and
ompi_check_pthread_pids.m4 at least on Ubuntu Dapper
with both gcc and pgi.
The attached patch against v1.1.2 fixes the problem.
What happens is that in OMPI_INTL_POSIX_THREADS_LIBS_CXX it
Hi,
here is a sample code that I ran to allocate memory using MPI_Alloc_mem
call.
*
#include "mpi.h"
#include
int main( int argc, char *argv[] )
{
int err;
int j, count = 100;
char *ap;
MPI_Init( &argc, &argv );
MPI_Errhandler_set( MPI_COMM_WORLD, MPI_ERRORS_RETURN )