...
You will need to have Artemis access before you can submit jobs to Artemis using your Matlab client.
Install Matlab
...
Only Matlab R2017a or Matlab R2018a can submit Matlab jobs to Artemis, so you will need to install it on your local computer. The University of Sydney has a site license for Matlab and provides access to this license at no cost to Sydney University researchers. You can download and install Matlab R2017a from the Softserv website or Mathworks.
Import the Artemis cluster profile
The Artemis cluster profile is a set of Matlab scripts provided by the University that tells your Matlab client how to submit jobs to Artemis. Follow these instructions to import the Artemis cluster profile into your Matlab client:
- Download the Artemis integration scripts from GitHub. In the R2017a directorydownloaded package, you should have an Artemis.settings file and a directory called artemis-integration-scripts.
- Open Matlab R2017a on your computer.
- In the Matlab R2017a client, click the Home tab, select Parallel, then select Manage Cluster Profiles
- In the Cluster Profile Manager, click the Import button and select the Artemis.settings file.
...
where MATLABROOT
is the directory where Matlab R2017a is installed on your computer.
2. Download the datetime_FIXED.m file from the Matlab Artemis Integration Scripts GitHub repository and rename it to datetime.m
.
...