We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After setting up GEOSldas, the sbatch job must currently be submitted from the ./run directory, that is:
cd [exp-path]/run sbatch lenkf.j
We should make it possible to execute sbatch from anywhere, that is: sbatch [exp-path]/run/lenkf.j
sbatch [exp-path]/run/lenkf.j
Per a suggestion from Matt, this can be probably done by adding something like the following line into lenkf.j: #SBATCH --chdir=[exp-path]/run
#SBATCH --chdir=[exp-path]/run
Not sure what the corresponding command for PBS would be, but chances are there's something similar.
The text was updated successfully, but these errors were encountered:
closing (addressed with #745)
Sorry, something went wrong.
weiyuan-jiang
No branches or pull requests
After setting up GEOSldas, the sbatch job must currently be submitted from the ./run directory, that is:
We should make it possible to execute sbatch from anywhere, that is:
sbatch [exp-path]/run/lenkf.j
Per a suggestion from Matt, this can be probably done by adding something like the following line into lenkf.j:
#SBATCH --chdir=[exp-path]/run
Not sure what the corresponding command for PBS would be, but chances are there's something similar.
The text was updated successfully, but these errors were encountered: