Re: [OMPI users] checkpoint problem

2012-07-28 Thread Josh Hursey
Currently you have to do as Reuti mentioned (use the queuing system, or create a script). We do have a feature request ticket open for this feature if you are interested in following the progress: https://svn.open-mpi.org/trac/ompi/ticket/1961 It has been open for a while, but the feature should

[OMPI users] sndlib problem by mpicc compiler

2012-07-28 Thread Paweł Jaromin
Hello all Because I try make a program to parallel procesing sound files, I use libsndfile library to load and write wav files. Sytuation is strange, because when I compile the program by gcc is good (no parallel), but if I do it by mpicc is a problem with sndFile variable. // Open sound file

Re: [OMPI users] restricting a job to a set of hosts

2012-07-28 Thread Erik Nelson
Reuti, >-nolocal is IMO an option where you want to execute the `mpirun` on your local login machine and want the MPI >processes to be allocated somewhere in the cluster, in case you don't have any queuing system around to manage >the resources. yes, this is exactly my understanding of the -noloc