1# (c) 2012-2013 Los Alamos National Security, LLC. All rights reserved.
2# Open MPI configuration for Cielo/Cielito v1.7.x/1.8.x GNU compiler,
3# Lustre
4
5if test "$CC" = "cc" ; then
6   echo "ERROR: Open MPI should not be compiled with Cray's wrapper compilers (cc/CC/ftn)"
7   exit 1
8fi
9
10source cray-common
11source debug-common
12
13if test "$CC" = "icc" ; then
14   source intel-common
15else
16   source gnu-common
17fi
18
19# enable and Lustre in romio
20with_io_romio_flags="--with-file-system=ufs+nfs+lustre CFLAGS=-I/opt/cray/lustre-cray_gem_s/default/include"
21