Changes between Version 55 and Version 56 of GAIIA


Ignore:
Timestamp:
Jan 13, 2010, 7:33:17 PM (14 years ago)
Author:
andreea.visan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAIIA

    v55 v56  
    201201qsub -q ibm-quad.q -pe openmpi 1 -v OMP_NUM_THREADS=4 script.h
    202202}}}
     203
     204 * the MPI & OpenMP version
     205{{{
     206mpicxx -g -fopenmp -o scheduler main.cpp ...
     207}}}
     208{{{
     209qsub -q ibm-quad.q -pe openmpi 4 -v OMP_NUM_THREADS=4 script2.sh
     210}}}
    203211 
     212where
     213{{{
     214/** script.h */
     215
     216#/bin/bash
     217/opt/sun/sunstudio12.1/prod/bin/collect /export/home/stud/andreea.visan/ParallelPP/graf
     218}}}
     219
     220and
     221
     222{{{
     223/** script2.h */
     224
     225#/bin/bash
     226}}}
    204227== Experimental results ==
    205228