Skip to content

Commit

Permalink
Workaround Windows issues (#2398)
Browse files Browse the repository at this point in the history
* Removing SRAW because it has problems installing in windows.

* Skip ExternalModelRay on windows because it is failing.

* Adding --longest-jobs for compatibility.

* Skip framework/ROM/TimeSeries/MultiResolutionTSA/multiYearDWT on windows.
  • Loading branch information
joshua-cogliati-inl authored Nov 12, 2024
1 parent f1065ec commit 29010f6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
[submodule "plugins/LOGOS"]
path = plugins/LOGOS
url = https://github.com/idaholab/LOGOS.git
[submodule "plugins/SRAW"]
path = plugins/SRAW
url = [email protected]:RAVEN_PLUGINS/SRAW.git
[submodule "plugins/FARM"]
path = plugins/FARM
url = https://github.com/Argonne-National-Laboratory/FARM.git
Expand Down
1 change: 0 additions & 1 deletion plugins/SRAW
Submodule SRAW deleted from cfba38
2 changes: 2 additions & 0 deletions rook/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ class NoColors:
parser = argparse.ArgumentParser(description="Test Runner")
parser.add_argument('-j', '--jobs', dest='number_jobs', type=int, default=1,
help='Specifies number of tests to run simultaneously (default: 1)')
parser.add_argument('--longest-jobs',dest='longest_jobs', type=int, default=0,
help='Only for compatibility')
parser.add_argument('--re', dest='test_re_raw', default='.*',
help='Only tests with this regular expression inside will be run')
parser.add_argument('-l', dest='load_average', type=float, default=-1.0,
Expand Down
1 change: 1 addition & 0 deletions tests/framework/InternalParallelTests/tests
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
type = 'RavenFramework'
input = 'test_internal_parallel_extModelRay.xml'
UnorderedCsv = 'InternalParallelExtModelRay/testPointSet_dump.csv'
skip_if_OS = windows
[../]
[./PostProcessor]
type = 'RavenFramework'
Expand Down
1 change: 1 addition & 0 deletions tests/framework/ROM/TimeSeries/MultiResolutionTSA/tests
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
[./multiYearDWT]
type = 'RavenFramework'
input = 'multiYearDWT.xml'
skip_if_OS = windows
[./csv]
type = OrderedCSV
output = 'MultiYearDWT/samples.csv'
Expand Down

0 comments on commit 29010f6

Please sign in to comment.