-
Notifications
You must be signed in to change notification settings - Fork 120
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
Experiment directory with @
character does not run properly
#395
Comments
@
does not run properly@
character does not run properly
The |
Rocoto doesn't use |
Another solution would be to put the portion of the string containing the For example, replace:
with
|
Another solution, specific to this scenario, is to not use |
@christopherwharrop-noaa Thanks for the explanation! I will try to move the cyclestring out of the LOGDIR path. |
Expected behavior
SRW app should run when experiment directory contains @ character.
Current behavior
SRW app fails to run properly when the experiment directory contains the
@
character. This was revealed during Jenkins testing on Cheyene, where both gnu and intel are tested and the latter is assigned a different experiment directory differentiated byexpt_dir@2
. It looks like rocoto<cyclestring>&LOGDIR;</cyclesctring>
changes the@
character to%
causing all sorts of problems. Now a an underscore is used for Jenkins but the @ issue still exists.Machines affected
All
Steps To Reproduce
Add to your experiment directory path the
@
character.Detailed Description of Fix (optional)
Could be a rocoto issue.
Additional Information (optional)
Possible Implementation (optional)
Output (optional)
You will get the log files in a different directory where the
@
is replaced with%
. The LOGDIR generated by rocoto changestest@2
totest%2
The text was updated successfully, but these errors were encountered: