-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathheavy_tests.json
More file actions
59 lines (59 loc) · 1.85 KB
/
heavy_tests.json
File metadata and controls
59 lines (59 loc) · 1.85 KB
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
[
{
"library":"ScalableTestSuite",
"libraryVersion":"master",
"libraryVersionNameForTests":"NB",
"ulimitOmc":400,
"ulimitExe":300,
"ulimitMemory":62914560,
"procOMC":0,
"procCCompile":0,
"optlevel":"-O0 -march=native",
"referenceFileExtension":"mat",
"referenceFileNameDelimiter":".",
"referenceFinalDot":"_res.",
"referenceFiles":{
"giturl":"https://github.com/casella/ScalableTestSuite-ref",
"destination":"ReferenceFiles/ScalableTestSuite"
},
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=arrayConnect\")"]
},
{
"library":"LargeTestSuite",
"libraryVersion":"master",
"libraryVersionNameForTests":"NB",
"ulimitOmc":400,
"ulimitExe":400,
"ulimitMemory":62914560,
"procOMC":0,
"procCCompile":0,
"optlevel":"-O0 -march=native",
"extraCustomCommands":["setCommandLineOptions(\"--newBackend --resizableArrays -d=arrayConnect\")"]
},
{
"library":"ScalableTestGrids",
"libraryVersion":"master",
"libraryVersionNameForTests":"NB_NumericalJacobian",
"ignoreModelPrefix":"ScalableTestGrids.Models.Type1Large",
"ulimitOmc":800,
"ulimitExe":300,
"ulimitMemory":62000000,
"procOMC":0,
"procCCompile":0,
"optlevel":"-O0 -march=native",
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents --generateDynamicJacobian=numeric\")"]
},
{
"library":"ScalableTestGrids",
"libraryVersion":"master",
"libraryVersionNameForTests":"NB_SymbolicJacobian",
"ignoreModelPrefix":"ScalableTestGrids.Models.Type1Large",
"ulimitOmc":800,
"ulimitExe":300,
"ulimitMemory":62000000,
"procOMC":0,
"procCCompile":0,
"optlevel":"-O0 -march=native",
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents --generateDynamicJacobian=symbolic\")"]
}
]