Recent Releases of slurmfun
slurmfun - 2025.3
First major update in a while adds support for the CoBIC HPC cluster and
introduces a new convenience function show_jobs as well as some code housekeeping.
NEW
- Added convenience function
show_jobsto display status of currently active jobs (mainly relevant ifslurmfunwas invoked withwaitForReturnset tofalse) - Added CITATION.cff file to provide information for citing
slurmfun - Added tests for running
slurmfunon the CoBIC HPC cluster - Include version information in MATLAB prompt and generated log files
CHANGED
- Switched to date-based versioning
REMOVED
- Removed
accountas input argument toget_active_jobs: it has not been used anywhere in the package; instead a new (optional) input argument has been introduced:jobs, an array of job ids or aMatlabJobarray as returned by slurmfun can be used to select which jobs to query. - Removed unused function
get_final_status
FIXED
- Do not assume a
/csfilesystem exists on all clusters - Updated and expanded tests
- MATLAB
Published by pantaray 11 months ago
slurmfun - v0.5
[0.5] - 2020-05-15
- Changed 'mem' option to mean
--mem-per-cpuforsbatch. It used to be--mem, which actually translates to--mem-per-node - Memory reporting is now only valid for the cgroup plugin (bytes)
- The
matlabcmd.shscript now defaults to MATLAB 2020a
- MATLAB
Published by joschaschmiedt almost 6 years ago
slurmfun -
[0.4] - 2020-05-11
- Added support for functions with multiple output arguments
- Re-added support for functions without output arguments
- MATLAB
Published by joschaschmiedt almost 6 years ago
slurmfun - v0.3
[0.3] - 2020-04-30
- Added
'cpu'and'mem'options to configure number of cores and memory for each job - Added option to specify a different partition for each job
- slurmfun now tolerates a SLURM controller outage of up to 5 min
- The MATLAB job can now be started with more than one thread
- Printing of progress has been improved
- MATLAB
Published by joschaschmiedt almost 6 years ago