Console Output
+ source /etc/profile.d/larson-group.sh
++ export GIT_EDITOR=vi
++ GIT_EDITOR=vi
++ export SVN_EDITOR=vi
++ SVN_EDITOR=vi
++ export OMP_STACKSIZE=1048579
++ OMP_STACKSIZE=1048579
++ export LMOD_ROOT=/opt/lmod/
++ LMOD_ROOT=/opt/lmod/
++ source /opt/lmod//lmod/lmod/init/bash
+++ '[' -z '' ']'
+++ case "$-" in
+++ __lmod_vx=x
+++ '[' -n x ']'
+++ set +x
Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for this output (/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/lmod-8.7.37-bi3kyxcdrfgw3y7vv2k7c5rjxg75qzju/lmod/lmod/init/bash)
Shell debugging restarted
+++ unset __lmod_vx
+++ find /usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core -print -quit
++ export MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core
++ MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core
+ module load gcc netcdf-fortran
+ '[' -z '' ']'
+ case "$-" in
+ __lmod_sh_dbg=x
+ '[' -n x ']'
+ set +x
Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for Lmod's output
Lmod Warning:
-------------------------------------------------------------------------------
The following dependent module(s) are not currently loaded:
gcc-runtime/13.1.0-gzedt3f (required by: mpich/4.2.1, hdf5/1.14.3-42x3zrv,
netcdf-c/4.9.2, netcdf-fortran/4.5.3)
-------------------------------------------------------------------------------
Shell debugging restarted
+ unset __lmod_sh_dbg
+ return 0
+ ./compile.py -debug -openmp -run_tests
-- Compiling with double precision
-- SUCCESS: netcdf-fortran found.
-- -> Library : /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib/libnetcdff.so
-- -> Modules : /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/include
-- OpenMP Fortran support found
-- Flags: -fopenmp
-- Includes:
-- Libraries:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/gcc-13.1.0-uswx4gd4eee2bf3orriqppfr4j25x4li/lib64/libgomp.so;/lib/x86_64-linux-gnu/libpthread.a
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jenkins/workspace/clubb_cmake_test/build/gcc_DEBUG_PRECdouble_OPENMP
Using inferred toolchain file: /home/jenkins/workspace/clubb_cmake_test/cmake/toolchains/linux_x86_64_gcc.cmake
Setting CLUBB installation dir: /home/jenkins/workspace/clubb_cmake_test/build/gcc_DEBUG_PRECdouble_OPENMP
Setting CLUBB installation dir: /home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP
about to cmnake /home/jenkins/workspace/clubb_cmake_test/build/gcc_DEBUG_PRECdouble_OPENMP
Running CMake configure...
[1/24] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/time_dependent_input.F90-pp.f90
[2/24] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex.F90-pp.f90
[3/24] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/remapping_module.F90-pp.f90
[4/24] Building Fortran preprocessed src/CMakeFiles/clubb_driver_lib.dir/clubb_driver.F90-pp.f90
[5/24] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/prescribe_forcings.F90-pp.f90
[6/24] Generating Fortran dyndep file src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Fortran.dd
[7/45] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/remapping_module.F90.o
/home/jenkins/workspace/clubb_cmake_test/src/CLUBB_core/remapping_module.F90:1212:43:
1212 | if(f(i,k+1)*f(i,k-1)<zero .and. df2(i,k)/=zero) then
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_cmake_test/src/CLUBB_core/remapping_module.F90:1106:15:
1106 | if(dm(i) == zero) then
| 1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[8/24] Linking Fortran static library src/CLUBB_core/libclubb_core_lib.a
[9/24] Generating Fortran dyndep file src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/Fortran.dd
[10/45] Linking Fortran executable src/G_unit_tests
[11/45] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/time_dependent_input.F90.o
[12/24] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex.F90.o
[13/24] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/prescribe_forcings.F90.o
[14/24] Linking Fortran static library src/Benchmark_cases/libbenchmark_cases_lib.a
[15/24] Generating Fortran dyndep file src/CMakeFiles/clubb_driver_lib.dir/Fortran.dd
[16/25] Building Fortran object src/CMakeFiles/clubb_driver_lib.dir/clubb_driver.F90.o
/home/jenkins/workspace/clubb_cmake_test/src/clubb_driver.F90:5539:76:
5539 | p_sfc, rtm_sfc, rtm, l_readiopdata, & !thlm_sfc, &
| 1
Warning: Unused dummy argument 'l_readiopdata' at (1) [-Wunused-dummy-argument]
[17/24] Linking Fortran static library src/libclubb_driver_lib.a
[18/24] Linking Fortran executable src/clubb_tuner
[19/24] Linking Fortran executable src/clubb_driver_test
[20/24] Linking Fortran executable src/clubb_standalone_loss
[21/24] Linking Fortran executable src/clubb_loss_driver_test
[22/24] Linking Fortran executable src/clubb_standalone
[23/24] Linking Fortran executable src/clubb_thread_test
[23/24] Install the project...
-- Install configuration: "Debug"
-- Installing: /home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/libclubb_driver_lib.a
-- Installing: /home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/clubb_tuner
-- Set runtime path of "/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/clubb_tuner" to "/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP:/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/lib:/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/lib64:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib"
-- Installing: /home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/G_unit_tests
-- Set runtime path of "/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/G_unit_tests" to "/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP:/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/lib:/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/lib64:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib"
-- Installing: /home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/clubb_thread_test
-- Set runtime path of "/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/clubb_thread_test" to "/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP:/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/lib:/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/lib64:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib"
-- Installing: /home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/clubb_standalone
-- Set runtime path of "/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/clubb_standalone" to "/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP:/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/lib:/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/lib64:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib"
-- Installing: /home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/clubb_driver_test
-- Set runtime path of "/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/clubb_driver_test" to "/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP:/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/lib:/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/lib64:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib"
-- Installing: /home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/clubb_standalone_loss
-- Set runtime path of "/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/clubb_standalone_loss" to "/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP:/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/lib:/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/lib64:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib"
-- Installing: /home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/clubb_loss_driver_test
-- Set runtime path of "/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/clubb_loss_driver_test" to "/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP:/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/lib:/home/jenkins/workspace/clubb_cmake_test/install/gcc_DEBUG_PRECdouble_OPENMP/lib64:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib"
CLUBBStandardsCheck.py: beginning check on src
PASS: 0 checks failed for src
CLUBBStandardsCheck.py: beginning check on src/CLUBB_core
PASS: 0 checks failed for src/CLUBB_core
CLUBBStandardsCheck.py: beginning check on src/SILHS
PASS: 0 checks failed for src/SILHS
CLUBBStandardsCheck.py: beginning check on src/Benchmark_cases
PASS: 0 checks failed for src/Benchmark_cases
CLUBBStandardsCheck.py: beginning check on src/Radiation
PASS: 0 checks failed for src/Radiation
CLUBBStandardsCheck.py: beginning check on src/Microphys
PASS: 0 checks failed for src/Microphys
CLUBBStandardsCheck.py: beginning check on src/Microphys/KK_microphys
PASS: 0 checks failed for src/Microphys/KK_microphys
CLUBBStandardsCheck.py: beginning check on src/G_unit_test_types
PASS: 0 checks failed for src/G_unit_test_types
[92mBuild completed successfully, and all source code checks passed.[0m
Running CMake ctests
Test project /home/jenkins/workspace/clubb_cmake_test/build/gcc_DEBUG_PRECdouble_OPENMP
Start 1: _init_output_dir
1/11 Test #1: _init_output_dir ................. Passed 0.05 sec
Start 2: bomex_100iter
2/11 Test #2: bomex_100iter .................... Passed 1.18 sec
Start 3: wangara_100iter
3/11 Test #3: wangara_100iter .................. Passed 1.03 sec
Start 4: fire_100iter
4/11 Test #4: fire_100iter ..................... Passed 1.14 sec
Start 5: atex_100iter
5/11 Test #5: atex_100iter ..................... Passed 1.63 sec
Start 6: rico_silhs_100iter
6/11 Test #6: rico_silhs_100iter ............... Passed 1.51 sec
Start 7: arm_97_50iter
7/11 Test #7: arm_97_50iter .................... Passed 2.09 sec
Start 8: cobra_100iter
8/11 Test #8: cobra_100iter .................... Passed 1.48 sec
Start 9: arm_r8029_100iter
9/11 Test #9: arm_r8029_100iter ................ Passed 1.52 sec
Start 10: arm_100iter_8col
10/11 Test #10: arm_100iter_8col ................. Passed 2.44 sec
Start 11: arm_1000iter_5dt
11/11 Test #11: arm_1000iter_5dt ................. Passed 4.29 sec
100% tests passed, 0 tests failed out of 11
Total Test time (real) = 18.37 sec
[92mAll tests passed.[0m