I've been trying to build the openmpi 1.2 branch with the Intel and
Portland Fortran compilers and was having trouble using their
-i-static/-Bstatic_pgi options.
First off, it seems the only way to get these options to appear in the
necessary link lines is to add them to the compiler variable
Hello Orion,
* Orion Poplawski wrote on Thu, Oct 12, 2006 at 06:57:04PM CEST:
> I've been trying to build the openmpi 1.2 branch with the Intel and
> Portland Fortran compilers and was having trouble using their
> -i-static/-Bstatic_pgi options.
Your report touches several issues:
> I'm not su
Hi all -
There will be three configure changes committed to the trunk tonight:
- Some cleanups resulting from the update to the wrapper
compilers for 32/64 bit support
- A new configure option to deal with some fixes for the
MPI::SEEK_SET (and friends) issue
- Some cleanups in the
I am getting errors using persistent communications (OMPI 1.1.1). I am
trying to implement (in Python) example 2.32 from page 107 of MPI- The
Complete Reference (V1, 2nd. edition).
I think the problem is not in my wrappers (my script works fine with
MPICH2). Below the two issues:
1 - MPI_Startal