cluster changes pt. 2

This commit is contained in:
Silas Oettinghaus
2025-09-17 14:39:56 +02:00
parent f543194c08
commit e8afa72158

View File

@@ -0,0 +1,10 @@
% Add the imdd_simulation framework to the path
if ispc
addpath(genpath('C:\Users\Silas\Documents\MATLAB\imdd_simulation'));
else
% Linux path on the cluster
addpath(genpath('/work_beegfs/sutef391/imdd_simulation'));
end
% Define where results should be written (used by WDM_model.m)
output_root = '/work_beegfs/sutef391/results_WDM';