Re: [OMPI users] openmpi-3.1.2 libgfortran conflict

2018-09-05 Thread Jeff Squyres (jsquyres) via users
Glad you figured it out. Just for some additional color: https://www.open-mpi.org/faq/?category=building#install-overwrite > On Sep 3, 2018, at 4:17 AM, Patrick Begou > wrote: > > Solved. > Strange conflict (not explained) after several compilation test of OpenMPI > with gcc7. Solved by

Re: [OMPI users] stdout/stderr question

2018-09-05 Thread emre brookes
Thanks Gilles, My goal is to separate openmpi errors from the stdout of the MPI program itself so that errors can be identified externally (in particular in an external framework running MPI jobs from various developers). My not so "well written MPI program" was doing this: MPI_Finalize();

Re: [OMPI users] MPI advantages over PBS

2018-09-05 Thread Reuti
Hi, Am 31.08.2018 um 13:51 schrieb Diego Avesani: > Dear all, > > thanks a lot. So basically the idea is that MPI is more useful when a lot of > communication occurs in the calibrator. On the other hand, the jobs scheduler > is more appropriate when there are no or few communications. > > Is