Matlab code for calculating Pi on HTCondor
Matlab code for calculating Pi using n terms of the Gregory series.
Compiling using Matlab 2019a and submitting to HTCondor
- module load matlab/2019a
- mcc -R -singleCompThread -m calculate_pi.m
- condor_submit submit_matlab2019_pi.txt
using the following HTCondor submit file.
Compiling using Matlab 2021a and submitting to HTCondor
- module load matlab/2021a
- mcc -R -singleCompThread -m calculate_pi.m
- condor_submit submit_matlab2021_pi.txt
using the following HTCondor submit file.
Compiling using Matlab 2024a and submitting to HTCondor
- module load matlab/2024a
- mcc -R -singleCompThread -m calculate_pi.m
- condor_submit submit_matlab2024_pi.txt
using the following HTCondor submit file.