fiji-hpc / parallel-macro

12 stars 1 forks source link

HPCWfM GUI: creating job, set min memory to 4 GB #13

Closed xulman closed 2 years ago

xulman commented 2 years ago

I would set default max mem (per node; the advanced settings of a new job) to something like 16 GB, and make sure that user cannot set anything below 4 GB..

(on clusters there should be enough memory on nodes)

another question worth considering is to modify the qsub command so that scatter=xxx... I mean that i would prevent from using the same node multiple times

xulman commented 2 years ago
velissarious commented 2 years ago

I have set the default to 16 GB. When the maximum memory limit value is set to any value less than 4 GB then a warning will appear. For example:

image

This improvement will be included in the next release.

velissarious commented 2 years ago

I made a new issue for the second part as it is a different new feature.