Skip to content
Success

Changes

Summary

  1. 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)
  2. 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)
  3. Fixing the run agent to be carson, since it has the only GPU capable of running with openmp gpu offloading. (details)
Commit 77e9eb3414a86bd055ea21be33463ff9fc41fdb3 by Gunther Huebler
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.
The file was modified compile/config/linux_x86_64_ifort.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/compile.bash (diff)
The file was modified compile/config/linux_x86_64_ifort_anvil.bash (diff)
The file was modified compile/config/linux_x86_64_ifort_optimizing.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_gpu_openmp.bash (diff)
The file was modified compile/config/linux_x86_64_ifort_debug.bash (diff)
Commit 98f09c130ce3487dc010ff1eab26439cc72798c1 by Gunther Huebler
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.
The file was modified src/clubb_driver.F90 (diff)
Commit de4b158da241ce4321c6fb9c3e2d3bdd0fff15ce by Gunther Huebler
Fixing the run agent to be carson, since it has the only GPU capable of running with openmp gpu offloading.
The file was modified jenkins_tests/clubb_nvhpc_gpu_vs_cpu_diffness/Jenkinsfile (diff)