Changes between Version 2 and Version 3 of hpc


Ignore:
Timestamp:
12/02/14 16:04:35 (10 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • hpc

    v2 v3  
    1414  HostbasedAuthentication no
    1515}}}
    16 and replace `YOURHPCUSERNAME` by your hoc username.
     16and replace `YOURHPCUSERNAME` by your hpc username.
    1717
    1818Once this is done, you can sshhpct by simply doing:
     
    3838}}}
    3939
    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 hoc account:
     40Two 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:
    4141
    4242{{{
     
    6868== Installing ISSM on hpc ==
    6969
    70 hoc 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:
     70hpc 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:
    7171 - autotools
    72  - PETSc (use the hoc 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)
    7373 - m1qn3
    7474
     
    120120to 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.
    121121
    122 Now if you want to check the status of your job and the queue you are using, type in the bash with the Greeplanet session:
     122Now if you want to check the status of your job and the queue you are using, type in the bash with the hpc session:
    123123
    124124 {{{