-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfobos
33 lines (28 loc) · 904 Bytes
/
fobos
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
[modes]
modes = tests-gnu
[common-variables]
$CSTATIC_GNU = -c -frealloc-lhs -std=f2008 -fall-intrinsics -cpp -fdefault-real-8 -Wall -ffree-line-length-none
$DEBUG_GNU = -O0 -g3 -Warray-bounds -Wcharacter-truncation -Wline-truncation -Wimplicit-interface -Wimplicit-procedure -Wunderflow -fcheck=all -fmodule-private -ffree-line-length-132 -fimplicit-none -fbacktrace -fdump-core -finit-real=nan
$OPTIMIZE = -g
$EXDIRS =
# main modes
[tests-gnu]
template = template-static-gnu
build_dir = app
# templates
[template-static-gnu]
compiler = gnu
exclude_dirs = $EXDIRS
src = src/
cflags = $CSTATIC_GNU $OPTIMIZE
lflags = $OPTIMIZE
cflags_heritage = True
colors = True
quiet = False
log = False
jobs = 10
preproc = -DHAVE_MPI
mpi = True
include =
libs =
ext_libs =