updated readme

This commit is contained in:
caes 2017-08-07 15:53:34 -04:00
parent 4ceba97175
commit 06f4c61378

12
README
View File

@ -1,8 +1,12 @@
Quick Reference: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Quick Reference
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Basic work-flow to create a thor run and generate flux tables Basic work-flow to create a thor run and generate flux tables
────────────────────────────────────────────────────────────────────────── ──────────────────────────────────────────────────────────────────────────
This is covered in detail in "cloudy-agn/notes/thor_guide"
"ssh -X kkorista@thor.cs.wmich.edu" to connect "ssh -X kkorista@thor.cs.wmich.edu" to connect
"qnodes | grep -B2 researcj|less" to get a list of available nodes "qnodes | grep -B2 researcj|less" to get a list of available nodes
@ -41,6 +45,10 @@ Compiling cloudy on Thor
Load one of the openmpi modules before compiling the mpi version of cloudy Load one of the openmpi modules before compiling the mpi version of cloudy
move to the relevant source directory, e.g., "c17.00/source/sys_mpi_gcc"
"make" to build the program, which compiles to cloudy.exe
Getting the latest version of my software Getting the latest version of my software
────────────────────────────────────────────────────────────────────────── ──────────────────────────────────────────────────────────────────────────
@ -50,7 +58,7 @@ rsync -aac kkorista@159.203.46.10:~/cloudy.agn <local dir>
<local dir> command line argument here is where you want to save the project on your local machine, use "." for current directory <local dir> command line argument here is where you want to save the project on your local machine, use "." for current directory
use SSH keys use SSH keys
───────────── ──────────────────────────────────────────────────────────────────────────
This creates a public key and a private key and sends the public key to the remote server, which is sufficient for secure authentication. This creates a public key and a private key and sends the public key to the remote server, which is sufficient for secure authentication.
"ssh-keygen" to create and save a key "ssh-keygen" to create and save a key