diff --git a/configs/heavy_tests.json b/configs/heavy_tests.json index 7c022da..3539e6b 100644 --- a/configs/heavy_tests.json +++ b/configs/heavy_tests.json @@ -1,59 +1,26 @@ [ { - "library":"ScalableTestSuite", + "library":"LargeTestSuite", "libraryVersion":"master", "libraryVersionNameForTests":"NB", "ulimitOmc":400, - "ulimitExe":300, + "ulimitExe":400, "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", + "libraryVersionNameForTests":"NB_resizable", "ulimitOmc":400, "ulimitExe":400, "ulimitMemory":62914560, "procOMC":0, "procCCompile":0, "optlevel":"-O0 -march=native", - "extraCustomCommands":["setCommandLineOptions(\"--newBackend -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\")"] + "extraCustomCommands":["setCommandLineOptions(\"--newBackend --resizableArrays -d=arrayConnect\")"] } ]