Changeset 38 for trunk/src/sinobad.d


Ignore:
Timestamp:
04/22/11 18:07:23 (13 years ago)
Author:
jbrlod
Message:

test parallelism

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sinobad.d

    r37 r38  
    2121#option O_VARINCR 
    2222#option    O_GRADTEST 
    23 option   O_DBG_NANF 
     23 #option   O_DBG_NANF 
    2424#option   O_DBG_TING 
    2525option  O_EXTOBJ "../object/ncutil.o" 
    2626option O_REAL double 
    27 option o_parallel 
     27option o_parallel 16 
    2828 
    2929#TRAJECTOIRES (DIM) -----------------------------------TRAJ 
     
    191191modul   gcb_dynspg_flt          space   S3dt inter YA1 YA2      input 4           output 1      tempo    
    192192modul   gcx_dynspg_flt          space   S3dt inter YA1 YA2      input 2           output 1      tempo    
    193 modul   solsor_dynspg_flt       space   S3dt inter YA1 YA2      input array 18    output 1       
     193modul   solsor_dynspg_flt       space   S3dt inter YA1 YA2      input array 19    output 1      tempo 
    194194modul   gcx2                    space   S3dt inter YA1 YA2      input array 1     output 1      tempo    
    195195modul   spguv_dynspg_flt        space   S3dt inter YA1 YA2      input 3           output 2      tempo    
     
    585585ctin     solsor_dynspg_flt      1..9    from    gcx_dynspg_flt          1 i%~1 j%~1       t 
    586586ctin     solsor_dynspg_flt      10..18  from    gcb_dynspg_flt          1 i%~1 j%~1       t 
    587 ctin     gcx2                   1       from    solsor_dynspg_flt       1 i    j  
     587ctin     solsor_dynspg_flt      19      from    solsor_dynspg_flt       1 i-1  j-1       t 
     588ctin     gcx2                   1       from    solsor_dynspg_flt       1 i    j          t 
    588589 
    589590#---------->dyn_nxt 
Note: See TracChangeset for help on using the changeset viewer.