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.6
- condor_submit submit_python27_pi.txt
using the following HTCondor submit file.
Submitting to HTCondor using Anaconda Python 3.3.4
- condor_submit submit_python33_pi.txt
using the following HTCondor submit file.
Submitting to HTCondor using Anaconda Python 3.4.1
- condor_submit submit_python34_pi.txt
using the following HTCondor submit file.