Skip to content

Instantly share code, notes, and snippets.

@scivision
Created August 16, 2019 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scivision/289ecda6d795bb2af954d3ba3b3202e5 to your computer and use it in GitHub Desktop.
Save scivision/289ecda6d795bb2af954d3ba3b3202e5 to your computer and use it in GitHub Desktop.
Gemini build and test: MacOS with CMake
# MacOS 10.14.6
$ cmake --version
cmake version 3.15.2
$ git rev-parse --short HEAD
bf39419
$ cmake -B build_cmake
-- The C compiler identification is AppleClang 10.0.1.10010046
-- The Fortran compiler identification is GNU 9.2.0
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Checking whether Fortran compiler has -isysroot
-- Checking whether Fortran compiler has -isysroot - yes
-- Checking whether Fortran compiler supports OSX deployment target flag
-- Checking whether Fortran compiler supports OSX deployment target flag - yes
-- Check for working Fortran compiler: /usr/local/bin/gfortran
-- Check for working Fortran compiler: /usr/local/bin/gfortran -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether /usr/local/bin/gfortran supports Fortran 90
-- Checking whether /usr/local/bin/gfortran supports Fortran 90 -- yes
-- Finding LAPACK components: Netlib
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2")
-- Checking for module 'lapack-netlib'
-- No package 'lapack-netlib' found
-- Checking for module 'lapack'
-- No package 'lapack' found
-- Checking for module 'blas-netlib'
-- No package 'blas-netlib' found
-- Checking for module 'blas'
-- No package 'blas' found
-- Looking for Fortran sgemm
-- Looking for Fortran sgemm - found
-- Looking for Fortran sgemv
-- Looking for Fortran sgemv - found
-- Found LAPACK: /usr/lib/liblapack.dylib;/usr/lib/libblas.dylib found components: Netlib
-- Found MPI_Fortran: /usr/local/Cellar/open-mpi/4.0.1_2/lib/libmpi_usempif08.dylib (found version "3.1")
-- Found MPI: TRUE (found version "3.1") found components: Fortran
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Checking for module 'scalapack-openmpi'
-- No package 'scalapack-openmpi' found
-- Performing Test SCALAPACK_OK
-- Performing Test SCALAPACK_OK - Success
-- Found SCALAPACK: /usr/local/lib/libscalapack.dylib found components: OpenMPI
-- Checking for module 'scalapack-openmpi'
-- No package 'scalapack-openmpi' found
-- Performing Test MUMPS_OK
-- Performing Test MUMPS_OK - Success
-- Found MUMPS: /usr/local/lib/libdmumps.dylib;/usr/local/lib/libmumps_common.dylib;/usr/local/lib/libpord.dylib found components: d
-- Test Gemini2d_fang-NP2 uses 2 MPI processes
-- Found Python3: /usr/local/Frameworks/Python.framework/Versions/3.7/bin/python3.7 (found version "3.7.4") found components: Interpreter
-- Using GNU Octave /usr/local/bin/octave-cli for testing
-- Test Gemini3d_fang-NP2 uses 2 MPI processes
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/rig/code/gemini/build_cmake
$ cmake --build build_cmake --parallel
Scanning dependencies of target testmumps
Scanning dependencies of target logging
Scanning dependencies of target const
Scanning dependencies of target msis
Scanning dependencies of target fsutils
Scanning dependencies of target testmpi
[ 1%] Building Fortran object io/CMakeFiles/logging.dir/logging.f90.o
[ 2%] Building Fortran object io/CMakeFiles/fsutils.dir/expanduser.f90.o
[ 4%] Building Fortran object numerical/CMakeFiles/const.dir/constants/phys_consts.F90.o
[ 5%] Building Fortran object tests/CMakeFiles/testmpi.dir/test_mpi.f90.o
[ 7%] Building Fortran object io/CMakeFiles/fsutils.dir/formats.f90.o
[ 8%] Building Fortran object io/CMakeFiles/fsutils.dir/mkdir.F90.o
[ 10%] Building Fortran object vendor/msis00/CMakeFiles/msis.dir/msis00_gfortran.f.o
[ 11%] Building Fortran object tests/CMakeFiles/testmumps.dir/test_mumps.f90.o
[ 13%] Linking Fortran static library libconst.a
[ 13%] Built target const
Scanning dependencies of target collision
Scanning dependencies of target mpimod
Scanning dependencies of target interp
Scanning dependencies of target timeutils
[ 14%] Building Fortran object CMakeFiles/collision.dir/collisions/collisions.f90.o
[ 15%] Building Fortran object numerical/CMakeFiles/interp.dir/interpolation/interpolation.f90.o
[ 18%] Building Fortran object numerical/CMakeFiles/mpimod.dir/mpimod/mpimod.F90.o
[ 18%] Building Fortran object temporal/CMakeFiles/timeutils.dir/timeutils.f90.o
[ 20%] Linking Fortran executable testmpi
[ 21%] Linking Fortran static library liblogging.a
[ 23%] Linking Fortran executable testmumps
[ 24%] Linking Fortran static library libfsutils.a
[ 26%] Linking Fortran static library libtimeutils.a
[ 26%] Built target logging
[ 26%] Built target fsutils
[ 26%] Built target timeutils
Scanning dependencies of target test_sza
Scanning dependencies of target test_rollover
[ 26%] Built target testmpi
Scanning dependencies of target test_formats
[ 28%] Building Fortran object numerical/CMakeFiles/mpimod.dir/mpimod/mpisend.f90.o
[ 30%] Building Fortran object numerical/CMakeFiles/mpimod.dir/mpimod/mpirecv.f90.o
[ 31%] Building Fortran object temporal/CMakeFiles/test_sza.dir/test_sza.f90.o
[ 34%] Building Fortran object io/CMakeFiles/test_formats.dir/__/tests/test_formats.f90.o
[ 33%] Building Fortran object temporal/CMakeFiles/test_rollover.dir/test_dayrollover.f90.o
[ 34%] Built target testmumps
[ 27%] Building Fortran object numerical/CMakeFiles/mpimod.dir/mpimod/mpihalo.f90.o
[ 36%] Linking Fortran executable test_sza
[ 37%] Linking Fortran executable test_rollover
[ 37%] Built target test_sza
[ 39%] Linking Fortran executable test_formats
[ 39%] Built target test_rollover
[ 39%] Built target test_formats
[ 40%] Linking Fortran static library libinterp.a
[ 40%] Built target interp
[ 42%] Linking Fortran static library libmpimod.a
[ 42%] Built target mpimod
Scanning dependencies of target grid
[ 43%] Building Fortran object numerical/CMakeFiles/grid.dir/grid/grid.f90.o
[ 44%] Linking Fortran static library libmsis.a
[ 44%] Built target msis
Scanning dependencies of target msis_setup
[ 46%] Building Fortran object vendor/msis00/CMakeFiles/msis_setup.dir/__/__/setup/MSIS00/call_msis_gfortran.f90.o
[ 47%] Linking Fortran executable ../../../msis_setup
[ 47%] Built target msis_setup
[ 49%] Linking Fortran static library libcollision.a
[ 49%] Built target collision
[ 50%] Linking Fortran static library libgrid.a
[ 50%] Built target grid
Scanning dependencies of target diffusion
Scanning dependencies of target calculus
Scanning dependencies of target temporal
Scanning dependencies of target advec
[ 52%] Building Fortran object numerical/CMakeFiles/diffusion.dir/__/vendor/lapack95/gbsv.F90.o
[ 53%] Building Fortran object CMakeFiles/temporal.dir/temporal/temporal.f90.o
[ 55%] Building Fortran object numerical/CMakeFiles/advec.dir/advection/advec_mpi.f90.o
[ 56%] Building Fortran object numerical/CMakeFiles/calculus.dir/calculus/calculus.f90.o
[ 57%] Building Fortran object numerical/CMakeFiles/diffusion.dir/diffusion/diffusion.F90.o
[ 59%] Linking Fortran static library libtemporal.a
[ 59%] Built target temporal
[ 60%] Linking Fortran static library libdiffusion.a
[ 60%] Built target diffusion
Scanning dependencies of target test_diffusion1D
[ 62%] Building Fortran object numerical/CMakeFiles/test_diffusion1D.dir/diffusion/test_diffusion1D.f90.o
[ 63%] Linking Fortran executable test_diffusion1D
[ 63%] Built target test_diffusion1D
[ 65%] Linking Fortran static library libcalculus.a
[ 65%] Built target calculus
Scanning dependencies of target io
Scanning dependencies of target potential_mumps
Scanning dependencies of target sources
[ 68%] Building Fortran object CMakeFiles/io.dir/io/io.F90.o
[ 68%] Building Fortran object CMakeFiles/sources.dir/sources/sources.f90.o
[ 69%] Building Fortran object CMakeFiles/potential_mumps.dir/numerical/potential/potential_mumps.F90.o
[ 71%] Linking Fortran static library libadvec.a
[ 71%] Built target advec
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:2134:0:
2134 | mumps_par%A=M
|
Warning: 'm.dim[0].ubound' may be used uninitialized in this function [-Wmaybe-uninitialized]
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:1942:0:
1942 | real(wp), dimension(:), allocatable :: M
|
note: 'm.dim[0].ubound' was declared here
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:2132:0:
2132 | mumps_par%IRN=ir
|
Warning: 'ir.dim[0].ubound' may be used uninitialized in this function [-Wmaybe-uninitialized]
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:1941:0:
1941 | integer, dimension(:), allocatable :: ir,ic
|
note: 'ir.dim[0].ubound' was declared here
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:2133:0:
2133 | mumps_par%JCN=ic
|
Warning: 'ic.dim[0].ubound' may be used uninitialized in this function [-Wmaybe-uninitialized]
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:1941:0:
1941 | integer, dimension(:), allocatable :: ir,ic
|
note: 'ic.dim[0].ubound' was declared here
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:2105:0:
2105 | if (debug) print *, 'Number of entries used: ',ient-1
|
Warning: 'ient' may be used uninitialized in this function [-Wmaybe-uninitialized]
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:1940:0:
1940 | integer :: iPhi,ient
|
note: 'ient' was declared here
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:1853:0:
1853 | mumps_par%JCN=ic
|
Warning: 'ic.dim[0].ubound' may be used uninitialized in this function [-Wmaybe-uninitialized]
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:1401:0:
1401 | integer, dimension(:), allocatable :: ir,ic
|
note: 'ic.dim[0].ubound' was declared here
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:1854:0:
1854 | mumps_par%A=M
|
Warning: 'm.dim[0].ubound' may be used uninitialized in this function [-Wmaybe-uninitialized]
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:1402:0:
1402 | real(wp), dimension(:), allocatable :: M
|
note: 'm.dim[0].ubound' was declared here
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:1852:0:
1852 | mumps_par%IRN=ir
|
Warning: 'ir.dim[0].ubound' may be used uninitialized in this function [-Wmaybe-uninitialized]
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:1401:0:
1401 | integer, dimension(:), allocatable :: ir,ic
|
note: 'ir.dim[0].ubound' was declared here
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:1302:0:
1302 | mumps_par%JCN=ic
|
Warning: 'ic.dim[0].ubound' may be used uninitialized in this function [-Wmaybe-uninitialized]
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:870:0:
870 | integer, dimension(:), allocatable :: ir,ic
|
note: 'ic.dim[0].ubound' was declared here
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:1303:0:
1303 | mumps_par%A=M
|
Warning: 'm.dim[0].ubound' may be used uninitialized in this function [-Wmaybe-uninitialized]
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:871:0:
871 | real(wp), dimension(:), allocatable :: M
|
note: 'm.dim[0].ubound' was declared here
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:1301:0:
1301 | mumps_par%IRN=ir
|
Warning: 'ir.dim[0].ubound' may be used uninitialized in this function [-Wmaybe-uninitialized]
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:870:0:
870 | integer, dimension(:), allocatable :: ir,ic
|
note: 'ir.dim[0].ubound' was declared here
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:778:0:
778 | mumps_par%A=M
|
Warning: 'm.dim[0].ubound' may be used uninitialized in this function [-Wmaybe-uninitialized]
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:581:0:
581 | real(wp), dimension(:), allocatable :: M
|
note: 'm.dim[0].ubound' was declared here
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:776:0:
776 | mumps_par%IRN=ir
|
Warning: 'ir.dim[0].ubound' may be used uninitialized in this function [-Wmaybe-uninitialized]
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:580:0:
580 | integer, dimension(:), allocatable :: ir,ic
|
note: 'ir.dim[0].ubound' was declared here
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:777:0:
777 | mumps_par%JCN=ic
|
Warning: 'ic.dim[0].ubound' may be used uninitialized in this function [-Wmaybe-uninitialized]
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:580:0:
580 | integer, dimension(:), allocatable :: ir,ic
|
note: 'ic.dim[0].ubound' was declared here
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:747:0:
747 | if (debug) print *, 'Number of entries used: ',ient-1
|
Warning: 'ient' may be used uninitialized in this function [-Wmaybe-uninitialized]
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:579:0:
579 | integer :: iPhi,ient
|
note: 'ient' was declared here
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:490:0:
490 | mumps_par%A=M
|
Warning: 'm.dim[0].ubound' may be used uninitialized in this function [-Wmaybe-uninitialized]
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:284:0:
284 | real(wp), dimension(:), allocatable :: M
|
note: 'm.dim[0].ubound' was declared here
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:488:0:
488 | mumps_par%IRN=ir
|
Warning: 'ir.dim[0].ubound' may be used uninitialized in this function [-Wmaybe-uninitialized]
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:283:0:
283 | integer, dimension(:), allocatable :: ir,ic
|
note: 'ir.dim[0].ubound' was declared here
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:489:0:
489 | mumps_par%JCN=ic
|
Warning: 'ic.dim[0].ubound' may be used uninitialized in this function [-Wmaybe-uninitialized]
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:283:0:
283 | integer, dimension(:), allocatable :: ir,ic
|
note: 'ic.dim[0].ubound' was declared here
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:459:0:
459 | if (debug) print *, 'Number of entries used: ',ient-1
|
Warning: 'ient' may be used uninitialized in this function [-Wmaybe-uninitialized]
/Users/rig/code/gemini/numerical/potential/potential_mumps.F90:282:0:
282 | integer :: iPhi,ient
|
note: 'ient' was declared here
[ 72%] Linking Fortran static library libio.a
[ 73%] Linking Fortran static library libpotential_mumps.a
[ 73%] Built target io
Scanning dependencies of target potentialBCs
Scanning dependencies of target neutral
Scanning dependencies of target precipBCs
Scanning dependencies of target magcalc.bin
[ 73%] Built target potential_mumps
[ 75%] Building Fortran object ionization/CMakeFiles/precipBCs.dir/boundary_conditions/precipBCs_mod.f90.o
[ 76%] Building Fortran object CMakeFiles/neutral.dir/neutral/neutral.f90.o
[ 78%] Building Fortran object CMakeFiles/magcalc.bin.dir/magcalc.f90.o
[ 79%] Building Fortran object CMakeFiles/potentialBCs.dir/numerical/potential/boundary_conditions/potentialBCs_mumps.f90.o
[ 81%] Linking Fortran static library libprecipBCs.a
[ 81%] Built target precipBCs
[ 82%] Linking Fortran static library libpotentialBCs.a
[ 82%] Built target potentialBCs
Scanning dependencies of target potential_comm_mumps
[ 84%] Building Fortran object CMakeFiles/potential_comm_mumps.dir/numerical/potential/potential_comm_mumps.f90.o
[ 85%] Linking Fortran static library libsources.a
[ 85%] Built target sources
[ 86%] Linking Fortran executable magcalc.bin
[ 86%] Built target magcalc.bin
[ 88%] Linking Fortran static library libneutral.a
[ 88%] Built target neutral
Scanning dependencies of target ionization
[ 89%] Building Fortran object ionization/CMakeFiles/ionization.dir/ionization.f90.o
[ 91%] Building Fortran object ionization/CMakeFiles/ionization.dir/glow_dummy.f90.o
[ 92%] Linking Fortran static library libionization.a
[ 92%] Built target ionization
Scanning dependencies of target multifluid
[ 94%] Building Fortran object CMakeFiles/multifluid.dir/multifluid/multifluid.f90.o
[ 95%] Linking Fortran static library libmultifluid.a
[ 95%] Built target multifluid
[ 97%] Linking Fortran static library libpotential_comm_mumps.a
[ 97%] Built target potential_comm_mumps
Scanning dependencies of target gemini_fang.bin
[ 98%] Building Fortran object CMakeFiles/gemini_fang.bin.dir/gemini.f90.o
[100%] Linking Fortran executable gemini_fang.bin
[100%] Built target gemini_fang.bin
$ cd build_cmake
$ ctest -R 2d -V
UpdateCTestConfiguration from :/Users/rig/code/gemini/build_cmake/DartConfiguration.tcl
UpdateCTestConfiguration from :/Users/rig/code/gemini/build_cmake/DartConfiguration.tcl
Test project /Users/rig/code/gemini/build_cmake
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added setup test DateFormats required by fixture IOfmt
Added setup test MPIexist required by fixture MPIMUMPS
Added setup test MUMPS required by fixture MPIMUMPS
Added 3 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 7
Start 7: MPIexist
7: Test command: /Users/rig/code/gemini/build_cmake/tests/testmpi
7: Test timeout computed to be: 5
7: GCC version 9.2.0-isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -I /usr/local/Cellar/open-mpi/4.0.1_2/lib -I /usr/local/Cellar/open-mpi/4.0.1_2/include -march=ivybridge -mmmx -mno-3dnow -msse -msse2 -msse3 -mssse3 -mno-sse4a -mcx16 -msahf -mno-movbe -maes -mno-sha -mpclmul -mpopcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-sgx -mno-bmi2 -mno-pconfig -mno-wbnoinvd -mno-tbm -mavx -mno-avx2 -msse4.2 -msse4.1 -mno-lzcnt -mno-rtm -mno-hle -mrdrnd -mf16c -mfsgsbase -mno-rdseed -mno-prfchw -mno-adx -mfxsr -mxsave -mxsaveopt -mno-avx512f -mno-avx512er -mno-avx512cd -mno-avx512pf -mno-prefetchwt1 -mno-clflushopt -mno-xsavec -mno-xsaves -mno-avx512dq -mno-avx512bw -mno-avx512vl -mno-avx512ifma -mno-avx512vbmi -mno-avx5124fmaps -mno-avx5124vnniw -mno-clwb -mno-mwaitx -mno-clzero -mno-pku -mno-rdpid -mno-gfni -mno-shstk -mno-avx512vbmi2 -mno-avx512vnni -mno-vaes -mno-vpclmulqdq -mno-avx512bitalg -mno-movdiri -mno-movdir64b -mno-waitpkg -mno-cldemote -mno-ptwrite --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=3072 -mtune=ivybridge -fPIC -mmacosx-version-min=10.14.0 -auxbase-strip CMakeFiles/testmpi.dir/test_mpi.f90.o -O3 -O3 -Wall -Wpedantic -Wextra -Wno-unused-dummy-argument -Wno-unused-variable -Wno-unused-function -std=f2018 -fimplicit-none
7: Image 0 / 1:
7: Open MPI v4.0.1, package: Open MPI brew@Mojave.local Distribution, ident: 4.0.1, repo rev: v4.0.1, Mar 26, 2019
7: type value
7: mpi_real 13
7: mpi_real8 15
1/6 Test #7: MPIexist ......................... Passed 0.24 sec
test 8
Start 8: MUMPS
8: Test command: /usr/local/bin/mpiexec "-n" "2" "/Users/rig/code/gemini/build_cmake/tests/testmumps"
8: Test timeout computed to be: 5
8: GCC version 9.2.0-isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -I /usr/local/include -I /usr/local/Cellar/open-mpi/4.0.1_2/lib -I /usr/local/Cellar/open-mpi/4.0.1_2/include -march=ivybridge -mmmx -mno-3dnow -msse -msse2 -msse3 -mssse3 -mno-sse4a -mcx16 -msahf -mno-movbe -maes -mno-sha -mpclmul -mpopcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-sgx -mno-bmi2 -mno-pconfig -mno-wbnoinvd -mno-tbm -mavx -mno-avx2 -msse4.2 -msse4.1 -mno-lzcnt -mno-rtm -mno-hle -mrdrnd -mf16c -mfsgsbase -mno-rdseed -mno-prfchw -mno-adx -mfxsr -mxsave -mxsaveopt -mno-avx512f -mno-avx512er -mno-avx512cd -mno-avx512pf -mno-prefetchwt1 -mno-clflushopt -mno-xsavec -mno-xsaves -mno-avx512dq -mno-avx512bw -mno-avx512vl -mno-avx512ifma -mno-avx512vbmi -mno-avx5124fmaps -mno-avx5124vnniw -mno-clwb -mno-mwaitx -mno-clzero -mno-pku -mno-rdpid -mno-gfni -mno-shstk -mno-avx512vbmi2 -mno-avx512vnni -mno-vaes -mno-vpclmulqdq -mno-avx512bitalg -mno-movdiri -mno-movdir64b -mno-waitpkg -mno-cldemote -mno-ptwrite --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=3072 -mtune=ivybridge -fPIC -mmacosx-version-min=10.14.0 -auxbase-strip CMakeFiles/testmumps.dir/test_mumps.f90.o -O3 -O3 -Wall -Wpedantic -Wextra -Wno-unused-dummy-argument -Wno-unused-variable -Wno-unused-function -std=f2018 -fimplicit-none
8: GCC version 9.2.0-isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -I /usr/local/include -I /usr/local/Cellar/open-mpi/4.0.1_2/lib -I /usr/local/Cellar/open-mpi/4.0.1_2/include -march=ivybridge -mmmx -mno-3dnow -msse -msse2 -msse3 -mssse3 -mno-sse4a -mcx16 -msahf -mno-movbe -maes -mno-sha -mpclmul -mpopcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-sgx -mno-bmi2 -mno-pconfig -mno-wbnoinvd -mno-tbm -mavx -mno-avx2 -msse4.2 -msse4.1 -mno-lzcnt -mno-rtm -mno-hle -mrdrnd -mf16c -mfsgsbase -mno-rdseed -mno-prfchw -mno-adx -mfxsr -mxsave -mxsaveopt -mno-avx512f -mno-avx512er -mno-avx512cd -mno-avx512pf -mno-prefetchwt1 -mno-clflushopt -mno-xsavec -mno-xsaves -mno-avx512dq -mno-avx512bw -mno-avx512vl -mno-avx512ifma -mno-avx512vbmi -mno-avx5124fmaps -mno-avx5124vnniw -mno-clwb -mno-mwaitx -mno-clzero -mno-pku -mno-rdpid -mno-gfni -mno-shstk -mno-avx512vbmi2 -mno-avx512vnni -mno-vaes -mno-vpclmulqdq -mno-avx512bitalg -mno-movdiri -mno-movdir64b -mno-waitpkg -mno-cldemote -mno-ptwrite --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=3072 -mtune=ivybridge -fPIC -mmacosx-version-min=10.14.0 -auxbase-strip CMakeFiles/testmumps.dir/test_mumps.f90.o -O3 -O3 -Wall -Wpedantic -Wextra -Wno-unused-dummy-argument -Wno-unused-variable -Wno-unused-function -std=f2018 -fimplicit-none
8:
8: Entering DMUMPS 5.1.2 with JOB, N, NNZ = 6 5 12
8: executing #MPI = 2, without OMP
8:
8: =================================================
8: =================================================
8: L U Solver for unsymmetric matrices
8: Type of parallelism: Working host
8:
8: ****** ANALYSIS STEP ********
8:
8: ... Structural symmetry (in percent)= 92
8: Average density of rows/columns = 2
8: ... No column permutation
8: Ordering based on AMF
8:
8: Leaving analysis phase with ...
8: INFOG(1) = 0
8: INFOG(2) = 0
8: -- (20) Number of entries in factors (estim.) = 15
8: -- (3) Storage of factors (REAL, estimated) = 15
8: -- (4) Storage of factors (INT , estimated) = 65
8: -- (5) Maximum frontal size (estimated) = 3
8: -- (6) Number of nodes in the tree = 3
8: -- (32) Type of analysis effectively used = 1
8: -- (7) Ordering option effectively used = 2
8: ICNTL(6) Maximum transversal option = 0
8: ICNTL(7) Pivot order option = 7
8: Percentage of memory relaxation (effective) = 20
8: Number of level 2 nodes = 0
8: Number of split nodes = 0
8: RINFOG(1) Operations during elimination (estim)= 1.900D+01
8: ** Rank of proc needing largest memory in IC facto : 0
8: ** Estimated corresponding MBYTES for IC facto : 1
8: ** Estimated avg. MBYTES per work. proc at facto (IC) : 1
8: ** TOTAL space in MBYTES for IC factorization : 2
8: ** Rank of proc needing largest memory for OOC facto : 0
8: ** Estimated corresponding MBYTES for OOC facto : 1
8: ** Estimated avg. MBYTES per work. proc at facto (OOC) : 1
8: ** TOTAL space in MBYTES for OOC factorization : 2
8: ELAPSED TIME IN ANALYSIS DRIVER= 0.0012
8:
8: ****** FACTORIZATION STEP ********
8:
8:
8: GLOBAL STATISTICS PRIOR NUMERICAL FACTORIZATION ...
8: NUMBER OF WORKING PROCESSES = 2
8: OUT-OF-CORE OPTION (ICNTL(22)) = 0
8: REAL SPACE FOR FACTORS = 15
8: INTEGER SPACE FOR FACTORS = 65
8: MAXIMUM FRONTAL SIZE (ESTIMATED) = 3
8: NUMBER OF NODES IN THE TREE = 3
8: MEMORY ALLOWED (MB -- 0: N/A ) = 0
8: RELATIVE THRESHOLD FOR PIVOTING, CNTL(1) = 0.1000D-01
8: Convergence error after scaling for ONE-NORM (option 7/8) = 0.38D+00
8: Maximum effective relaxed size of S = 475
8: Average effective relaxed size of S = 471
8: ELAPSED TIME FOR MATRIX DISTRIBUTION = 0.0000
8: ** Memory relaxation parameter ( ICNTL(14) ) : 20
8: ** Rank of processor needing largest memory in facto : 0
8: ** Space in MBYTES used by this processor for facto : 1
8: ** Avg. Space in MBYTES per working proc during facto : 1
8:
8: ELAPSED TIME FOR FACTORIZATION = 0.0009
8: Maximum effective space used in S (KEEP8(67)) 12
8: Average effective space used in S (KEEP8(67)) 8
8: ** EFF Min: Rank of processor needing largest memory : 0
8: ** EFF Min: Space in MBYTES used by this processor : 1
8: ** EFF Min: Avg. Space in MBYTES per working proc : 1
8:
8: GLOBAL STATISTICS
8: RINFOG(2) OPERATIONS IN NODE ASSEMBLY = 2.000D+00
8: ------(3) OPERATIONS IN NODE ELIMINATION= 1.900D+01
8: INFOG (9) REAL SPACE FOR FACTORS = 15
8: INFOG(10) INTEGER SPACE FOR FACTORS = 65
8: INFOG(11) MAXIMUM FRONT SIZE = 3
8: INFOG(29) NUMBER OF ENTRIES IN FACTORS = 15
8: INFOG(12) NUMBER OF OFF DIAGONAL PIVOTS = 0
8: INFOG(13) NUMBER OF DELAYED PIVOTS = 0
8: INFOG(14) NUMBER OF MEMORY COMPRESS = 0
8: ELAPSED TIME IN FACTORIZATION DRIVER= 0.0017
8:
8:
8: ****** SOLVE & CHECK STEP ********
8:
8:
8: STATISTICS PRIOR SOLVE PHASE ...........
8: NUMBER OF RIGHT-HAND-SIDES = 1
8: BLOCKING FACTOR FOR MULTIPLE RHS = 1
8: ICNTL (9) = 1
8: --- (10) = 0
8: --- (11) = 0
8: --- (20) = 0
8: --- (21) = 0
8: --- (30) = 0
8: ** Rank of processor needing largest memory in solve : 0
8: ** Space in MBYTES used by this processor for solve : 0
8: ** Avg. Space in MBYTES per working proc during solve : 0
8:
8: Global statistics
8: TIME to build/scatter RHS = 0.000050
8: TIME in solution step (fwd/bwd) = 0.000178
8: .. TIME in forward (fwd) step = 0.000094
8: .. TIME in backward (bwd) step = 0.000067
8: TIME to gather solution(cent.sol)= 0.000007
8: TIME to copy/scale RHS (dist.sol)= 0.000000
8: ELAPSED TIME IN SOLVE DRIVER= 0.0007
8: Solution is
8: 1.000 2.000 3.000 4.000 5.000
8:
8: Entering DMUMPS 5.1.2 with JOB = -2
8: executing #MPI = 2, without OMP
2/6 Test #8: MUMPS ............................ Passed 0.32 sec
test 10
Start 10: DateFormats
10: Test command: /Users/rig/code/gemini/build_cmake/io/test_formats
10: Test timeout computed to be: 5
3/6 Test #10: DateFormats ...................... Passed 0.00 sec
test 1
Start 1: Gemini2d_fang-NP2
1: Test command: /usr/local/bin/mpiexec "-n" "2" "/Users/rig/code/gemini/build_cmake/gemini_fang.bin" "/Users/rig/code/gemini/initialize/test2d_fang/config.ini" "/Users/rig/code/gemini/build_cmake/test2d_fang"
1: Test timeout computed to be: 300
1: Process: 0 of: 1 online...
1: Process: 1 of: 1 online...
1: /Users/rig/code/gemini/initialize/test2d_fang/config.ini: simulation ymd is: 2013/02/20
1: start time is: 18000.000
1: duration is: 300.000
1: output every: 60.000
1: ...using input data files:
1: tests/data/zenodo2d/inputs/simsize.dat
1: tests/data/zenodo2d/inputs/simgrid.dat
1: tests/data/zenodo2d/inputs/2Dtest_lowres_ICs.dat
1: Precipitation file input cadence (s): 5.000
1: Precipitation file input source directory: tests/data/zenodo2d/inputs/prec_inputs/
1: Electric field file input cadence (s): 1.0000000000000000
1: Electric field file input source directory: tests/data/zenodo2d/inputs/Efield_inputs/
1: Grid has full size: 64 40 1
1: Proposed process grid is x2 by x3 size (in number of processes): 1 by 2
1: Process: 0 is at location: 0 0 on the process grid
1: Detected a 2D run request... swapping x2 an x3 sizes to maintain parallelization.
1: Grid slab size: 64 1 20
1: Starting grid input from file: tests/data/zenodo2d/inputs/simgrid.dat
1: Detected a 2D grid, so will permute the dimensions of the input
1: Proposed process grid is x2 by x3 size (in number of processes): 1 by 2
1: Process: 1 is at location: 0 1 on the process grid
1: Done reading in grid data...
1: Exchanging grid spacings...
1: Computing subdomain spacing...
1: Dealing with metric factors...
1: Sending gravity, etc...
1: Now sending unit vectors...
1: Done sending slabbed variables to workers...
1: Done computing null grid points... Process: 0 has: 0
1: Done computing null grid points... Process: 1 has: 0
1: /Users/rig/code/gemini/build_cmake/test2d_fang/inputs already exists
1: Assembling initial condition on root using tests/data/zenodo2d/inputs/simsize.dat tests/data/zenodo2d/inputs/2Dtest_lowres_ICs.dat
1: Input file has size: 64 40 1
1: Target grid structure has size 64 1 40
1: 2D simulations grid detected, swapping input file dimension sizes and permuting input arrays
1: Done gathering input...
1: Done setting initial conditions...
1: Min/max input density: 0.0000000000000000 311058103128.71814
1: Min/max input velocity: -175.63834785418018 66.673464467868655
1: Min/max input temperature: 0.0000000000000000 1500.0304895266988
1: Done sending ICs to workers... CPU elapsed time: 1.0659999999999836E-003
1: Neutral background calculated in time: 8.3110000000000128E-003
1: Inputting precipitation data size from file: tests/data/zenodo2d/inputs/prec_inputs//simsize.dat
1: Precipitation data has llon,llat size: 100 1
1: Inputting precipitation grid from file: tests/data/zenodo2d/inputs/prec_inputs//simgrid.dat
1: Precipitation data has mlon,mlat extent: 256.66078848318182 258.32500381597765 67.252718387721629 67.252718387721629
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18005.000000.dat
1: Current date 2013 2 20 Current UT time: 18000.000001000000
1: System sizes according to Phiall: 64 1 40
1: Output file name: /Users/rig/code/gemini/build_cmake/test2d_fang/20130220_18000.000001.dat
1: Output bit length: 532808 64 1 40 7
1: !!!NOTE: Permuting arrays prior to output...
1: Writing topside boundary conditions for non-inverted-type grid...
1: Throttling dt to: 1.9999999999999999E-006
1: Current date 2013 2 20 Current UT time: 18000.000003000001
1: Throttling dt to: 3.9999999999999998E-006
1: Current date 2013 2 20 Current UT time: 18000.000007000002
1: Throttling dt to: 7.9999999999999996E-006
1: Current date 2013 2 20 Current UT time: 18000.000015000001
1: Throttling dt to: 1.5999999999999999E-005
1: Current date 2013 2 20 Current UT time: 18000.000031000003
1: Throttling dt to: 3.1999999999999999E-005
1: Current date 2013 2 20 Current UT time: 18000.000063000003
1: Throttling dt to: 6.3999999999999997E-005
1: Current date 2013 2 20 Current UT time: 18000.000127000003
1: Throttling dt to: 1.2799999999999999E-004
1: Current date 2013 2 20 Current UT time: 18000.000255000003
1: Throttling dt to: 2.5599999999999999E-004
1: Current date 2013 2 20 Current UT time: 18000.000511000002
1: Throttling dt to: 5.1199999999999998E-004
1: Current date 2013 2 20 Current UT time: 18000.001023000001
1: Throttling dt to: 1.0240000000000000E-003
1: Current date 2013 2 20 Current UT time: 18000.002047000002
1: Throttling dt to: 2.0479999999999999E-003
1: Current date 2013 2 20 Current UT time: 18000.004095000000
1: Throttling dt to: 4.0959999999999998E-003
1: Current date 2013 2 20 Current UT time: 18000.008191000001
1: Throttling dt to: 8.1919999999999996E-003
1: Current date 2013 2 20 Current UT time: 18000.016383000002
1: Throttling dt to: 1.6383999999999999E-002
1: Current date 2013 2 20 Current UT time: 18000.032767000001
1: Throttling dt to: 3.2767999999999999E-002
1: Current date 2013 2 20 Current UT time: 18000.065535000002
1: Throttling dt to: 6.5535999999999997E-002
1: Current date 2013 2 20 Current UT time: 18000.131071000000
1: Throttling dt to: 0.13107199999999999
1: Current date 2013 2 20 Current UT time: 18000.262143000000
1: Throttling dt to: 0.26214399999999999
1: Current date 2013 2 20 Current UT time: 18000.524287000000
1: Throttling dt to: 0.52428799999999998
1: Current date 2013 2 20 Current UT time: 18001.048575000001
1: Current date 2013 2 20 Current UT time: 18001.835379051394
1: Current date 2013 2 20 Current UT time: 18002.508262107644
1: Current date 2013 2 20 Current UT time: 18003.145653561285
1: Current date 2013 2 20 Current UT time: 18003.764112589026
1: Current date 2013 2 20 Current UT time: 18004.372283454351
1: Current date 2013 2 20 Current UT time: 18004.974065984545
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18010.000000.dat
1: Current date 2013 2 20 Current UT time: 18005.573494811440
1: Current date 2013 2 20 Current UT time: 18006.172559513885
1: Current date 2013 2 20 Current UT time: 18006.771965083892
1: Current date 2013 2 20 Current UT time: 18007.372286055583
1: Current date 2013 2 20 Current UT time: 18007.973996086817
1: Current date 2013 2 20 Current UT time: 18008.577487456136
1: Current date 2013 2 20 Current UT time: 18009.183084538938
1: Current date 2013 2 20 Current UT time: 18009.791053660785
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18015.000000.dat
1: Current date 2013 2 20 Current UT time: 18010.401611060504
1: Current date 2013 2 20 Current UT time: 18011.014929404239
1: Current date 2013 2 20 Current UT time: 18011.631143141800
1: Current date 2013 2 20 Current UT time: 18012.250353540054
1: Current date 2013 2 20 Current UT time: 18012.872632877290
1: Current date 2013 2 20 Current UT time: 18013.498024200409
1: Current date 2013 2 20 Current UT time: 18014.126114506114
1: Current date 2013 2 20 Current UT time: 18014.756955180794
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18020.000000.dat
1: Current date 2013 2 20 Current UT time: 18015.390579995801
1: Current date 2013 2 20 Current UT time: 18016.027009696252
1: Current date 2013 2 20 Current UT time: 18016.666253664600
1: Current date 2013 2 20 Current UT time: 18017.308311428609
1: Current date 2013 2 20 Current UT time: 18017.953174045237
1: Current date 2013 2 20 Current UT time: 18018.600825306490
1: Current date 2013 2 20 Current UT time: 18019.251242807077
1: Current date 2013 2 20 Current UT time: 18019.904398885272
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18025.000000.dat
1: Current date 2013 2 20 Current UT time: 18020.560261468501
1: Current date 2013 2 20 Current UT time: 18021.218794709770
1: Current date 2013 2 20 Current UT time: 18021.879959677328
1: Current date 2013 2 20 Current UT time: 18022.543714923686
1: Current date 2013 2 20 Current UT time: 18023.210016982292
1: Current date 2013 2 20 Current UT time: 18023.878820795886
1: Current date 2013 2 20 Current UT time: 18024.550080092533
1: Current date 2013 2 20 Current UT time: 18025.223747711087
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18030.000000.dat
1: Current date 2013 2 20 Current UT time: 18025.899625102247
1: Current date 2013 2 20 Current UT time: 18026.577588878728
1: Current date 2013 2 20 Current UT time: 18027.257596421881
1: Current date 2013 2 20 Current UT time: 18027.939604477207
1: Current date 2013 2 20 Current UT time: 18028.623569937678
1: Current date 2013 2 20 Current UT time: 18029.309449946970
1: Current date 2013 2 20 Current UT time: 18029.997202039431
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18035.000000.dat
1: Current date 2013 2 20 Current UT time: 18030.686784243400
1: Current date 2013 2 20 Current UT time: 18031.378155160408
1: Current date 2013 2 20 Current UT time: 18032.071041113228
1: Current date 2013 2 20 Current UT time: 18032.765347175977
1: Current date 2013 2 20 Current UT time: 18033.461036945733
1: Current date 2013 2 20 Current UT time: 18034.158075343748
1: Current date 2013 2 20 Current UT time: 18034.856428778901
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18040.000000.dat
1: Current date 2013 2 20 Current UT time: 18035.556065060555
1: Current date 2013 2 20 Current UT time: 18036.256953308286
1: Current date 2013 2 20 Current UT time: 18036.959063872921
1: Current date 2013 2 20 Current UT time: 18037.662368260884
1: Current date 2013 2 20 Current UT time: 18038.366839062230
1: Current date 2013 2 20 Current UT time: 18039.072449885960
1: Current date 2013 2 20 Current UT time: 18039.779175298732
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18045.000000.dat
1: Current date 2013 2 20 Current UT time: 18040.486990767859
1: Current date 2013 2 20 Current UT time: 18041.195872608252
1: Current date 2013 2 20 Current UT time: 18041.905797930365
1: Current date 2013 2 20 Current UT time: 18042.616744593644
1: Current date 2013 2 20 Current UT time: 18043.328691165021
1: Current date 2013 2 20 Current UT time: 18044.041616875831
1: Current date 2013 2 20 Current UT time: 18044.755501586314
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18050.000000.dat
1: Current date 2013 2 20 Current UT time: 18045.470325745515
1: Current date 2013 2 20 Current UT time: 18046.186070363787
1: Current date 2013 2 20 Current UT time: 18046.902716982913
1: Current date 2013 2 20 Current UT time: 18047.620188456116
1: Current date 2013 2 20 Current UT time: 18048.338372448859
1: Current date 2013 2 20 Current UT time: 18049.057256766879
1: Current date 2013 2 20 Current UT time: 18049.776828907365
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18055.000000.dat
1: Current date 2013 2 20 Current UT time: 18050.497076683161
1: Current date 2013 2 20 Current UT time: 18051.217988201886
1: Current date 2013 2 20 Current UT time: 18051.939551853389
1: Current date 2013 2 20 Current UT time: 18052.661756293772
1: Current date 2013 2 20 Current UT time: 18053.384590431979
1: Current date 2013 2 20 Current UT time: 18054.108043420048
1: Current date 2013 2 20 Current UT time: 18054.832104642996
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18060.000000.dat
1: Current date 2013 2 20 Current UT time: 18055.556763709043
1: Current date 2013 2 20 Current UT time: 18056.282010441271
1: Current date 2013 2 20 Current UT time: 18057.007834868342
1: Current date 2013 2 20 Current UT time: 18057.734227213983
1: Current date 2013 2 20 Current UT time: 18058.461177893369
1: Current date 2013 2 20 Current UT time: 18059.188677505990
1: Current date 2013 2 20 Current UT time: 18059.916716829444
1: Current date 2013 2 20 Current UT time: 18059.999999999996
1: System sizes according to Phiall: 64 1 40
1: Output file name: /Users/rig/code/gemini/build_cmake/test2d_fang/20130220_18060.000000.dat
1: Output bit length: 532808 64 1 40 7
1: !!!NOTE: Permuting arrays prior to output...
1: Writing topside boundary conditions for non-inverted-type grid...
1: Throttling dt to: 0.16656634110081825
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18065.000000.dat
1: Current date 2013 2 20 Current UT time: 18060.166566341097
1: Throttling dt to: 0.33313268220163650
1: Current date 2013 2 20 Current UT time: 18060.499699023298
1: Throttling dt to: 0.66626536440327300
1: Current date 2013 2 20 Current UT time: 18061.165964387699
1: Current date 2013 2 20 Current UT time: 18061.896019520391
1: Current date 2013 2 20 Current UT time: 18062.626120335681
1: Current date 2013 2 20 Current UT time: 18063.356703590602
1: Current date 2013 2 20 Current UT time: 18064.087761521674
1: Current date 2013 2 20 Current UT time: 18064.819287069182
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18070.000000.dat
1: Current date 2013 2 20 Current UT time: 18065.551273902296
1: Current date 2013 2 20 Current UT time: 18066.283715997484
1: Current date 2013 2 20 Current UT time: 18067.016607325961
1: Current date 2013 2 20 Current UT time: 18067.749941756512
1: Current date 2013 2 20 Current UT time: 18068.483713047859
1: Current date 2013 2 20 Current UT time: 18069.217914872352
1: Current date 2013 2 20 Current UT time: 18069.952540847407
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18075.000000.dat
1: Current date 2013 2 20 Current UT time: 18070.687584564253
1: Current date 2013 2 20 Current UT time: 18071.423039615678
1: Current date 2013 2 20 Current UT time: 18072.158899617029
1: Current date 2013 2 20 Current UT time: 18072.895158221570
1: Current date 2013 2 20 Current UT time: 18073.631809131282
1: Current date 2013 2 20 Current UT time: 18074.368846105957
1: Current date 2013 2 20 Current UT time: 18075.106262970599
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18080.000000.dat
1: Current date 2013 2 20 Current UT time: 18075.844053621091
1: Current date 2013 2 20 Current UT time: 18076.582212028312
1: Current date 2013 2 20 Current UT time: 18077.320732241173
1: Current date 2013 2 20 Current UT time: 18078.059608388761
1: Current date 2013 2 20 Current UT time: 18078.798834682093
1: Current date 2013 2 20 Current UT time: 18079.538405413939
1: Current date 2013 2 20 Current UT time: 18080.278314958308
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18085.000000.dat
1: Current date 2013 2 20 Current UT time: 18081.018557774001
1: Current date 2013 2 20 Current UT time: 18081.759128407037
1: Current date 2013 2 20 Current UT time: 18082.500021486740
1: Current date 2013 2 20 Current UT time: 18083.241231723729
1: Current date 2013 2 20 Current UT time: 18083.982753912376
1: Current date 2013 2 20 Current UT time: 18084.724582925308
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18090.000000.dat
1: Current date 2013 2 20 Current UT time: 18085.466713711161
1: Current date 2013 2 20 Current UT time: 18086.209141306834
1: Current date 2013 2 20 Current UT time: 18086.951860833859
1: Current date 2013 2 20 Current UT time: 18087.694867486978
1: Current date 2013 2 20 Current UT time: 18088.438156540240
1: Current date 2013 2 20 Current UT time: 18089.181723344383
1: Current date 2013 2 20 Current UT time: 18089.925562725246
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18095.000000.dat
1: Current date 2013 2 20 Current UT time: 18090.669632163837
1: Current date 2013 2 20 Current UT time: 18091.413928528942
1: Current date 2013 2 20 Current UT time: 18092.158448432052
1: Current date 2013 2 20 Current UT time: 18092.903188532411
1: Current date 2013 2 20 Current UT time: 18093.648145533480
1: Current date 2013 2 20 Current UT time: 18094.393316185313
1: Current date 2013 2 20 Current UT time: 18095.138697285114
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18100.000000.dat
1: Current date 2013 2 20 Current UT time: 18095.884285676115
1: Current date 2013 2 20 Current UT time: 18096.630078246500
1: Current date 2013 2 20 Current UT time: 18097.376071929102
1: Current date 2013 2 20 Current UT time: 18098.122263701938
1: Current date 2013 2 20 Current UT time: 18098.868650586734
1: Current date 2013 2 20 Current UT time: 18099.615229649029
1: Current date 2013 2 20 Current UT time: 18100.361997997927
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18105.000000.dat
1: Current date 2013 2 20 Current UT time: 18101.108952785627
1: Current date 2013 2 20 Current UT time: 18101.856091206919
1: Current date 2013 2 20 Current UT time: 18102.603410498898
1: Current date 2013 2 20 Current UT time: 18103.350907940272
1: Current date 2013 2 20 Current UT time: 18104.098580850852
1: Current date 2013 2 20 Current UT time: 18104.846426592849
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18110.000000.dat
1: Current date 2013 2 20 Current UT time: 18105.594442567886
1: Current date 2013 2 20 Current UT time: 18106.342626217200
1: Current date 2013 2 20 Current UT time: 18107.090975020710
1: Current date 2013 2 20 Current UT time: 18107.839486496730
1: Current date 2013 2 20 Current UT time: 18108.588158201535
1: Current date 2013 2 20 Current UT time: 18109.336987728697
1: Current date 2013 2 20 Current UT time: 18110.085972708941
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18115.000000.dat
1: Current date 2013 2 20 Current UT time: 18110.835110809418
1: Current date 2013 2 20 Current UT time: 18111.584399733205
1: Current date 2013 2 20 Current UT time: 18112.333837216873
1: Current date 2013 2 20 Current UT time: 18113.083421031759
1: Current date 2013 2 20 Current UT time: 18113.833148983998
1: Current date 2013 2 20 Current UT time: 18114.583018913523
1: Current date 2013 2 20 Current UT time: 18115.333028694236
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18120.000000.dat
1: Current date 2013 2 20 Current UT time: 18116.083176233151
1: Current date 2013 2 20 Current UT time: 18116.833459470057
1: Current date 2013 2 20 Current UT time: 18117.583876377044
1: Current date 2013 2 20 Current UT time: 18118.334424957971
1: Current date 2013 2 20 Current UT time: 18119.085103247846
1: Current date 2013 2 20 Current UT time: 18119.835909312475
1: Current date 2013 2 20 Current UT time: 18119.999999999982
1: System sizes according to Phiall: 64 1 40
1: Output file name: /Users/rig/code/gemini/build_cmake/test2d_fang/20130220_18120.000000.dat
1: Output bit length: 532808 64 1 40 7
1: !!!NOTE: Permuting arrays prior to output...
1: Writing topside boundary conditions for non-inverted-type grid...
1: Throttling dt to: 0.32818137501712386
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18125.000000.dat
1: Current date 2013 2 20 Current UT time: 18120.328181375000
1: Throttling dt to: 0.65636275003424771
1: Current date 2013 2 20 Current UT time: 18120.984544125033
1: Current date 2013 2 20 Current UT time: 18121.736590160235
1: Current date 2013 2 20 Current UT time: 18122.487916689661
1: Current date 2013 2 20 Current UT time: 18123.239345311049
1: Current date 2013 2 20 Current UT time: 18123.990878130477
1: Current date 2013 2 20 Current UT time: 18124.742517198876
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18130.000000.dat
1: Current date 2013 2 20 Current UT time: 18125.494262889075
1: Current date 2013 2 20 Current UT time: 18126.246115102862
1: Current date 2013 2 20 Current UT time: 18126.998073396633
1: Current date 2013 2 20 Current UT time: 18127.750137072839
1: Current date 2013 2 20 Current UT time: 18128.502305244732
1: Current date 2013 2 20 Current UT time: 18129.254576887295
1: Current date 2013 2 20 Current UT time: 18130.006950876599
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18135.000000.dat
1: Current date 2013 2 20 Current UT time: 18130.759426019300
1: Current date 2013 2 20 Current UT time: 18131.512001075007
1: Current date 2013 2 20 Current UT time: 18132.264674775692
1: Current date 2013 2 20 Current UT time: 18133.017445834881
1: Current date 2013 2 20 Current UT time: 18133.770312956505
1: Current date 2013 2 20 Current UT time: 18134.523274842308
1: Current date 2013 2 20 Current UT time: 18135.276330196870
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18140.000000.dat
1: Current date 2013 2 20 Current UT time: 18136.029477731154
1: Current date 2013 2 20 Current UT time: 18136.782716165257
1: Current date 2013 2 20 Current UT time: 18137.536044230485
1: Current date 2013 2 20 Current UT time: 18138.289460670880
1: Current date 2013 2 20 Current UT time: 18139.042964244374
1: Current date 2013 2 20 Current UT time: 18139.796553723605
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18145.000000.dat
1: Current date 2013 2 20 Current UT time: 18140.550227896529
1: Current date 2013 2 20 Current UT time: 18141.303985566847
1: Current date 2013 2 20 Current UT time: 18142.057825554304
1: Current date 2013 2 20 Current UT time: 18142.811746694846
1: Current date 2013 2 20 Current UT time: 18143.565747841381
1: Current date 2013 2 20 Current UT time: 18144.319827868123
1: Current date 2013 2 20 Current UT time: 18145.073985662890
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18150.000000.dat
1: Current date 2013 2 20 Current UT time: 18145.828220129413
1: Current date 2013 2 20 Current UT time: 18146.582530187105
1: Current date 2013 2 20 Current UT time: 18147.336914771120
1: Current date 2013 2 20 Current UT time: 18148.091372832299
1: Current date 2013 2 20 Current UT time: 18148.845903337082
1: Current date 2013 2 20 Current UT time: 18149.600505266462
1: Current date 2013 2 20 Current UT time: 18150.355177615660
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18155.000000.dat
1: Current date 2013 2 20 Current UT time: 18151.109919395156
1: Current date 2013 2 20 Current UT time: 18151.864729630848
1: Current date 2013 2 20 Current UT time: 18152.619607363653
1: Current date 2013 2 20 Current UT time: 18153.374551649285
1: Current date 2013 2 20 Current UT time: 18154.129561558031
1: Current date 2013 2 20 Current UT time: 18154.884636174531
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18160.000000.dat
1: Current date 2013 2 20 Current UT time: 18155.639774597566
1: Current date 2013 2 20 Current UT time: 18156.394975939860
1: Current date 2013 2 20 Current UT time: 18157.150239330902
1: Current date 2013 2 20 Current UT time: 18157.905563913511
1: Current date 2013 2 20 Current UT time: 18158.660948842811
1: Current date 2013 2 20 Current UT time: 18159.416393286851
1: Current date 2013 2 20 Current UT time: 18160.171896427335
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18165.000000.dat
1: Current date 2013 2 20 Current UT time: 18160.927457458332
1: Current date 2013 2 20 Current UT time: 18161.683075585992
1: Current date 2013 2 20 Current UT time: 18162.438750028450
1: Current date 2013 2 20 Current UT time: 18163.194480016697
1: Current date 2013 2 20 Current UT time: 18163.950264795312
1: Current date 2013 2 20 Current UT time: 18164.706103620621
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18170.000000.dat
1: Current date 2013 2 20 Current UT time: 18165.461995759608
1: Current date 2013 2 20 Current UT time: 18166.217940490187
1: Current date 2013 2 20 Current UT time: 18166.973937101091
1: Current date 2013 2 20 Current UT time: 18167.729984891768
1: Current date 2013 2 20 Current UT time: 18168.486083172258
1: Current date 2013 2 20 Current UT time: 18169.242231263048
1: Current date 2013 2 20 Current UT time: 18169.998428494942
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18175.000000.dat
1: Current date 2013 2 20 Current UT time: 18170.754674208922
1: Current date 2013 2 20 Current UT time: 18171.510967756007
1: Current date 2013 2 20 Current UT time: 18172.267308497114
1: Current date 2013 2 20 Current UT time: 18173.023695802945
1: Current date 2013 2 20 Current UT time: 18173.780129053826
1: Current date 2013 2 20 Current UT time: 18174.536607640784
1: Current date 2013 2 20 Current UT time: 18175.293130965722
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18180.000000.dat
1: Current date 2013 2 20 Current UT time: 18176.049698439627
1: Current date 2013 2 20 Current UT time: 18176.806309481861
1: Current date 2013 2 20 Current UT time: 18177.562963520286
1: Current date 2013 2 20 Current UT time: 18178.319659991186
1: Current date 2013 2 20 Current UT time: 18179.076398339199
1: Current date 2013 2 20 Current UT time: 18179.833178015549
1: Current date 2013 2 20 Current UT time: 18179.999999999982
1: System sizes according to Phiall: 64 1 40
1: Output file name: /Users/rig/code/gemini/build_cmake/test2d_fang/20130220_18180.000000.dat
1: Output bit length: 532808 64 1 40 7
1: !!!NOTE: Permuting arrays prior to output...
1: Writing topside boundary conditions for non-inverted-type grid...
1: Throttling dt to: 0.33364396886474879
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18185.000000.dat
1: Current date 2013 2 20 Current UT time: 18180.333643968846
1: Throttling dt to: 0.66728793772949757
1: Current date 2013 2 20 Current UT time: 18181.000931906576
1: Current date 2013 2 20 Current UT time: 18181.758612239551
1: Current date 2013 2 20 Current UT time: 18182.515589523755
1: Current date 2013 2 20 Current UT time: 18183.272593427326
1: Current date 2013 2 20 Current UT time: 18184.029627012671
1: Current date 2013 2 20 Current UT time: 18184.786692458896
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18190.000000.dat
1: Current date 2013 2 20 Current UT time: 18185.543790621330
1: Current date 2013 2 20 Current UT time: 18186.300922035061
1: Current date 2013 2 20 Current UT time: 18187.058087005902
1: Current date 2013 2 20 Current UT time: 18187.815285665802
1: Current date 2013 2 20 Current UT time: 18188.572518013931
1: Current date 2013 2 20 Current UT time: 18189.329783950951
1: Current date 2013 2 20 Current UT time: 18190.087083304883
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18195.000000.dat
1: Current date 2013 2 20 Current UT time: 18190.844415848114
1: Current date 2013 2 20 Current UT time: 18191.601781313329
1: Current date 2013 2 20 Current UT time: 18192.359179404641
1: Current date 2013 2 20 Current UT time: 18193.116609806028
1: Current date 2013 2 20 Current UT time: 18193.874072187591
1: Current date 2013 2 20 Current UT time: 18194.631566210159
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18200.000000.dat
1: Current date 2013 2 20 Current UT time: 18195.389091528723
1: Current date 2013 2 20 Current UT time: 18196.146647794976
1: Current date 2013 2 20 Current UT time: 18196.904234659214
1: Current date 2013 2 20 Current UT time: 18197.661851771732
1: Current date 2013 2 20 Current UT time: 18198.419498783878
1: Current date 2013 2 20 Current UT time: 18199.177175348821
1: Current date 2013 2 20 Current UT time: 18199.934881122143
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18205.000000.dat
1: Current date 2013 2 20 Current UT time: 18200.692615762258
1: Current date 2013 2 20 Current UT time: 18201.450378931037
1: Current date 2013 2 20 Current UT time: 18202.208170297043
1: Current date 2013 2 20 Current UT time: 18202.965989530494
1: Current date 2013 2 20 Current UT time: 18203.723836305089
1: Current date 2013 2 20 Current UT time: 18204.481710297950
1: Current date 2013 2 20 Current UT time: 18205.239611189805
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18210.000000.dat
1: Current date 2013 2 20 Current UT time: 18205.997538665069
1: Current date 2013 2 20 Current UT time: 18206.755492411889
1: Current date 2013 2 20 Current UT time: 18207.513472122162
1: Current date 2013 2 20 Current UT time: 18208.271477491573
1: Current date 2013 2 20 Current UT time: 18209.029508219570
1: Current date 2013 2 20 Current UT time: 18209.787564009366
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18215.000000.dat
1: Current date 2013 2 20 Current UT time: 18210.545644567930
1: Current date 2013 2 20 Current UT time: 18211.303749605962
1: Current date 2013 2 20 Current UT time: 18212.061878837867
1: Current date 2013 2 20 Current UT time: 18212.820031981726
1: Current date 2013 2 20 Current UT time: 18213.578208759263
1: Current date 2013 2 20 Current UT time: 18214.336408895830
1: Current date 2013 2 20 Current UT time: 18215.094632120366
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18220.000000.dat
1: Current date 2013 2 20 Current UT time: 18215.852878165373
1: Current date 2013 2 20 Current UT time: 18216.611146766856
1: Current date 2013 2 20 Current UT time: 18217.369437664285
1: Current date 2013 2 20 Current UT time: 18218.127750600561
1: Current date 2013 2 20 Current UT time: 18218.886085321679
1: Current date 2013 2 20 Current UT time: 18219.644441576391
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18225.000000.dat
1: Current date 2013 2 20 Current UT time: 18220.402819116942
1: Current date 2013 2 20 Current UT time: 18221.161217698955
1: Current date 2013 2 20 Current UT time: 18221.919637081366
1: Current date 2013 2 20 Current UT time: 18222.678077026347
1: Current date 2013 2 20 Current UT time: 18223.436537299516
1: Current date 2013 2 20 Current UT time: 18224.195017670590
1: Current date 2013 2 20 Current UT time: 18224.953517912083
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18230.000000.dat
1: Current date 2013 2 20 Current UT time: 18225.712037799367
1: Current date 2013 2 20 Current UT time: 18226.470577110675
1: Current date 2013 2 20 Current UT time: 18227.229135627065
1: Current date 2013 2 20 Current UT time: 18227.987713132414
1: Current date 2013 2 20 Current UT time: 18228.746309413371
1: Current date 2013 2 20 Current UT time: 18229.504924259323
1: Current date 2013 2 20 Current UT time: 18230.263557462375
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18235.000000.dat
1: Current date 2013 2 20 Current UT time: 18231.022208817300
1: Current date 2013 2 20 Current UT time: 18231.780878121506
1: Current date 2013 2 20 Current UT time: 18232.539565175008
1: Current date 2013 2 20 Current UT time: 18233.298269780375
1: Current date 2013 2 20 Current UT time: 18234.056991742709
1: Current date 2013 2 20 Current UT time: 18234.815730869599
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18240.000000.dat
1: Current date 2013 2 20 Current UT time: 18235.574486968610
1: Current date 2013 2 20 Current UT time: 18236.333259848747
1: Current date 2013 2 20 Current UT time: 18237.092049322400
1: Current date 2013 2 20 Current UT time: 18237.850855204590
1: Current date 2013 2 20 Current UT time: 18238.609677312928
1: Current date 2013 2 20 Current UT time: 18239.368515468603
1: Current date 2013 2 20 Current UT time: 18239.999999999985
1: System sizes according to Phiall: 64 1 40
1: Output file name: /Users/rig/code/gemini/build_cmake/test2d_fang/20130220_18240.000000.dat
1: Output bit length: 532808 64 1 40 7
1: !!!NOTE: Permuting arrays prior to output...
1: Writing topside boundary conditions for non-inverted-type grid...
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18245.000000.dat
1: Current date 2013 2 20 Current UT time: 18240.759966422138
1: Current date 2013 2 20 Current UT time: 18241.518857936459
1: Current date 2013 2 20 Current UT time: 18242.277767384250
1: Current date 2013 2 20 Current UT time: 18243.036688976768
1: Current date 2013 2 20 Current UT time: 18243.795624135244
1: Current date 2013 2 20 Current UT time: 18244.554573026722
1: Current date 2013 2 20 Current UT time: 18245.313535746980
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18250.000000.dat
1: Current date 2013 2 20 Current UT time: 18246.072512326497
1: Current date 2013 2 20 Current UT time: 18246.831502753306
1: Current date 2013 2 20 Current UT time: 18247.590506982750
1: Current date 2013 2 20 Current UT time: 18248.349524945639
1: Current date 2013 2 20 Current UT time: 18249.108556554595
1: Current date 2013 2 20 Current UT time: 18249.867601708942
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18255.000000.dat
1: Current date 2013 2 20 Current UT time: 18250.626660298469
1: Current date 2013 2 20 Current UT time: 18251.385732206229
1: Current date 2013 2 20 Current UT time: 18252.144817310629
1: Current date 2013 2 20 Current UT time: 18252.903915483497
1: Current date 2013 2 20 Current UT time: 18253.663026593502
1: Current date 2013 2 20 Current UT time: 18254.422150509141
1: Current date 2013 2 20 Current UT time: 18255.181287099200
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18260.000000.dat
1: Current date 2013 2 20 Current UT time: 18255.940436232890
1: Current date 2013 2 20 Current UT time: 18256.699597780073
1: Current date 2013 2 20 Current UT time: 18257.458771611433
1: Current date 2013 2 20 Current UT time: 18258.217957598605
1: Current date 2013 2 20 Current UT time: 18258.977155614270
1: Current date 2013 2 20 Current UT time: 18259.736365532219
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18265.000000.dat
1: Current date 2013 2 20 Current UT time: 18260.495587227411
1: Current date 2013 2 20 Current UT time: 18261.254820575992
1: Current date 2013 2 20 Current UT time: 18262.014065455311
1: Current date 2013 2 20 Current UT time: 18262.773321743938
1: Current date 2013 2 20 Current UT time: 18263.532589321658
1: Current date 2013 2 20 Current UT time: 18264.291868069464
1: Current date 2013 2 20 Current UT time: 18265.051157869562
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18270.000000.dat
1: Current date 2013 2 20 Current UT time: 18265.810458605378
1: Current date 2013 2 20 Current UT time: 18266.569770161961
1: Current date 2013 2 20 Current UT time: 18267.329092425611
1: Current date 2013 2 20 Current UT time: 18268.088425283404
1: Current date 2013 2 20 Current UT time: 18268.847768623447
1: Current date 2013 2 20 Current UT time: 18269.607122334997
1: Current date 2013 2 20 Current UT time: 18270.366486308430
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18275.000000.dat
1: Current date 2013 2 20 Current UT time: 18271.125860435233
1: Current date 2013 2 20 Current UT time: 18271.885244607987
1: Current date 2013 2 20 Current UT time: 18272.644638720354
1: Current date 2013 2 20 Current UT time: 18273.404042667062
1: Current date 2013 2 20 Current UT time: 18274.163456343889
1: Current date 2013 2 20 Current UT time: 18274.922879647653
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18280.000000.dat
1: Current date 2013 2 20 Current UT time: 18275.682312476194
1: Current date 2013 2 20 Current UT time: 18276.441754728359
1: Current date 2013 2 20 Current UT time: 18277.201206303998
1: Current date 2013 2 20 Current UT time: 18277.960667103940
1: Current date 2013 2 20 Current UT time: 18278.720137029981
1: Current date 2013 2 20 Current UT time: 18279.479615984874
1: Current date 2013 2 20 Current UT time: 18280.239103872740
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18285.000000.dat
1: Current date 2013 2 20 Current UT time: 18280.998600599320
1: Current date 2013 2 20 Current UT time: 18281.758106071298
1: Current date 2013 2 20 Current UT time: 18282.517620196013
1: Current date 2013 2 20 Current UT time: 18283.277142881590
1: Current date 2013 2 20 Current UT time: 18284.036674036946
1: Current date 2013 2 20 Current UT time: 18284.796213570444
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18290.000000.dat
1: Current date 2013 2 20 Current UT time: 18285.555761390671
1: Current date 2013 2 20 Current UT time: 18286.315317407621
1: Current date 2013 2 20 Current UT time: 18287.074881532761
1: Current date 2013 2 20 Current UT time: 18287.834453679086
1: Current date 2013 2 20 Current UT time: 18288.594033761357
1: Current date 2013 2 20 Current UT time: 18289.353621694532
1: Current date 2013 2 20 Current UT time: 18290.113217394282
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18295.000000.dat
1: Current date 2013 2 20 Current UT time: 18290.872820776945
1: Current date 2013 2 20 Current UT time: 18291.632431759561
1: Current date 2013 2 20 Current UT time: 18292.392050259863
1: Current date 2013 2 20 Current UT time: 18293.151676196285
1: Current date 2013 2 20 Current UT time: 18293.911309487961
1: Current date 2013 2 20 Current UT time: 18294.670950054704
1: Pulling precipitation data from file: tests/data/zenodo2d/inputs/prec_inputs//20130220_18300.000000.dat
1: Current date 2013 2 20 Current UT time: 18295.430597816980
1: Current date 2013 2 20 Current UT time: 18296.190252695935
1: Current date 2013 2 20 Current UT time: 18296.949914613397
1: Current date 2013 2 20 Current UT time: 18297.709583491873
1: Current date 2013 2 20 Current UT time: 18298.469259254540
1: Current date 2013 2 20 Current UT time: 18299.228941825240
1: Current date 2013 2 20 Current UT time: 18299.988631128472
1: Current date 2013 2 20 Current UT time: 18299.999999999985
1: System sizes according to Phiall: 64 1 40
1: Output file name: /Users/rig/code/gemini/build_cmake/test2d_fang/20130220_18300.000000.dat
1: Output bit length: 532808 64 1 40 7
1: !!!NOTE: Permuting arrays prior to output...
1: Writing topside boundary conditions for non-inverted-type grid...
4/6 Test #1: Gemini2d_fang-NP2 ................ Passed 21.01 sec
test 2
Start 2: Compare2d_fang
2: Test command: /usr/local/Frameworks/Python.framework/Versions/3.7/bin/python3.7 "compare_all.py" "/Users/rig/code/gemini/build_cmake/test2d_fang" "/Users/rig/code/gemini/tests/data/zenodo2d"
2: Test timeout computed to be: 30
2: OK: Gemini output comparison /Users/rig/code/gemini/build_cmake/test2d_fang /Users/rig/code/gemini/tests/data/zenodo2d
5/6 Test #2: Compare2d_fang ................... Passed 2.31 sec
test 3
Start 3: Compare2d_fang_Octave
3: Test command: /usr/local/bin/octave-cli "--eval" "exit(compare_all('/Users/rig/code/gemini/build_cmake/test2d_fang','/Users/rig/code/gemini/tests/data/zenodo2d'))"
3: Test timeout computed to be: 30
3: sim grid dimensions: 64 40 1
3: sim grid dimensions: 64 40 1
3: sim grid dimensions: 64 40 1
3: sim grid dimensions: 64 40 1
3: sim grid dimensions: 64 40 1
3: sim grid dimensions: 64 40 1
3: sim grid dimensions: 64 40 1
3: sim grid dimensions: 64 40 1
3: sim grid dimensions: 64 40 1
3: sim grid dimensions: 64 40 1
3: sim grid dimensions: 64 40 1
3: sim grid dimensions: 64 40 1
3: OK: Gemini output comparison of 6 time steps.
6/6 Test #3: Compare2d_fang_Octave ............ Passed 2.88 sec
The following tests passed:
MPIexist
MUMPS
DateFormats
Gemini2d_fang-NP2
Compare2d_fang
Compare2d_fang_Octave
100% tests passed, 0 tests failed out of 6
Total Test time (real) = 32.02 sec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment