forked from pfhopkins/gizmo-public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.systype
52 lines (51 loc) · 1.03 KB
/
Makefile.systype
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
52
# Select Target Computer
#
# Please copy this file to Makefile.systype and uncomment your
# system. Don't commit changes to this file unless you add support for
# a new system.
#
#############
#SYSTYPE="Frontera"
#SYSTYPE="Stampede2"
#SYSTYPE="Bridges2"
#SYSTYPE="Anvil"
#SYSTYPE="Wheeler"
#SYSTYPE="CaltechHPC"
SYSTYPE="MacBookPro"
#SYSTYPE="Quest"
#SYSTYPE="Quest-intel"
#SYSTYPE="TSCC"
#SYSTYPE="Expanse"
#SYSTYPE="Iron"
#SYSTYPE="Darter"
#SYSTYPE="Comet"
#SYSTYPE="Gordon"
#SYSTYPE="odyssey"
#SYSTYPE="antares"
#SYSTYPE="Pleiades"
#SYSTYPE="Mira"
#SYSTYPE="Titan"
#SYSTYPE="Edison"
#SYSTYPE="SciNet"
#SYSTYPE="Ranger_intel"
#SYSTYPE="Ranger_pgi"
#SYSTYPE="Darwin"
#SYSTYPE="Magny"
#SYSTYPE="Magny-Intel"
#SYSTYPE="OpenSuse"
#SYSTYPE="OpenSuse64"
#SYSTYPE="HLRB2"
#SYSTYPE="MPA"
#SYSTYPE="VIP"
#SYSTYPE="Ubuntu"
#SYSTYPE="MBM"
#SYSTYPE="OpteronMPA-Gnu"
#SYSTYPE="OpteronMPA-Intel"
#SYSTYPE="Centos5-intel"
#SYSTYPE="Kolob"
#SYSTYPE="Centos5-Gnu"
#SYSTYPE="OPA-Cluster64-Intel"
#SYSTYPE="Stampede"
#SYSTYPE="Zwicky"
#SYSTYPE="BlueWaters"
#SYSTYPE="PopOS"