Skip to content

Commit

Permalink
Updated test script backup with new flags for parallel building and C…
Browse files Browse the repository at this point in the history
… compilation (#150)

Reinstated all relevant tests with new flags
  • Loading branch information
casella authored Oct 30, 2024
1 parent 98feff2 commit 50743ff
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
50 changes: 50 additions & 0 deletions configs/heavy_tests.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,41 @@
[
{
"library":"ScalableTestSuite",
"libraryVersion":"master",
"libraryVersionNameForTests":"OB",
"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"
}
},
{
"library":"ScalableTestSuite",
"libraryVersion":"master",
"libraryVersionNameForTests":"NB",
"ulimitOmc":400,
"ulimitExe":300,
"ulimitMemory":62914560,
"procOMC":0,
"procCCompile":0,
"optlevel":"-Ofast -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",
Expand All @@ -23,5 +60,18 @@
"procCCompile":0,
"optlevel":"-O0 -march=native",
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents\")"]
},
{
"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 --generateSymbolicJacobian\")"]
}
]
14 changes: 14 additions & 0 deletions configs/heavy_tests.json.bak
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"ulimitOmc":400,
"ulimitExe":300,
"ulimitMemory":62914560,
"procOMC":0,
"procCCompile":0,
"optlevel":"-O0 -march=native",
"referenceFileExtension":"mat",
"referenceFileNameDelimiter":".",
Expand All @@ -22,6 +24,8 @@
"ulimitOmc":400,
"ulimitExe":300,
"ulimitMemory":62914560,
"procOMC":0,
"procCCompile":0,
"optlevel":"-Ofast -march=native",
"referenceFileExtension":"mat",
"referenceFileNameDelimiter":".",
Expand All @@ -39,6 +43,8 @@
"ulimitOmc":300,
"ulimitExe":400,
"ulimitMemory":62914560,
"procOMC":0,
"procCCompile":0,
"optlevel":"-Ofast -march=native",
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=arrayConnect\")"]
},
Expand All @@ -50,6 +56,8 @@
"ulimitOmc":800,
"ulimitExe":300,
"ulimitMemory":62000000,
"procOMC":0,
"procCCompile":0,
"optlevel":"-O0 -march=native",
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents\")"]
},
Expand All @@ -61,6 +69,8 @@
"ulimitOmc":800,
"ulimitExe":300,
"ulimitMemory":62000000,
"procOMC":0,
"procCCompile":0,
"optlevel":"-O0 -march=native",
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents --generateSymbolicJacobian\")"]
},
Expand All @@ -72,6 +82,8 @@
"ulimitOmc":800,
"ulimitExe":300,
"ulimitMemory":62000000,
"procOMC":0,
"procCCompile":0,
"optlevel":"-O0 -march=native"]
},
{
Expand All @@ -82,6 +94,8 @@
"ulimitOmc":800,
"ulimitExe":300,
"ulimitMemory":62000000,
"procOMC":0,
"procCCompile":0,
"optlevel":"-O0 -march=native",
"extraCustomCommands":["setCommandLineOptions(\"--generateSymbolicJacobian\")"]
}
Expand Down

0 comments on commit 50743ff

Please sign in to comment.