Matlab code demonstrating 1-D parameter sweep on HTCondor
Matlab code for demonstrating a 1-D parameter sweep
Compiling using Matlab 2019a and submitting to HTCondor
- module load matlab/2019a
- mcc -R -singleCompThread -m parameter_sweep.m
- condor_submit submit_matlab2019_sweep.txt
using the following HTCondor submit file.
Compiling using Matlab 2021a and submitting to HTCondor
- module load matlab/2021a
- mcc -R -singleCompThread -m parameter_sweep.m
- condor_submit submit_matlab2021_sweep.txt
using the following HTCondor submit file.
Compiling using Matlab 2024a and submitting to HTCondor
- module load matlab/2024a
- mcc -R -singleCompThread -m parameter_sweep.m
- condor_submit submit_matlab2024_sweep.txt
using the following HTCondor submit file.