File: cray-common

package info (click to toggle)
openmpi 2.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 99,912 kB
  • ctags: 55,589
  • sloc: ansic: 525,999; f90: 18,307; makefile: 12,062; sh: 6,583; java: 6,278; asm: 3,515; cpp: 2,227; perl: 2,136; python: 1,350; lex: 734; fortran: 52; tcl: 12
file content (45 lines) | stat: -rw-r--r-- 1,598 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# (c) 2012-2014 Los Alamos National Security, LLC. All rights reserved.
# Common Cray XE/XK-6 options (used by all builds)

# do not use IB verbs
with_verbs=no

# enable XPMEM enhanced shared memory (needs for Vader BTL)
with_xpmem=/opt/cray/xpmem/0.1-2.0400.30792.5.6.gem

# enable Cray PMI support. Use an older version because of a regression
# in PMI 3.x/4.x/5.x that causes a bunch of irrelevant messages to be
# printed out on fork/exec.
with_pmi=/opt/cray/pmi/2.1.4-1.0000.8596.8.9.gem

# enable ugni btl
# deprecated, no longer needed (non-default ugni/gni-headers can be selected via PKG_CONFIG_PATH env variable).
#
#with_ugni=/opt/cray/ugni/4.0-1.0401.5928.9.5.gem
#with_ugni_includedir=/opt/cray/gni-headers/default/include

# enable the udreg mpool
# deprecated, no longer needed (non-default udreg can be selected via PKG_CONFIG_PATH env variable).
#
#with_udreg=/opt/cray/udreg/2.3.2-1.0401.5929.3.3.gem

#
# the alps selection stuff is no longer needed unless
# one is building for a es-login node of a system running CLE 4.2 or older
# and needs to use a non-default /opt/cray/xe-sysroot directory
#
# On CLE 5 and higher systems, non-default alps packages can be selected via the
# PKG_CONFIG_PATH env variable.
#
#if test -e /opt/cray/alps/default ; then
#   with_alps=yes
#else
#   # set resource manager to alps for CLE 4.1 (change if using a different CLE)
#   with_alps=/opt/cray/xe-sysroot/4.1.40/usr
#   # the above directory is missing the libraries on the login nodes so use
#   # the copies from /usr/lib
#   with_alps_libdir=/usr/lib/alps
#fi

with_tm=no
with_slurm=no