[OMPI users] minor change request

2013-05-20 Thread Alan Sayre
To quiet VS compile time warnings can the following (very) minor change be made: c:\program files (x86)\openmpi_v1.6-x64\include\openmpi/ompi/mpi/cxx/op_inln.h(148): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning) from: inline bool MPI::Op::Is_commutative(voi

[OMPI users] problems building openmpi v 1.6.4 using a local build of gcc 4.7.2 on rhel6

2013-04-04 Thread Alan Sayre
I'm trying to build openmpi v.1.6.4 using a local build of gcc 4.7.2 on rhel6. The configure and build scripts are attached. The config.log and build.output are attached. The last few lines of the build output is: make[3]: Entering directory `/nm/programs/third_party/tmp-install/openmpi-1.6.4-bl

[OMPI users] configure problem

2013-04-04 Thread Alan Sayre
I'm trying to build v 1.6.4 with a local install of gcc 4.7.2. I am trying to use the following script OWD=$PWD GMPD=$OWD/gmp-4.3.2 MPFRD=$OWD/mpfr-2.4.2 MPCD=$OWD/mpc-0.8.1 PPLD=$OWD/ppl-0.11 CLOOG=$OWD/cloog-ppl-0.15.9 GCC=$OWD/gcc-4.7.2-rhel5 export LD_LIBRARY_PATH=$GCC/lib64:$GMPD/lib:$MPFR

Re: [OMPI users] error configuring OpenMPI 1.6.4 with gcc 4.7.2

2013-04-01 Thread Alan Sayre
The problem was easily resolved by adding the missing export statements in the shell script which was calling configure.

[OMPI users] error configuring OpenMPI 1.6.4 with gcc 4.7.2

2013-04-01 Thread Alan Sayre
I have exactly the same problem as reported by Paul Hutton and David O Gunter (2012-12-06) tail of configure output checking Fortran 90 kind of MPI_INTEGER_KIND (selected_int_kind(9))... configure: error: Could not determine kind of selected_int_kind(MPI_INTEGER_KIND) selection from config.log