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
I found that by default tripyrun is crashing with too many files open error. The solution is to set ulimit -n to some large number e.g. 100000
too many files open
The text was updated successfully, but these errors were encountered:
@jan: So far i run tripyrun always on an interactive compute node. I guess you run it on a standard compute node using sbatch?
Sorry, something went wrong.
@patrickscholz keep up the good work! But also: wrong Jan.
On the login node yes, with slum, no (not allowed on login node anyway). I take away that I would use salloc and try it from a compute node.
patrickscholz
No branches or pull requests
I found that by default tripyrun is crashing with
too many files open
error. The solution is to set ulimit -n to some large number e.g. 100000The text was updated successfully, but these errors were encountered: