ASU Saguaro 09/16/2016 Jung Hyun Kim
Creating an account https://researchcomputing.asu.edu/
Creating an account
Connection via SSH (Interactive mode) Host name: saguaro.asu.edu User name: ASUAD account Port number: 22 [jkim294@saguaro2 ~]$ mybalance Your account has unlimited CPU hours
Connection via SSH (Interactive mode) 2. interactive -n 8 --mem 16000 -t 0-4 -p cluster n: # of cpu cores mem: RAM size (16000 -> 16GB) Alternative way: --mem-per-cpu=2000 t: the duration of a session to run (days-hours) p: partition serial: 24 hours partition (default) long: more than 24 hours partition cluster: cluster partition
Connection via SSH (Interactive mode) 3. Loading applications module load matlab/2015b module load gcc/4.9.3 module unload gcc/5.2.0 4. Run your program/script
Connection via SSH (Interactive mode) Check system info Cat /proc/cpuinfo
Connection via NoMachine GUI version Setup Download & install NoMachine Client from https://saguaro1.asu.edu/howto/logging_in_with_nx.php Download sauaro.nxs file from https://saguaro1.asu.edu/howto/logging_in_with_nx.php
Connection via NoMachine
Connection via NoMachine Terminal GUI
Running jobs and status check Saguaro Cluster Status https://saguaro1.asu.edu/smallstatus.php Running jobs https://saguaro1.asu.edu/jobs.php?jobtype=running&sortcolumn=Job%20ID&sortdir=asc Waiting jobs https://saguaro1.asu.edu/jobs.php?jobtype=pending
Problems on interactive & NoMachine modes Should not close the shell No notification when it is done Sbatch Script