Summary
- Making our mkl compile config work directly in the compile script rather than relying on a correspondence with the config files. Also settig main config scripts to use new ifx compiler. (details)
- Removing allocatable status of some variables. These need not be declared allocatable and ifx seems to have a problem with it. The allocatable status is an artifact from when we had these as arrays of initially unknown size. (details)
- Fixing the run agent to be carson, since it has the only GPU capable of running with openmp gpu offloading. (details)
The file was modified | compile/config/linux_x86_64_ifort_optimizing.bash (diff) |
The file was modified | compile/config/linux_x86_64_ifort_gpu_openmp.bash (diff) |
The file was modified | compile/config/linux_x86_64_ifort.bash (diff) |
The file was modified | compile/config/linux_x86_64_ifort_debug.bash (diff) |
The file was modified | compile/config/linux_x86_64_ifort_r4_debug.bash (diff) |
The file was modified | compile/config/linux_x86_64_ifort_compy.bash (diff) |
The file was modified | compile/config/linux_x86_64_ifort_r4.bash (diff) |
The file was modified | compile/config/linux_x86_64_ifort_anvil.bash (diff) |
The file was modified | compile/compile.bash (diff) |
The file was modified | src/clubb_driver.F90 (diff) |
The file was modified | jenkins_tests/clubb_nvhpc_gpu_vs_cpu_diffness/Jenkinsfile (diff) |