Changeset 1864 for LMDZ5/branches/testing/libf/dyn3dmem/conf_gcm.F
- Timestamp:
- Sep 11, 2013, 11:45:01 AM (11 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1797-1799,1801-1811,1813-1834,1836,1838-1840,1842-1860
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3dmem/conf_gcm.F
r1795 r1864 17 17 use mod_filtre_fft_loc, ONLY : use_filtre_fft_loc=>use_filtre_fft 18 18 use mod_hallo, ONLY : use_mpi_alloc 19 use parallel, ONLY : omp_chunk20 19 USE infotrac, ONLY : type_trac 21 20 use assert_m, only: assert … … 908 907 use_mpi_alloc=.FALSE. 909 908 CALL getin('use_mpi_alloc',use_mpi_alloc) 910 911 !Config Key = omp_chunk912 !Config Desc = taille des blocs openmp913 !Config Def = 1914 !Config Help = defini la taille des packets d'it�ration openmp915 !Config distribu�e � chaque t�che lors de l'entr�e dans une916 !Config boucle parall�lis�e917 918 omp_chunk=1919 CALL getin('omp_chunk',omp_chunk)920 909 921 910 !Config key = ok_strato … … 1006 995 write(lunout,*)' use_filtre_fft = ', use_filtre_fft 1007 996 write(lunout,*)' use_mpi_alloc = ', use_mpi_alloc 1008 write(lunout,*)' omp_chunk = ', omp_chunk1009 997 write(lunout,*)' ok_strato = ', ok_strato 1010 998 write(lunout,*)' ok_gradsfile = ', ok_gradsfile
Note: See TracChangeset
for help on using the changeset viewer.