Mathematica script demonstrating how to pass arguments
Wolfram Language (Mathematica) script demonstrating how to pass arguments.
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_arguments.txt
using the following HTCondor submit file.
Submitting the script to use Mathematica 12.0 on HTCondor
- condor_submit submit_math120_arguments.txt
using the following HTCondor submit file.