FESOM / tripyview

Triangular plotting for FESOM2
MIT License
4 stars 3 forks source link

tripyrun requires ulimit -n set to large number #113

Open JanStreffing opened 3 months ago

JanStreffing commented 3 months ago

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

patrickscholz commented 3 months ago

@Jan: So far i run tripyrun always on an interactive compute node. I guess you run it on a standard compute node using sbatch?

jan commented 3 months ago

@patrickscholz keep up the good work! But also: wrong Jan.

JanStreffing commented 3 months ago

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.