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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
{
"Root":{
"Files":[{
"filename":"config.f90",
"enabled":"1"
},{
"filename":"endpoints.f90",
"enabled":"1"
},{
"filename":"instructions.f90",
"enabled":"1"
},{
"filename":"player.F90",
"enabled":"1"
},{
"filename":"talking.f90",
"enabled":"1"
},{
"filename":"tasks.f90",
"enabled":"1"
}],
"Name":"+levitating-player (levitating-player)",
"Folders":[{
"Files":[{
"filename":"../common/jessl.f90",
"enabled":"1"
},{
"filename":"../common/network.F90",
"enabled":"1"
},{
"filename":"../common/protocol.f90",
"enabled":"1"
},{
"filename":"../common/request.f90",
"enabled":"1"
},{
"filename":"../common/testnum.c",
"enabled":"0"
},{
"filename":"../common/utilities.F90",
"enabled":"1"
},{
"filename":"../common/wsa.f90",
"enabled":"0"
}],
"Name":"+common",
"Folders":[]
}]
},
"Name":"levitating-player (levitating-player)",
"Options":{
"Compiler Options":{
"Link Flags":"-ljsonfortran -lssl -lcrypto",
"C Flags":"",
"Fortran Flags":"-DGNU"
},
"Revision":2,
"Fortran Options":{
"Enable Coarrays":"false",
"Cray Pointers":"false",
"Runtime Diagnostics":"false",
"Enable OpenMP":"false",
"Initialize Variables to Zero":"false",
"Floating Point Exception Trap":0,
"Default Double for Real":"false",
"Use C Preprocessor":"false"
},
"Code Generation Options":{
"Debugging":"true",
"Profiling":"false",
"Optimization Mode":0,
"Aggressive Loops":"false",
"Processor":"generic",
"CPU Specific":"false"
},
"Launch Options":{
"Command Line Arguments":"-i windows-1 -l /tmp/player.log -w /tmp/example 127.0.0.1",
"External Console":"false",
"Keep Console":"true",
"Launch Using MPI":"false",
"Build Before Launch":"true",
"Working Directory":"/tmp/example"
},
"Build Options":{
"Makefile":"Makefile",
"Auto Makefile":"true"
},
"Type":0,
"Build Dependencies":1,
"Linker Options":{
"Static Linking Mode":3,
"Link LAPACK":0,
"Link MPI Library":"false"
},
"Target":"levitating-player",
"Architecture":1,
"Windows GUI":0,
"File Options":{
"Module Directory":"modules",
"Library Directories":["Default Add-On Directory","../support/lib","/opt/homebrew/opt/openssl@1.1/lib"],
"Build Directory":"build",
"Include Directories":["Default Add-On Include Directory","../support/include"]
}
}
}
|