From 89b9be37328e7e547f9fc9c11f85c7e8ab031b0b Mon Sep 17 00:00:00 2001 From: Howard Pritchard Date: Thu, 15 Oct 2015 14:28:55 -0500 Subject: [PATCH] lanl/platform: fixes to pick up lustre Fixes to lanl platform files to pick up lustre header files, etc. for romio and ompi i/o. Fixes #1033 Thanks to Jerome Vienne for spotting this. Signed-off-by: Howard Pritchard --- contrib/platform/lanl/cray_xc_cle5.2/optimized-lustre | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contrib/platform/lanl/cray_xc_cle5.2/optimized-lustre b/contrib/platform/lanl/cray_xc_cle5.2/optimized-lustre index 8c2d47ab59e..b0f32256b08 100644 --- a/contrib/platform/lanl/cray_xc_cle5.2/optimized-lustre +++ b/contrib/platform/lanl/cray_xc_cle5.2/optimized-lustre @@ -14,4 +14,7 @@ else fi # enable and Lustre in romio -with_io_romio_flags="--with-file-system=ufs+nfs+lustre CFLAGS=-I/opt/cray/lustre-cray_gem_s/default/include" +with_io_romio_flags="--with-file-system=ufs+nfs+lustre CFLAGS=-I/opt/cray/lustre-cray_ari_s/default/include" + +# enable Lustre in OMPI I/O +with_lustre=/opt/cray/lustre-cray_ari_s/default