MPI measurements
This commit is contained in:
10
projects/ECOC_2025/dsp_standalone.m
Normal file
10
projects/ECOC_2025/dsp_standalone.m
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
|
||||
basePath = 'C:\Users\sioe\Documents\MATLAB\imdd_simulation\projects\ECOC_2025\';
|
||||
database_name='ecoc2025.db';
|
||||
savePath = 'Z:\2025\ECOC Silas\ecoc_2025\';
|
||||
num_occ = 1;
|
||||
run_par = false;
|
||||
run_id = 562;
|
||||
[out, ~] = submit_dsp(run_id, basePath, database_name, savePath,"parallel",run_par,'max_occurences',num_occ);
|
||||
Reference in New Issue
Block a user