Run out of memory problem with slurm

@luisalbe The out-of-memory error means you’ll have to increase your memory request, either the --mem-per-cpu option or the --mem (per node) option. You could also try to reduce the memory used by your job if possible. You could perform memory profiling to identify parts of your code that use the most memory.