Mathematica script for calculating Pi using the Gregory series
Wolfram Language (Mathematica) script for calculating Pi using the Gregory series.
Due to Mathematica being an interpreted language, submitting a Mathematica script to run on HTCondor is simply a case of constructing the corresponding HTCondor submit file.
Submitting the script to use Mathematica 11.3 on HTCondor
- condor_submit submit_math113_pi.txt
using the following HTCondor submit file.
Submitting the script to use Mathematica 12.0 on HTCondor
- condor_submit submit_math120_pi.txt
using the following HTCondor submit file.