parameter changes in wdm simulation

This commit is contained in:
sutef391
2025-12-22 09:00:36 +01:00
parent f481ce0212
commit 4b1c8c0be1
3 changed files with 286 additions and 22 deletions

View File

@@ -1,23 +1,6 @@
% Add the imdd_simulation framework to the path
if ispc
@@ -57,8 +40,6 @@ fprintf('parpool up with %d workers; JobStorage=%s\n', p.NumWorkers, c.JobStorag
% result filename (timestamp + optional job id)
t = datetime('now','TimeZone','local','Format','yyyyMMdd_HHmmss');
jobid = getenv('SLURM_JOB_ID'); if isempty(jobid), jobid = 'nojid'; end