Changes between Version 17 and Version 18 of qcg-directives

Show
Ignore:
Timestamp:
08/23/13 15:53:49 (11 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • qcg-directives

    v17 v18  
    133133}}} 
    134134= nodes = 
    135 nodes - requested topology of parallel application 
    136  
     135'''nodes''' - requested topology of the parallel application. The directive allows to specify requested number of nodes and slots per node. Optionally it is possible to specify number of processes to be executed on every node. If it is not specify else the number of processes on every node is equal to the number of slots. 
     136The syntax is: number_of_nodes:number_of_slots[:number_of_processes] 
     137 
     138{{{ 
     139#QCG nodes=10:5:1 
     140#QCG nodes=12:12 
     141}}} 
    137142= not-after = 
    138143not-after - execute not later then