Changes between Version 1 and Version 2 of frontera
- Timestamp:
- 07/23/21 06:16:27 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
frontera
v1 v2 13 13 and replace `YOURUSERNAME` by your TACC username. 14 14 15 Make sure to also include the following in your `~/.ssh/config`: 16 {{{ 17 #!sh 18 Host * 19 ControlMaster auto 20 ControlPath ~/.ssh/sockets/%r@%h-%p 21 ControlPersist yes 22 }}} 23 24 It will allow you to use existing ssh connection for multiple sessions. As long as you have an active connection, ssh will not need a password or token to create a new session. You may need to `mkdir ~/.ssh/sockets` if this directory does not exist. 25 26 15 27 Once this is done, you can ssh frontera by simply doing: 16 17 28 {{{ 18 29 #!sh … … 84 95 }}} 85 96 86 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:97 Before you run your job, make sure to have an active open ssh connection to frontera so that you don't need to enter your password. 87 98 88 {{{ 89 #!sh 90 alias ls5tunnel='ssh -L 1099:localhost:22 ls5' 91 }}} 92 That will open port number 1099 that you can then use in ISSM so that you don't need to enter your password. 93 94 to have a job of 2 nodes, 12 cpus for nodes, so a total of 24 cores. 95 96 To submit a job on frontera, do: 97 99 To manually submit a job on frontera, do: 98 100 {{{ 99 101 #!m … … 102 104 103 105 Now if you want to check the status of your job and the queue you are using, type in the bash with the frontera session: 104 105 106 {{{ 106 107 #!sh … … 109 110 110 111 You can delete your job manually by typing: 111 112 112 {{{ 113 113 #!sh