Difference between revisions of "WorkingOnServers"

From mn/geo/geoit
Jump to: navigation, search
Line 13: Line 13:
 
There are many tools that make connecting to the servers easier, from '''passwordless login''' (which is more secure), to making sure you have your '''display settings'''
 
There are many tools that make connecting to the servers easier, from '''passwordless login''' (which is more secure), to making sure you have your '''display settings'''
  
 +
*Professor Burkhart's [[https://wiki.uio.no/mn/geo/geoit/index.php/WorkingOnServers/JFBsWorkFlow WorkFlow]] -- this is a 'cookbook' solution to use Mac or Linux clients to work on the servers from anywhere and always start where you left off. The key tools are ''ssh, screen, ''and a few ''scripts.''
 
*Return right to where you left off by following some DisplayEnvironment [https://wiki.uio.no/mn/geo/geoit/index.php/WorkingOnServers/DisplayEnvironmentTricks Tricks]
 
*Return right to where you left off by following some DisplayEnvironment [https://wiki.uio.no/mn/geo/geoit/index.php/WorkingOnServers/DisplayEnvironmentTricks Tricks]
*Professor Burkhart's [[https://wiki.uio.no/mn/geo/geoit/index.php/WorkingOnServers/JFBsWorkFlow WorkFlow]] -- this is a 'cookbook' solution to use Mac or Linux clients to work on the servers from anywhere and always start where you left off. The key tools are ''ssh, screen, ''and a few ''scripts.''
 

Revision as of 09:14, 4 October 2014

Overview

At UiO we have a powerful resource of computers available for running various meteorological codes. The documentation here is provided to help you work on the servers efficiently from your own desktop. These guides will hopefully also be useful for running code on any other cluster computers including the Norwegian Super Computing Resources and ECMWF.

For some information on the Abel cluster resources available at UiO see abel.

To see the status of the servers check here: AbelLog.

To see the CPU and Memory usage of the cluster check here: AbelCPU

Connecting to the Servers

There are many tools that make connecting to the servers easier, from passwordless login (which is more secure), to making sure you have your display settings

  • Professor Burkhart's [WorkFlow] -- this is a 'cookbook' solution to use Mac or Linux clients to work on the servers from anywhere and always start where you left off. The key tools are ssh, screen, and a few scripts.
  • Return right to where you left off by following some DisplayEnvironment Tricks