Changeset 2014 for branches


Ignore:
Timestamp:
02/25/11 22:17:34 (13 years ago)
Author:
ShinnosukeKawakami
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): STMath.cpp

Description: calsig and calref were to be parallelized


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/parallel/src/STMath.cpp

    r2004 r2014  
    14261426  types.clear() ;
    14271427
     1428//Shinnosuke 2011/02/25>>>
     1429#pragma omp parallel sections
     1430{
     1431#pragma omp section
     1432 {
    14281433  calsig = dototalpower(sigwcal, sig, tcal=tcal);
     1434 }
     1435#pragma omp section
     1436 {
    14291437  calref = dototalpower(refwcal, ref, tcal=tcal);
     1438 }
     1439}
     1440//Shinnosuke 2011/02/25<<<
    14301441
    14311442  out1=dosigref(calsig,calref,smoothref,tsysv,tau);
Note: See TracChangeset for help on using the changeset viewer.