-
Notifications
You must be signed in to change notification settings - Fork 1
/
cray-mic-knl.conf
51 lines (43 loc) · 2.32 KB
/
cray-mic-knl.conf
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
46
47
48
49
50
51
#autoconf#######################################################################
# test machine configuration file
################################################################################
################################################################################
# BUILDSTYLE - build style
################################################################################
BUILDSTYLE=standard
################################################################################
# CFLAGS - configure C compiler behavior
################################################################################
CFLAGS="-std=c99 -D_XOPEN_SOURCE=600 -Wno-long-long -g -O2 -fno-strict-aliasing -fomit-frame-pointer -mfpmath=sse"
################################################################################
# CXXFLAGS - configure C++ compiler behavior
################################################################################
CXXFLAGS="-std=c++98 -D_XOPEN_SOURCE=600 -Wno-long-long -g -O2 -fno-strict-aliasing -fomit-frame-pointer -mfpmath=sse -DUSE_V4_SSE"
################################################################################
# EXTENSION - executable extension
################################################################################
EXTENSION=op
################################################################################
# ADDRESSING - configure pointer size (32|64)[32]
################################################################################
ADDRESSING=64
################################################################################
# PARTICLE_SORT
################################################################################
#PARTICLE_SORT=out-of-place
################################################################################
# OpenSSL
################################################################################
#OPEN_SSL="/usr"
################################################################################
# MPI configuration
# MPI_CPPFLAGS - configure MPI preprocessor flags
# MPI_LDFLAGS - configure MPI link flags
# MPI_LIBS - configure MPI library names
# SKIP_MPI - tell configure.ac that you don't want to invoke CCS_WITH_MPI
################################################################################
#MPI_CPPFLAGS=""
#MPI_LDFLAGS=""
#MPI_LIBS=$MPIDIR/libmpi.so
#MPIDIR=/usr/lib
SKIP_MPI=yes