-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathConfig.sh
33 lines (28 loc) · 1.09 KB
/
Config.sh
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
#!/bin/bash # this line only there to enable syntax highlighting in this file
##################################################
# Enable/Disable compile-time options as needed #
##################################################
#DISABLE_MEMORY_MANAGER
#SUNRISE # disables Inf terminate in get_tetra
#NO_FANCY_MPI_CONSTRUCTS
NO_MPI_IN_PLACE
NO_ISEND_IRECV_IN_DOMAIN
FIX_PATHSCALE_MPI_STATUS_IGNORE_BUG
HAVE_HDF5
#MESHRELAX_DENSITY_IN_INPUT # ICs (not for normal snapshots)
#INPUT_IN_DOUBLEPRECISION # DP ICs or DP snaps
#VERBOSE # mesh statistics
# for ArepoVTK only (not Arepo projection)
AREPOVTK=1 # turn off some unwanted behaviors
NO_ID_UNIQUE_CHECK
#NUM_THREADS=8
#SPECIAL_BOUNDARY # for run.spoon only
DOUBLEPRECISION=2 # for run.illustris.box (mixed)
#LONGIDS # for run.illustris.box (unnecessary) (causes problems)
#AREPOVTK_MINMEM_TREEONLY # NOT IMPLEMENTED FULLY # P/SphP only contain: Pos,Utherm,Density (all that is loaded)
# illustris.fof0 (for Arepo projection, not ArepoVTK)
#VORONOI_NEW_IMAGE
#COOLING # add SphP.Ne
#USE_SFR
#METALS
#SELECTIVE_LOAD=1000 # NOT IMPLEMENTED FULLY