Re: [OMPI users] Where does the output for -mca coll_tuned_base_verbose go?

2006-11-09 Thread Kenneth Chiu
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 tha

Re: [OMPI users] Where does the output for -mca coll_tuned_base_verbose go?

2006-11-09 Thread Kenneth Chiu
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,

[OMPI users] Where does the output for -mca coll_tuned_base_verbose go?

2006-11-09 Thread Kenneth Chiu
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