- Sep 05, 2023
-
-
WAUTELET Philippe authored
-
- Sep 04, 2023
-
-
WAUTELET Philippe authored
-
- Sep 01, 2023
-
-
WAUTELET Philippe authored
(cherry picked from commit a7413073)
-
WAUTELET Philippe authored
-
- Aug 29, 2023
-
-
WAUTELET Philippe authored
Philippe 29/08/2023: OpenACC: work around for a problem with NVHPC 23.7 (not present in older versions) (cherry picked from commit ce39d7dc)
-
WAUTELET Philippe authored
Philippe 29/08/2023: OpenACC: work around for a problem with NVHPC 23.7 (not present in older versions)
-
- Aug 28, 2023
-
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
- Jul 25, 2023
-
-
Juan Escobar authored
Juan 25/07/2023:ZSOLVER/advection_metsv.f90 , add cpp key MPIVIDE to compile with gfortran+GPU nvidia or amd
-
Juan Escobar authored
-
Juan Escobar authored
-
Juan Escobar authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
Philippe 25/07/2023: transfer ZSOLVER/ppm.f90 to MNH/ + adapt it. This gives better performance on GPUs.
-
- Jul 24, 2023
-
-
WAUTELET Philippe authored
-
- Jul 17, 2023
-
-
WAUTELET Philippe authored
Philippe 17/07/2023: FFT: invert loops for better performance and to allow correct parallelization by NVHPC OpenACC
-
- Jul 04, 2023
-
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
- Jun 26, 2023
-
-
WAUTELET Philippe authored
Philippe 26/06/2023: ice4_sedimentation_split: remove a DO CONCURRENT because of a reduction in loop (wrong reults with NVHPC 23.5) (cherry picked from commit ad799fd0)
-
WAUTELET Philippe authored
(cherry picked from commit 18a466fd)
-
WAUTELET Philippe authored
Philippe 26/06/2023: ice4_sedimentation_split: remove a DO CONCURRENT because of a reduction in loop (wrong reults with NVHPC 23.5)
-
WAUTELET Philippe authored
-
- Jun 20, 2023
-
-
WAUTELET Philippe authored
(cherry picked from commit 9c064dd7)
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
# Conflicts: # src/MNH/advection_metsv.f90 # src/MNH/advection_uvw.f90 # src/MNH/ice4_fast_rg.f90 # src/MNH/turb.f90 # src/ZSOLVER/advection_uvw_cen.f90 # src/ZSOLVER/dyn_sources.f90 # src/ZSOLVER/gdiv.f90 # src/ZSOLVER/get_halo.f90 # src/ZSOLVER/pressurez.f90 # src/ZSOLVER/rain_ice_red.f90 # src/ZSOLVER/turb.f90
-
WAUTELET Philippe authored
-
- Jun 19, 2023
-
-
ESCOBAR MUNOZ Juan authored
Juan 19/06/2023:rain_ice_sedimentation_split.f90, Again SegFault at execition with CRAY ftn -> deactivate mnh_expand_array for CRAY ftn !!!
-
ESCOBAR MUNOZ Juan authored
Juan 19/06/2023:rain_ice_sedimentation_split.f90, For pref PB with nvhpc , reintroduce mnh_expand_array & MNH_MEM_GET(ZRTMIN...) + replace data create -> present
-
WAUTELET Philippe authored
-
- Jun 16, 2023
-
-
ESCOBAR MUNOZ Juan authored
Juan 16/06/2023:ZSOLVER/* , For Nvhpc , remove duplicate "!$acc loop" introduced by use of mnh_do_conncurrent
-
ESCOBAR MUNOZ Juan authored
Juan 16/06/2023:ZSOLVER/pressurez.f90 , For CRAY ftn ,transform mnh_do_concurrent -> DO CONCURRENNT to avoid serialisation of BR_ call
-
ESCOBAR MUNOZ Juan authored
Juan 16/06/2023:MNH/* , For Nvhpc , remove duplicate "!$acc loop" introduced by use of mnh_do_conncurrent
-
ESCOBAR MUNOZ Juan authored
Juan 16/06/2023:rain_ice_sedimentation_split.f90, Strange Cray SegFault -> replace mnh_do_concurrent -> array syntax
-
- Jun 15, 2023
-
-
ESCOBAR MUNOZ Juan authored
Juan 15/06/2023:ZSOLVER/turb.f90, For gfortran+openacc doesnt allo EXIT on acc loop -> replace with GZD logical test
-
ESCOBAR MUNOZ Juan authored
Juan 15/06/2023:ZSOLVER/rain_ice_red.f90, For gfortran+openacc compiler SEGFAULT -> split in small acc kernels
-
ESCOBAR MUNOZ Juan authored
Juan 15/06/2023:ZSOLVER/get_halo.f90, For gfortran+openacc, allocatable array not allowed in Gpu direct/host_data use_device() => TEMPORARY deactivate #define MNH_GPUDIRECT
-