-
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
interface raven running raven #341
Merged
Merged
Changes from 46 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
8855ecc
first interface
alfoa 39ace9d
moving ahead
alfoa 682ab78
RAVENparser
alfoa 8486cf9
removed trailing spaces
alfoa 2b4ed9e
merge
alfoa b90ec87
finished parser
alfoa cd547ef
parser with addition and half interface ready
alfoa 27455a5
added test
alfoa 0dd1638
moving ahead
alfoa ae2fe4f
input changing finalized
alfoa ba4ac98
added initial support for external module
alfoa f655bf0
added support for external function + collect names of Outstreams
alfoa bf4eaf2
finalzed interface
alfoa 0337f85
Merge branch 'devel' of https://github.com/idaholab/raven into alfoa/…
alfoa d1ee2e9
finalized + doc
alfoa be71d8f
added test
alfoa 08fb72f
addedDefaultExt
alfoa 57e4a81
removed absolute path
alfoa 08a56dc
addressed Josh's and Paul's comments so far
alfoa 63435da
Merge branch 'alfoa/ravenRunningRaven' of https://github.com/idaholab…
alfoa 71d2e9a
modified read mode
alfoa 56276a0
addressed Paul comments
alfoa 56c6c32
fixed noscalar
alfoa 5bffbb5
fixed attribute stuff
alfoa 53c135a
removed absolute path
alfoa 9d54e33
addressed Aaron's comment
alfoa 376fcda
put error message for Variable Groups
alfoa c075eb8
typo
alfoa 7693759
o
alfoa 0e767f7
fixed nodefile node in case of MPI
alfoa b446c44
ok
alfoa 00e9421
hope to be done
alfoa 9743df1
fix
alfoa 41c804c
finalizeCodeOut
alfoa 71f6c84
fixed typo
alfoa 7767ea3
removed unuseful runInfo that I added in previous commit
alfoa 107de73
removed if statement
alfoa 84b1138
debug printing for a sec (windwos )
aalfonsi 815910e
parser local env to conver everythin as string
aalfonsi e7aa9cf
cast localenv to string for windwos
aalfonsi 2395efd
removed trailing spaces
aalfonsi 88a968a
merged
aalfonsi 1600321
Update Code.py
aalfonsi bc221d9
Check for /usr/bin/bash if /bin/bash not found in windows
joshua-cogliati-inl 96ee40b
fix failed runs
alfoa 3b919a5
Update Code.py
alfoa bf2e128
fixed faulty checkForOutputFailure
alfoa b0c595f
Don't use -q, because sometimes it causes conda to crash.
joshua-cogliati-inl 2c0f1a5
Fixed failed
alfoa 93fbcfd
Merge branch 'alfoa/ravenRunningRaven' of https://github.com/idaholab…
alfoa cfa6e32
added test to check the correct collection of failed runs from Ensemb…
alfoa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Hm, in XPath, / is used as a separator. Since XPath is not being followed exactly, the full syntax supported should probably be documented.