Changes between Version 2 and Version 3 of hpc
- Timestamp:
- 12/02/14 16:04:35 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
hpc
v2 v3 14 14 HostbasedAuthentication no 15 15 }}} 16 and replace `YOURHPCUSERNAME` by your h oc username.16 and replace `YOURHPCUSERNAME` by your hpc username. 17 17 18 18 Once this is done, you can sshhpct by simply doing: … … 38 38 }}} 39 39 40 Two files were created: your private key `/Users/username/.ssh/id_rsa`, and the public key `/Users/username/.ssh/id_rsa.pub`. The private key is read-only and only for you, it is used to decrypt all correspondence encrypted with the public key. The contents of the public key need to be copied to `~/.ssh/authorized_keys` on your h oc account:40 Two files were created: your private key `/Users/username/.ssh/id_rsa`, and the public key `/Users/username/.ssh/id_rsa.pub`. The private key is read-only and only for you, it is used to decrypt all correspondence encrypted with the public key. The contents of the public key need to be copied to `~/.ssh/authorized_keys` on your hpc account: 41 41 42 42 {{{ … … 68 68 == Installing ISSM on hpc == 69 69 70 h oc will ''only'' be used to run the code, you will use your local machine for pre and post processing, you will never use hpc's matlab. You can check out ISSM and install the following packages:70 hpc will ''only'' be used to run the code, you will use your local machine for pre and post processing, you will never use hpc's matlab. You can check out ISSM and install the following packages: 71 71 - autotools 72 - PETSc (use the h oc script and ``follow`` the instructions, you will need to submit a job and compile PETSc manually, do not make test, it will not work on the cluster)72 - PETSc (use the hpc script and ``follow`` the instructions, you will need to submit a job and compile PETSc manually, do not make test, it will not work on the cluster) 73 73 - m1qn3 74 74 … … 120 120 to have a maximum job time of 10 minutes and 8 cores on one node. If the run lasts longer than 10 minutes, it will be killed and you will not be able to retrieve your results. 121 121 122 Now if you want to check the status of your job and the queue you are using, type in the bash with the Greeplanetsession:122 Now if you want to check the status of your job and the queue you are using, type in the bash with the hpc session: 123 123 124 124 {{{