5eccba17af
LANL admins want platform files and *.conf files so oblige them. Signed-off-by: Howard Pritchard <howardp@lanl.gov>
20 строки
512 B
Plaintext
20 строки
512 B
Plaintext
# (c) 2012-2015 Los Alamos National Security, LLC. All rights reserved.
|
|
# Open MPI configuration for Cray XC v2.x GNU compiler,
|
|
# Lustre
|
|
|
|
if test "$CC" = "cc" ; then
|
|
echo "ERROR: Open MPI should not be compiled with Cray's wrapper compilers (cc/CC/ftn)"
|
|
exit 1
|
|
fi
|
|
|
|
source debug-common
|
|
|
|
if test "$CC" = "icc" ; then
|
|
source intel-common
|
|
else
|
|
source gnu-common
|
|
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"
|