Matlab code for calculating Pi on HTCondor
Matlab code for calculating Pi using n terms of the Gregory series.
Compiling using Matlab 2013a and submitting to HTCondor
- module load matlab/2013a
- mcc -R -singleCompThread -m calculate_pi.m
- condor_submit submit_Matlab2013.txt
using the following HTCondor submit file.
Compiling using Matlab 2015a and submitting to HTCondor
- module load matlab/2015a
- mcc -R -singleCompThread -m calculate_pi.m
- condor_submit submit_Matlab2015.txt
using the following HTCondor submit file.
Compiling using Matlab 2017a and submitting to HTCondor
- module load matlab/2017a
- mcc -R -singleCompThread -m calculate_pi.m
- condor_submit submit_Matlab2017.txt
using the following HTCondor submit file.
Compiling using Matlab 2019a and submitting to HTCondor
- module load matlab/2019a
- mcc -R -singleCompThread -m calculate_pi.m
- condor_submit submit_Matlab2019.txt
using the following HTCondor submit file.