Re: [OMPI users] difference between OPENMPI e Intel MPI (DATATYPE)

2015-09-03 Thread Timothy Brown
Hi Diego, I think the Intel HPC forum comment is about using environment modules to manage your environment (PATH, LD_LIBRARY_PATH variables). Most HPC systems use environment modules: - Tcl ( http://modules.cvs.sourceforge.net/viewvc/modules/modules/tcl/ ) - C/Tcl (

Re: [OMPI users] Openmpi compilation errors

2015-05-29 Thread Timothy Brown
> On May 29, 2015, at 5:07 AM, Jeff Squyres (jsquyres) > wrote: > > On May 29, 2015, at 6:54 AM, Bruno Queiros wrote: > >> The name of the binary is correct: pgf90 the name of the file is also >> correct .pgf90.rc i do have some doubts about the

Re: [OMPI users] Noob installation problem

2014-11-24 Thread Timothy Brown
> On Nov 24, 2014, at 3:45 AM, Wildes Andrew wrote: > > Hello, > > I've been trying to install OpenMPI (v. 1.8.3) on my mac (OS 10.6.8). I have > gcc in my path (v. 4.6.0). The ./configure routine finds it, but says that > it doesn't work. > > Looking through

Re: [OMPI users] Update/patch to check/opal_check_pmi.m4

2014-10-07 Thread Timothy Brown
and it isn't quite right as it only looks for > libpmi and not libpmi2. We need to look for each of them as we could have > either or both. > > I'll poke a bit at this tonight and see if I can make this a little simpler - > the nesting is getting a little deep. > >

Re: [OMPI users] Update/patch to check/opal_check_pmi.m4

2014-10-06 Thread Timothy Brown
..@gmail.com> wrote: > We only link in libpmi(2).so if specifically requested to do so via > "--with-pmi" configure flag. It is not automatic. > > Josh > > On Mon, Oct 6, 2014 at 3:28 PM, Timothy Brown <timothy.brow...@colorado.edu> > wrote: > Hi, &g