SIMEXP / psom

pipeline system for octave and matlab
http://psom.simexp-lab.org
Other
24 stars 13 forks source link

matlab backward compatibility & slurm support #135

Open fMeow opened 3 years ago

fMeow commented 3 years ago

Matlab backward compatibility

Fix the compatibility issue with old age matlab (tested with MATLAB 2012b on Linux, Centos 8):

Slurm support

Slurm offers a set of PBS command (qsub, qdel and etc), but it mandatorily require shebang.

And the solution is simple that to add #!/bin/sh to worker script ($LOG_DIR/tmp/psomX.sh).