QUEUES for FELIU MASERAS group: Difference between revisions

From Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


== QUEUES :==
== QUEUES :==
Currently there are four queues where calculations can be sent:


* c4m8.q (18 NODES)
* c4m8.q (18 NODES)
Line 20: Line 22:




* c8m24.q (15 NODES)  
* c8m24.q (27 NODES)  
         MACHINE TYPE
         MACHINE TYPE
                 2 x Xeon E5530 2.4GHz 8M cache (8 cores)
                 2 x Xeon E5530 2.4GHz 8M cache (8 cores)
Line 27: Line 29:
                 c8m24_mpi
                 c8m24_mpi
                 c8m24_smp
                 c8m24_smp
* c12m24.q (14 NODES)
        MACHINE TYPE
                ??
        PE
                c12m24_mpi
                c12m24_smp
* ''' Queues system management''' 





Revision as of 15:15, 17 October 2012

go back to Main_Page, Computational Resources, Clusters, Local Clusters, Kimik2

QUEUES :

Currently there are four queues where calculations can be sent:

  • c4m8.q (18 NODES)
       MACHINE TYPE
               1 x Xeon X3360 2,83Ghz 2x6Mb cache (4 cores)
               4x2GB RAM DDR2 800Mhz (8GB mem)
       PE
               c4m8_mpi
               c4m8_smp
  • cq4m4.q (26 NODES)
       MACHINE TYPE
               1 x  Core2 Quad Q6600 2,4GHz  8M cache (4 cores)
               4x1GB DDR2 667MHz (4GB mem)
       PE
               cq4m4_mpi
               cq4m4_smp


  • c8m24.q (27 NODES)
       MACHINE TYPE
               2 x Xeon E5530 2.4GHz 8M cache (8 cores)
               6x4GB RAM DDR3 1333MHz ECC Registered (24GB mem)
       PE
               c8m24_mpi
               c8m24_smp


  • c12m24.q (14 NODES)
       MACHINE TYPE
               ??
       PE
               c12m24_mpi
               c12m24_smp
  • Queues system management


SENDING CALCULATIONS:

  • Gaussian jobs
qs TYPE_OF_CALCULATION inputfile.in

where TYPE_OF_CALCULATION can be:

g09.c8m24 (8 cores smp pe)
g09.cq4m4 (4 cores smp pe)       
g09.c4m8 (4 cores smp pe) 
g03.cq4m4 (4 cores smp pe)
g03.c4m8 (4 cores smp pe)


NOTE: remember to add the correct parameters in your inputfile.in according to the TYPE_OF_CALCULATION. %nproc=... and %mem=...

  • Orca jobs
qs orcaVERSION.QUEUE NMACHINES INPUTNAME

where:

VERSION could be 27 (for version 2.7) or 28 (for version 2.8)
QUEUE could be cq4m4 or c4m8 or c8m24 or c12m24
NMACHINES is the number of the machines to use (this parameter have directly relation with ! PALX of the input file, see the ORCA page)
INPUTNAME is the name of your input
  • Other jobs

Other type of jobs might need a customized script, like MECP searches and others. To submit them use:

qsub scriptfile