Changes between Version 6 and Version 7 of lonestar
- Timestamp:
- 10/27/16 09:48:34 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
lonestar
v6 v7 68 68 lonestar 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: 69 69 - autotools 70 - PETSc (use the hpcscript 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) 71 71 - m1qn3 72 72 … … 116 116 }}} 117 117 118 Before 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 122 alias pfetunnel='ssh -L 1099:localhost:22 ls5' 123 }}} 124 That will open port number 1099 that you can then use in ISSM so that you don't need to enter your password. 118 125 119 126 to have a job of 2 nodes, 12 cpus for nodes, so a total of 24 cores.