-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix various cluster issues #1807
Changes from all commits
ea3cb90
cb12a1d
5f4ba33
e76a2bc
adff7d0
28c7722
e2dab00
1fc5ac2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" ?> | ||
<Simulation verbosity="debug"> | ||
<Simulation verbosity="debug" profile="jobs"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think TestInfo need to be added, and the revisions node need to be updated to reflect the python command change. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. FYI, this isn't a test file, it's a file run by a test file. When we first added this test we had a discussion about it, and decided that the "inner" of the RrR tests should not be considered the test file; rather the "outer" should. I think the philosophical idea was that the "outer" is actually the test, while the "inner" doesn't get seen by the testing harness, and it would be confusing if this data was loaded as if it were a separate test into the regression test documentation. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sounds good to me. |
||
|
||
<RunInfo> | ||
<WorkingDir>Inner</WorkingDir> | ||
|
@@ -47,7 +47,7 @@ | |
<Models> | ||
<Code name="simple" subType="GenericCode"> | ||
<executable>Simple.py</executable> | ||
<clargs arg="python" type="prepend"/> | ||
<clargs arg="%PYTHON%" type="prepend"/> | ||
<clargs arg="-i" extension=".inp" type="input"/> | ||
<fileargs arg="output" type="output"/> | ||
</Code> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't you blame me for this 😁