Changes between Version 6 and Version 7 of lonestar


Ignore:
Timestamp:
10/27/16 09:48:34 (8 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • lonestar

    v6 v7  
    6868lonestar will ''only'' be used to run the code, you will use your local machine for pre and post processing, you will never use lonestar's matlab. You can check out ISSM and install the following packages:
    6969 - autotools
    70  - 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)
     70 - PETSc (use the lonestar 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)
    7171 - m1qn3
    7272
     
    116116}}}
    117117
     118Before you run your job, make sure to open a port first and enter the port number in md.cluster. Here is a handy alias:
     119
     120{{{
     121#!bash
     122alias pfetunnel='ssh -L 1099:localhost:22 ls5'
     123}}}
     124That will open port number 1099 that you can then use in ISSM so that you don't need to enter your password.
    118125
    119126to have a job of 2 nodes, 12 cpus for nodes, so a total of 24 cores.