new from silas pc during ecoc sprint
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
|
||||
|
||||
|
||||
databasePath = 'Z:\2025\ECOC Silas\';
|
||||
savePath = 'Z:\2025\ECOC Silas\ecoc_2025\';
|
||||
databasePath = 'C:\Users\Silas\Documents\MATLAB\imdd_simulation\projects\ECOC_2025\';
|
||||
database_name = 'ecoc2025_loops.db';
|
||||
db = DBHandler("pathToDB", [databasePath, database_name]);
|
||||
db = DBHandler("pathToDB", [databasePath, database_name],"type","sqlite");
|
||||
% db = DBHandler("type","mysql");
|
||||
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);
|
||||
run_id = 2589;
|
||||
[out, ~] = submit_dsp(run_id, databasePath, database_name, savePath,"parallel",run_par,'max_occurences',num_occ);
|
||||
|
||||
Reference in New Issue
Block a user