Difference between revisions of "NOTS Computing for Matching Entrepreneurs to VCs"

From edegan.com
Jump to navigation Jump to search
Line 6: Line 6:
 
SSH to NOTS with your net id. For example, from a Linux machine:
 
SSH to NOTS with your net id. For example, from a Linux machine:
 
  ssh -Y (username)@nots.rice.edu
 
  ssh -Y (username)@nots.rice.edu
 +
 +
Currently, Matlab 2015a is installed on NOTS. To check what software is available, type
 +
module spider
 +
 +
To load Matlab 2015a, type
 +
module load MATLAB/2015a

Revision as of 16:21, 13 July 2018

In progress. Building documentation from: https://docs.rice.edu/confluence/display/CD/Getting+Started+on+NOTS

Synopsis

Summer 2018. We try to use NOTS (Night Owls Time-Sharing Service), a computing cluster of Rice's CRC (Center for Research Computing) to run the Matlab code for Matching Entrepreneurs to VCs. This is a documentation on how to log onto and use NOTS. Currently only Wei and Ed have access to NOTS.

Getting Started

SSH to NOTS with your net id. For example, from a Linux machine:

ssh -Y (username)@nots.rice.edu

Currently, Matlab 2015a is installed on NOTS. To check what software is available, type

module spider

To load Matlab 2015a, type

module load MATLAB/2015a