From 9482e772cdf7d80cfb363093527cf35a5d6890fc Mon Sep 17 00:00:00 2001 From: wsmonroe <wsmonroe@c0011.cm.cluster> Date: Mon, 9 Jul 2018 14:32:03 -0500 Subject: [PATCH] added terminal commands to start interactive compute node and to start MATLAB appropriately --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e01f1d6..d1b9665 100644 --- a/README.md +++ b/README.md @@ -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. +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 Needs matlab installed and the NODDI toolbox in the MATLAB path -- GitLab