Back to home page

MITgcm

 
 

    


File indexing completed on 2023-05-28 05:10:56 UTC

view on githubraw file Latest commit b4daa243 on 2023-05-28 03:53:22 UTC
b4daa24319 Shre*0001 #ifndef ADOMP_H
                0002 #define ADOMP_H
                0003 void assertSafeStack() ;
                0004 
                0005 void getStaticSchedule(int lo, int hi, int stride, int* threadlo, int* threadhi) ;
                0006 
                0007 void initDynamicSchedule() ;
                0008 void recordDynamicSchedule(int counter, int stride) ;
                0009 void finalizeDynamicSchedule() ;
                0010 #endif