1# (c) 2013-2018 Los Alamos National Security, LLC. All rights reserved.
2# Open MPI optimized configuration for TOSS/TOSS2 v1.7.x/1.8.x
3
4source ./common
5source ./common-optimized
6
7# Disable components not needed on TOSS platforms with high-speed networks
8enable_mca_no_build=carto,crs,filem,routed-linear,snapc,pml-dr,pml-crcp2,pml-crcpw,pml-v,pml-example,crcp,btl-tcp
9
10# TOSS2 uses slurm
11with_slurm=yes
12with_tm=no
13
14# Enable PMI support for direct launch
15with_pmi=yes
16
17# Enable lustre support in romio
18with_io_romio_flags=--with-file-system=ufs+nfs+lustre
19
20# Always build ibverbs support
21with_verbs=yes
22