Re: [OMPI users] OpenMPI on Cray XT4 CNL

2007-09-26 Thread Richard Graham
Turns out the 1.2 series does not have support for CNL, sorry for the confusion. There was a mis-communication, and the code did not get moved over to from the trunk to the 1.2 branch. The support is in the trunk, and should be moved over to the 1.2 branch in 1.2.5 Rich On 9/25/07 9:13 PM,

Re: [OMPI users] OpenMPI on Cray XT4 CNL

2007-09-25 Thread Brian Barrett
On Sep 25, 2007, at 1:37 PM, Richard Graham wrote: Josh Hursey did the port of Open MPI to CNL. Here is the config line I have used to build on the Cray XT4: ./configure CC=/opt/xt-pe/default/bin/snos64/linux-pgcc CXX=/opt/xt- pe/default/bin/snos64/linux-pgCC F77=/opt/xt-pe/default/bin/sno

Re: [OMPI users] OpenMPI on Cray XT4 CNL

2007-09-25 Thread Howard Pritchard
Hello Olli-Pekka et al, The cnos_mpi_os.h include file ought to be in $CATAMOUNT_DIR/catamount/linux/include so if you add -I $CATAMOUNT_DIR/catamount/linux/include in the configure line for CFLAGS perhaps it will work. CATAMOUNT_DIR environment variable is defined when you load one of the Prg

Re: [OMPI users] OpenMPI on Cray XT4 CNL

2007-09-25 Thread Richard Graham
Josh Hursey did the port of Open MPI to CNL. Here is the config line I have used to build on the Cray XT4: ./configure CC=/opt/xt-pe/default/bin/snos64/linux-pgcc CXX=/opt/xt-pe/default/bin/snos64/linux-pgCC F77=/opt/xt-pe/default/bin/snos64/linux-pgf90 FC=/opt/xt-pe/default/bin/snos64/linux-pgf