From 949364d2d687c6dc6549028d119648cc4c3d5d6b Mon Sep 17 00:00:00 2001 From: Samuel Gutierrez Date: Fri, 21 Oct 2011 21:05:23 +0000 Subject: [PATCH] update LANL Cray XE6 platform files to include PMI support. This commit was SVN r25356. --- contrib/platform/lanl/cray_xe6/debug-nopanasas | 2 ++ contrib/platform/lanl/cray_xe6/optimized-nopanasas | 8 ++------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/contrib/platform/lanl/cray_xe6/debug-nopanasas b/contrib/platform/lanl/cray_xe6/debug-nopanasas index 8217f1777e..3a02a249a1 100644 --- a/contrib/platform/lanl/cray_xe6/debug-nopanasas +++ b/contrib/platform/lanl/cray_xe6/debug-nopanasas @@ -24,6 +24,8 @@ with_openib=no with_devel_headers=yes with_alps=yes with_xpmem=/opt/cray/xpmem/default +with_pmi=/opt/cray/pmi/default +with_cray_pmi2_ext=yes with_tm=no with_slurm=no with_io_romio_flags=--with-file-system=ufs+nfs diff --git a/contrib/platform/lanl/cray_xe6/optimized-nopanasas b/contrib/platform/lanl/cray_xe6/optimized-nopanasas index 4706a49483..e59cb217f1 100644 --- a/contrib/platform/lanl/cray_xe6/optimized-nopanasas +++ b/contrib/platform/lanl/cray_xe6/optimized-nopanasas @@ -24,14 +24,10 @@ with_openib=no with_devel_headers=yes with_alps=yes with_xpmem=/opt/cray/xpmem/default +with_pmi=/opt/cray/pmi/default +with_cray_pmi2_ext=yes with_tm=no with_slurm=no with_io_romio_flags=--with-file-system=ufs+nfs with_memory_manager=ptmalloc2 with_valgrind=no -CFLAGS="-I/opt/cray/pmi/default/include" -CXXFLAGS="-I/opt/cray/pmi/default/include" -FCFLAGS="-I/opt/cray/pmi/default/include" -FFLAGS="-I/opt/cray/pmi/default/include" -CCASFLAGS="-I/opt/cray/pmi/default/include" -LDFLAGS="-L/opt/cray/pmi/default/lib64 -lpmi"