Changes between Version 11 and Version 12 of hpc


Ignore:
Timestamp:
12/03/14 14:21:34 (10 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • hpc

    v11 v12  
    104104#!m
    105105cluster.login='mmorligh';
    106 cluster.queue='c6145';
    107 cluster.codepath='/home/mmorligh/trunk-jpl/bin/';
    108 cluster.executionpath='/pub/mmorligh/trunk-jpl/execution/';
     106cluster.port=8000;
     107cluster.queue='pub64';
     108cluster.codepath='/data/users/mmorligh/trunk-jpl/bin/';
     109cluster.executionpath='/data/users/mmorligh/trunk-jpl/execution/';
    109110}}}
    110111
     
    113114== Running jobs on hpc  ==
    114115
    115 On hpc, you can use up to 30 cores per node. The more nodes and the longer the requested time, the more you will have to wait in the queue. So choose your settings wisely:
     116On hpc, you can use up to 64 cores per node. The more nodes and the longer the requested time, the more you will have to wait in the queue. So choose your settings wisely:
    116117
    117118 {{{
     
    121122}}}
    122123
     124The list of available queues is `'pub64','free64','free48','free*,pub64'` and `'free*'`.
     125
    123126to have a maximum job time of 10 minutes and 8 cores on one node. If the run lasts longer than 10 minutes, it will be killed and you will not be able to retrieve your results.
    124127
     
    127130 {{{
    128131#!sh
    129 qstat -s c6145
     132qstat -u USERNAME
    130133}}}
    131134