Ignore:
Timestamp:
Aug 23, 2013, 2:20:58 PM (11 years ago)
Author:
yann meurdesoif
Message:

Solve performance problem comming from declarations of a derived type.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3dmem/guide_loc_mod.F90

    r1823 r1848  
    894894 
    895895  INTEGER                            :: i,j,l,ij
    896   TYPE(Request) :: Req 
    897 
     896  TYPE(Request),SAVE :: Req 
     897!$OMP THREADPRIVATE(Req)
    898898    print *,'Guide: conversion variables guidage'
    899899! -----------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.