Python code for calculating Pi on HTCondor
Python code for calculating Pi using n terms of the Gregory series.
Submitting to HTCondor using Anaconda Python 2.7.5
- condor_submit submit_python27_pi.txt
using the following HTCondor submit file.
Submitting to HTCondor using Anaconda Python 3.7.12
- condor_submit submit_python3712_pi.txt
using the following HTCondor submit file.
Submitting to HTCondor using Anaconda Python 3.8.12
- condor_submit submit_python3812_pi.txt
using the following HTCondor submit file.
Submitting to HTCondor using Anaconda Python 3.9.7
- condor_submit submit_python397_pi.txt
using the following HTCondor submit file.
Submitting to HTCondor using Anaconda Python 3.10.2
- condor_submit submit_python3102_pi.txt
using the following HTCondor submit file.