Set Up the Charity Engine Batch Computation Provider
Configure the Charity Engine service connection in order to submit batch jobs.
Create a submission environment
Using your Charity Engine authenticator key, create a RemoteBatchSubmissionEnvironment with which to submit jobs:
In[1]:=1

✖
Out[1]=1

- Consult the
for information on signing up to submit jobs. You may have to contact Charity Engine in order to create an account and obtain an authenticator key.
Submit a job using the environment
Query the job’s status:
In[3]:=3

✖
Out[3]=3

Download the job’s output:
In[4]:=4

✖
Out[4]=4

- For more information on submitting and manipulating jobs, see the reference page for the “CharityEngine” provider.