[OMPI users] narrowly-scoped netmasks - any slution/walk-around?

2007-06-12 Thread Marcin Skoczylas
Hi, Administrators changed our cluster network topology, and now it has narrowly-scoped netmasks for internal and outside part of the cluster. Of course my soft stopped working giving an error during MPI_Init, then I checked in the FAQ: How does Open MPI know which TCP addresses are routable

Re: [OMPI users] Processes stuck in MPI_BARRIER

2007-06-20 Thread Marcin Skoczylas
I had almost the same situation when I upgraded OpenMPI from very old version to 1.2.2. All processes seemed to stuck in MPI_Barrier, as a walk-around I just commented out all MPI_Barrier occurrences in my program and it started to work perfectly. greets, Marcin Chris Reeves wrote: (This tim

[OMPI users] how this is possible?

2007-10-02 Thread Marcin Skoczylas
Hello, After whole day of coding I'm fighting little bit with one small fragment which seems strange for me. For testing I have one head node and two worker nodes on localhost. Having this code (with debug stuff added like sleeps, barriers, etc): void CImageData::SpreadToNodes() { sleep(5)

Re: [OMPI users] how this is possible?

2007-10-02 Thread Marcin Skoczylas
Sorry I forgot to mention: Open MPI version 1.2.4 Marcin Skoczylas wrote: Hello, After whole day of coding I'm fighting little bit with one small fragment which seems strange for me. For testing I have one head node and two worker nodes on localhost. Having this code (with debug stuff

Re: [OMPI users] how this is possible?

2007-10-03 Thread Marcin Skoczylas
shows the same behavior. And yes, the Send and Recv can work independently from the Broadcast as they are using different tags to match up their data. Rolf PS: Simple program at end of message. Marcin Skoczylas wrote: Sorry I forgot to mention: Open MPI version 1.2.4 Marcin Skoczylas

[OMPI users] which alternative to OpenMPI should I choose?

2007-10-18 Thread Marcin Skoczylas
Hello, I'm having troubles to run my software after our administrators changed the cluster configuration. It was working perfectly before, however now I get these errors: $ mpirun --hostfile ./../hostfile -np 10 ./src/smallTest -

Re: [OMPI users] which alternative to OpenMPI should I choose?

2007-10-19 Thread Marcin Skoczylas
Jeff Squyres wrote: On Oct 18, 2007, at 9:24 AM, Marcin Skoczylas wrote: PML add procs failed --> Returned "Unreachable" (-12) instead of "Success" (0) -- *** An error occurred in MPI_

Re: [OMPI users] which alternative to OpenMPI should I choose?

2007-10-23 Thread Marcin Skoczylas
te network. So in this configuration, one of worker nodes became a head, and cluster's head is not being used at all. That solved problem. Thank you for your support! regards, Marcin Skoczylas

[OMPI users] core from today

2007-11-13 Thread Marcin Skoczylas
OpenMPI 1.2.4 mpirun noticed that job rank 0 with PID 19021 on node pc801 exited on signal 15 (Terminated). 11 additional processes aborted (not shown) (gdb) bt #0 0x411b776c in mca_pml_ob1_recv_frag_match () from /usr/local/openmpi//lib/openmpi/mca_pml_ob1.so #1 0x411ce010 in mca_btl_sm_co

Re: [OMPI users] core from today

2007-11-14 Thread Marcin Skoczylas
rsive calls to opal_progress by the SM BTL that the yield within opal_progress (intending to give up the cpu to others) doesn't always work for all OSes. --td -- Message: 1 Date: Tue, 13 Nov 2007 12:26:43 +0100 Fr

[OMPI users] MPI_Recv, is it possible to switch on/off aggresive mode during runtime?

2006-07-05 Thread Marcin Skoczylas
Dear open-mpi users, I saw some posts ago almost the same question as I have, but it didn't give me satisfactional answer. I have setup like this: GUI program on some machine (f.e. laptop) Head listening on tcpip socket for commands from GUI. Workers waiting for commands from Head / processing

Re: [OMPI users] MPI_Recv, is it possible to switch on/off aggresive mode during runtime?

2006-09-15 Thread Marcin Skoczylas
Brian Barrett wrote: On Jul 5, 2006, at 8:54 AM, Marcin Skoczylas wrote: I saw some posts ago almost the same question as I have, but it didn't give me satisfactional answer. I have setup like this: GUI program on some machine (f.e. laptop) Head listening on tcpip socket for commands

[OMPI users] segmentation fault in MPI_Barrier

2007-05-29 Thread Marcin Skoczylas
hello, recently my administrator made some changes on our cluster and now I have a crash during MPI_Barrier: [our-host:12566] *** Process received signal *** [our-host:12566] Signal: Segmentation fault (11) [our-host:12566] Signal code: Address not mapped (1) [our-host:12566] Failing at addres

Re: [OMPI users] segmentation fault in MPI_Barrier

2007-05-31 Thread Marcin Skoczylas
during the execution... although, a segfault really should not occur. Thanks, Jelena On Tue, 29 May 2007, Marcin Skoczylas wrote: hello, recently my administrator made some changes on our cluster and now I have a crash during MPI_Barrier: [our-host:12566] *** Process received signal *** [