Changes between Version 6 and Version 7 of ComputeResources/UMCGCluster


Ignore:
Timestamp:
Aug 19, 2011 5:56:26 PM (13 years ago)
Author:
laurent
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ComputeResources/UMCGCluster

    v6 v7  
    1414== Access ==
    1515Access to the UMCG cluster is done via SFTP (application20.target.rug.nl) (data access only, see [wiki:DataManagement/SftpServer SFTP page] about this) or SSH (application30.target.rug.nl; '''only works from registered IP addresses'''!). There is no public access to the UMCG cluster. Additional personal ssh or sftp accounts can be requested via Morris who keeps the list of all users that have full data access.
     16
    1617== Usage ==
    1718First of all here are a few '''important''' things to know about the cluster and using it efficiently:
     
    7475 * `-o outputLog`
    7576   * `Redirects the standard output to the desired file. Note that using '~' in the path for you home directory does not work.`
     77   * `Note that the standard output is first written on the local node and only copied once the job terminates (regardless of the reason of the job termination).`
    7678 * `-e errorLog`
    7779   * `Redirects the error output to the desired file. Note that using '~' in the path for you home directory does not work.`
     80   * `Note that the error output is first written on the local node and
     81 only copied once the job terminates (regardless of the reason of the
     82job termination).`