Skip to content
Snippets Groups Projects
Commit 9482e772 authored by wsmonroe's avatar wsmonroe
Browse files

added terminal commands to start interactive compute node and to start MATLAB appropriately

parent 0c10c259
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,17 @@ This should grow to be a repository of everything needed (excluding MATLAB) need ...@@ -6,6 +6,17 @@ This should grow to be a repository of everything needed (excluding MATLAB) need
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
To run, use an interactive node (ideally using 8 cores)
```
sinteractive --ntasks=1 --cpus-per-task=8 --mem-per-cpu=8192 --time=72:00:00 --partition=long
```
Then start matlab module and start matlab
```
module load rc/matlab/R2018a
matlab
```
### Prerequisites ### Prerequisites
Needs matlab installed and the NODDI toolbox in the MATLAB path Needs matlab installed and the NODDI toolbox in the MATLAB path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment