Files
AMSS-NCKU/2.txt
2026-03-01 05:48:40 +08:00

4878 lines
363 KiB
Plaintext

------------------------------------------------------------------------------------------
Numerical Relativity AMSS-NCKU
Author of AMSS-NCKU Code: Zhou-Jian Cao et al.
Author of AMSS-NCKU Python Interface: Xiao Qu
AMSS-NCKU is an open source numerical relativity code
It can be used to simulate the dynamical evolution on mergering process of black hole systems,
calculating the variation of gravitational field, black holes' trajectories, and gravitational wave
emissions through directly solving the Einstein field equations
This AMSS-NCKU code uses the finite-difference method to evaluate the numerical simulation. The
finite-difference schemes can be chosen as: 2nd order, 4th order, 6th order, 8th order.
The computation equation form in AMSS-NCKU code can be chosen as: BSSN equations, Z4C equations,
BSSN equations coupled with scalars (in f(R) theory), BSSN equations coupled with electromagnetic
fields.
The numerical grid system in this code includes: patch AMR grid, shell-patch AMR grid.
Furthermore, This code has fulfilled the CPU and GPU hybrid calculation.
------------------------------------------------------------------------------------------
Output directory has been generated
------------------------------------------------------------------------------------------
Printing the basic parameter and setting in the AMSS-NCKU simulation
The number of MPI processes in the AMSS-NCKU simulation = 1
The form of computational equation = BSSN
The initial data in this simulation = Ansorg-TwoPuncture
Starting evolution time = 0.0
Final evolution time = 1000.0
Maximal iteration number = 6
Courant factor = 0.5
Strength of dissipation = 0.15
Symmetry of system = equatorial-symmetry
The Runge-Kutta scheme in the time evolution = runge-kutta-45
The finite-difference scheme in the simulation = 4th-order
The static AMR grid type = Linear
The moving AMR grid type = Linear
The number of static AMR grid levels = 5
The number of moving AMR grid levels = 4
The number of total AMR grid levels = 9
The grid number of each static AMR grid level = 96
The grid number of each moving AMR grid level = 48
The scale for largest static AMR grid in X direction = [-320. 320.]
The scale for largest static AMR grid in Y direction = [-320. 320.]
The scale for largest static AMR grid in Z direction = [-320. 320.]
The scale for smallest static AMR grid in X direction = [-20. 20.]
The scale for smallest static AMR grid in Y direction = [-20. 20.]
The scale for smallest static AMR grid in Z direction = [-20. 20.]
The scale for largest moving AMR grid = [-5. 5.]
The scale for smallest moving AMR grid = [-0.625 0.625]
The coarest resolution for static AMR grid = 6.666666666666667
The finest resolution for static AMR grid = 0.4166666666666667
The coarest resolution for moving AMR grid = 0.20833333333333334
The finest resolution for moving AMR grid = 0.026041666666666668
The time refinement starts from AMR grid level = 4
The time interval in each step for coarest AMR grid during time evaluation = 0.4166666666666667
This simulation only uses the Patch AMR grid structure, the Shell-Patch is not used
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
Printing the puncture information
The information for 1 puncture
Mass(1) = 0.553846, Charge(1) = 0.000000, a(1) = 0.310000
X(1) = 0.000000, Y(1) = 4.461538, Z(1) = 0.000000
Px(1) = -0.095302, Py(1) = -0.000845, Pz(1) = 0.000000
Jx(1) = 0.000000, Jy(1) = 0.000000, Jz(1) = 0.095091
The information for 2 puncture
Mass(2) = 0.446154, Charge(2) = 0.000000, a(2) = -0.460000
X(2) = 0.000000, Y(2) = -5.538462, Z(2) = 0.000000
Px(2) = 0.095302, Py(2) = 0.000845, Pz(2) = 0.000000
Jx(2) = 0.000000, Jy(2) = 0.000000, Jz(2) = -0.091564
------------------------------------------------------------------------------------------
Generating the AMSS-NCKU input parfile for the ABE executable.
Setting Puncture's position and momentum
Wirte Down The Grid Information
Number of Total Grid Level = 9
Number of Static Grid Level = 5
Number of Moving Grid Level = 4
Setting the demanded numerical grid
adjusting the static gird points, making the original point (0,0,0) to the static gird points
adjusting the moving gird points, ensuring the alliance of moving grids points and static grids points
adjust_puncture[5,0,0] = 0.0
adjust_puncture[5,0,1] = 4.375000000000002
adjust_puncture[5,0,2] = 0.0
adjust_puncture[5,1,0] = 0.0
adjust_puncture[5,1,1] = -5.624999999999999
adjust_puncture[5,1,2] = 0.0
adjust_puncture[6,0,0] = 0.0
adjust_puncture[6,0,1] = 4.479166666666669
adjust_puncture[6,0,2] = 0.0
adjust_puncture[6,1,0] = 0.0
adjust_puncture[6,1,1] = -5.520833333333333
adjust_puncture[6,1,2] = 0.0
adjust_puncture[7,0,0] = 0.0
adjust_puncture[7,0,1] = 4.479166666666669
adjust_puncture[7,0,2] = 0.0
adjust_puncture[7,1,0] = 0.0
adjust_puncture[7,1,1] = -5.520833333333332
adjust_puncture[7,1,2] = 0.0
adjust_puncture[8,0,0] = 0.0
adjust_puncture[8,0,1] = 4.453125000000002
adjust_puncture[8,0,2] = 0.0
adjust_puncture[8,1,0] = 0.0
adjust_puncture[8,1,1] = -5.546874999999998
adjust_puncture[8,1,2] = 0.0
The moving grid puncture position adjustment is done
The input parfile for AMSS-NCKU C++ executable file ABE has been generated.
However, the input relevant to TwoPuncture need to be appended later.
Schematically plot the numerical grid structure.
Automatically generating the macro file for AMSS-NCKU C++ executable file ABE
(Based on the finite-difference numerical scheme)
AMSS-NCKU macro file macrodef.h has been generated.
AMSS-NCKU macro file macrodef.fh has been generated.
Preparing to compile and run the AMSS-NCKU code as requested
Compiling the AMSS-NCKU code based on the generated macro files
Compiling the AMSS-NCKU executable file ABE/ABEGPU
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c ABE.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o ABE.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c Ansorg.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o Ansorg.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c Block.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o Block.o
ifx -c zbesh.for -o zbesh.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c monitor.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o monitor.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c Parallel.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o Parallel.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c MPatch.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o MPatch.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c var.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o var.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c cgh.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o cgh.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c bssn_class.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o bssn_class.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c surface_integral.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o surface_integral.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c ShellPatch.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o ShellPatch.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c bssnEScalar_class.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o bssnEScalar_class.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c perf.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o perf.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c Z4c_class.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o Z4c_class.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c NullShellPatch.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o NullShellPatch.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c bssnEM_class.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o bssnEM_class.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c cpbc_util.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o cpbc_util.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c z4c_rhs_point.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o z4c_rhs_point.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c checkpoint.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o checkpoint.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c Parallel_bam.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o Parallel_bam.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c scalar_class.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o scalar_class.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c transpbh.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o transpbh.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c NullShellPatch2.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o NullShellPatch2.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c NullShellPatch2_Evo.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o NullShellPatch2_Evo.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c writefile_f.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o writefile_f.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c xh_bssn_rhs.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o xh_bssn_rhs.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c xh_fdderivs.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o xh_fdderivs.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c xh_fderivs.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o xh_fderivs.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c xh_kodiss.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o xh_kodiss.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c xh_lopsided.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o xh_lopsided.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c xh_global_interp.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o xh_global_interp.o
icpxicpx: : icpxicpx: : warning: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
warning: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
warning: writefile_f.C: function control flow change detected (hash mismatch) writefile_f_ Hash = 784007058953177093 up to 0 count discarded [-Wbackend-plugin]
1 warning generated.
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c xh_polint3.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o xh_polint3.o
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c enforce_algebra.f90 -o enforce_algebra.o
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c fmisc.f90 -o fmisc.o
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c initial_puncture.f90 -o initial_puncture.o
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c prolongrestrict.f90 -o prolongrestrict.o
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c prolongrestrict_cell.f90 -o prolongrestrict_cell.o
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c prolongrestrict_vertex.f90 -o prolongrestrict_vertex.o
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c rungekutta4_rout.f90 -o rungekutta4_rout.o
In file included from checkpoint.C:9:
In file included from ./checkpoint.h:8:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
In file included from monitor.C:11:
In file included from ./monitor.h:8:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
In file included from Ansorg.C:6:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
In file included from surface_integral.C:11:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
In file included from perf.C:2:
In file included from ./perf.h:8:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c bssn_rhs.f90 -o bssn_rhs.o
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c diff_new.f90 -o diff_new.o
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c kodiss.f90 -o kodiss.o
var.C:25:17: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
25 | sprintf(name, namei);
| ^~~~~
var.C:25:17: note: treat the string as an argument to avoid this
25 | sprintf(name, namei);
| ^
| "%s",
warning: transpbh.C: function control flow change detected (hash mismatch) getpbh_ Hash = 1124680650655923454 up to 0 count discarded [-Wbackend-plugin]
In file included from ShellPatch.C:12:
In file included from ./ShellPatch.h:10:
In file included from ./monitor.h:8:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
1 warning generated.
In file included from NullShellPatch2_Evo.C:12:
In file included from ./NullShellPatch2.h:30:
In file included from ./ShellPatch.h:10:
In file included from ./monitor.h:8:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
In file included from NullShellPatch.C:12:
In file included from ./NullShellPatch.h:30:
In file included from ./ShellPatch.h:10:
In file included from ./monitor.h:8:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
In file included from NullShellPatch2.C:12:
In file included from ./NullShellPatch2.h:30:
In file included from ./ShellPatch.h:10:
In file included from ./monitor.h:8:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c kodiss_sh.f90 -o kodiss_sh.o
warning: z4c_rhs_point.C: function control flow change detected (hash mismatch) z4c_rhs_point_ Hash = 382993475055910911 up to 0 count discarded [-Wbackend-plugin]
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c lopsidediff.f90 -o lopsidediff.o
1 warning generated.
warning: var.C: function control flow change detected (hash mismatch) _ZN3varC2EPKciddd Hash = 567185240807116974 up to 966 count discarded [-Wbackend-plugin]
warning: var.C: function control flow change detected (hash mismatch) _ZN3varD2Ev Hash = 742261418966908927 up to 167 count discarded [-Wbackend-plugin]
warning: var.C: function control flow change detected (hash mismatch) _ZN3var12setpropspeedEd Hash = 742261418966908927 up to 15 count discarded [-Wbackend-plugin]
4 warnings generated.
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c sommerfeld_rout.f90 -o sommerfeld_rout.o
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c getnp4.f90 -o getnp4.o
warning: perf.C: function control flow change detected (hash mismatch) _ZN4perfC2Ev Hash = 567185242872341559 up to 3 count discarded [-Wbackend-plugin]
warning: perf.C: function control flow change detected (hash mismatch) _ZN4perf16sample_mem_usageEi Hash = 391331300092425189 up to 142 count discarded [-Wbackend-plugin]
warning: perf.C: function control flow change detected (hash mismatch) _ZN4perfD2Ev Hash = 742261418966908927 up to 1 count discarded [-Wbackend-plugin]
4 warnings generated.
warning: Ansorg.C: function control flow change detected (hash mismatch) _ZN6Ansorg7set_ABpEv Hash = 541658438490258595 up to 133 count discarded [-Wbackend-plugin]
warning: Ansorg.C: function control flow change detected (hash mismatch) _ZN6Ansorg10xyz_to_ABpEdddPdS0_S0_ Hash = 886271542915508096 up to 167240 count discarded [-Wbackend-plugin]
warning: Ansorg.C: function control flow change detected (hash mismatch) _ZN6Ansorg17barycentric_omegaEiiPdS0_ Hash = 798733568080069975 up to 14650224 count discarded [-Wbackend-plugin]
warning: Ansorg.C: function control flow change detected (hash mismatch) _ZN6Ansorg11barycentricEdiiPdS0_S0_ Hash = 536873291522593167 up to 20135696 count discarded [-Wbackend-plugin]
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c diff_new_sh.f90 -o diff_new_sh.o
warning: /tmp/ifx017848343125dEaV/ifxiSEuRw.i90: function control flow change detected (hash mismatch) interp_2_ Hash = 512430208667380635 up to 0 count discarded
warning: /tmp/ifx017848343125dEaV/ifxiSEuRw.i90: function control flow change detected (hash mismatch) scanenan_ Hash = 1096621589210894594 up to 0 count discarded
In file included from MPatch.C:12:
./misc.h:33:65: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from MPatch.C:12:
./misc.h:33:60: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from Block.C:13:
./misc.h:33:65: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from Block.C:13:
./misc.h:33:60: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from MPatch.C:12:
./misc.h:39:75: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from MPatch.C:12:
./misc.h:39:70: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from Block.C:13:
./misc.h:39:75: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from Block.C:13:
./misc.h:39:70: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from Parallel_bam.C:5:
./misc.h:33:65: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from Parallel_bam.C:5:
./misc.h:33:60: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from Parallel_bam.C:5:
./misc.h:39:75: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from Parallel_bam.C:5:
./misc.h:39:70: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5In file included from : Parallel.Cnote: :'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here5
:
./misc.h: 331040: | 65 : warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]_
GLIBCXX17_DE P33R | E C A T E D _ S UsGtGrEiSnTg(:":sittde:r:antootr_ fpn "=)
f i| n ^d
_i/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hf:(1971s:s45.:b enote: gexpanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'i
n(), s s1971. | e#n dd(e)f,i nneo t_1G(LpItBrC_XfXu1n7<_iDnEtP,R EiCnAtT>E(Di_sSsUpGaGcEeS)T)()A;L
T )| ^_
GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribut/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.he:_1121_: 5(:( _note: _'ptr_fun<int, int>' has been explicitly marked deprecated hered
eprec 1121a | t e d _ __ G(L"IuBsCeX 'X"1 1A_LDTE P"R'E CiAnTsEtDe_aSdU"G)G)E)S
T (| " ^s
td::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from Parallel.C:5:
./misc.h:33:60: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from Parallel.C:5:
./misc.h:39:75: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c shellfunctions.f90 -o shellfunctions.o
note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from Parallel.C:5:
./misc.h:39:70: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from NullShellPatch.C:15:
./misc.h:33:65: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from NullShellPatch.C:15:
./misc.h:33:60: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from NullShellPatch2_Evo.C:15:
./misc.h:33:65: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
In file included from ShellPatch.C:15:
./misc.h:33 :3365 | : warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
string: :33i | t e r a t o r spt r=i nfgi:n:di_tiefr(astso.rb epg i=n (f)i,n ds_si.fe(nsds(.)b,e gnoitn1(()p,t rs_sf.uenn<di(n)t,, niontt1>((pitsrs_pfaucne<)i)n)t;,
i| n ^t
>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h :_1121G:L5I:B Cnote: X'ptr_fun<int, int>' has been explicitly marked deprecated hereX1
1_DEPR E1121C | A T E D __SGULGIGBECSXTX(1"1s_tDdE:P:RfEuCnAcTtEiDo_nS"U)G
G E| S ^T
("std::fu/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hn:c1955t:i45o:n "note: )expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
| ^
1955 | #/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h :d1955e:f45i:n enote: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'_
GLIBCXX11_ D1955E | P#R EdCeAfTiEnDe_ S_UGGLGIESBTC(XAXL1T1)_ D_EGPLRIEBCCAXTXE_DD_ESPURGEGCEASTTE(DA_LSTU)G G_EGSLTI(BACLXTX)_
D E| P ^R
ECAT/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hE:D1947_:S19U:G Gnote: Eexpanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'S
T(ALT)
1947 | | ^
__a/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.ht:t1947r:i19b:u tnote: eexpanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'_
_ ((_ _1947d | e p r_e_caattterdi_b_u t(e"_u_s e( ('"_ _AdLeTp r"e'c aitnesdt_e_a d("")u)s)e
'| " ^
ALT "' insIn file included from tNullShellPatch2_Evo.Ce:a15d:
"./misc.h):)33):
60 :| ^warning:
'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
In file included from ShellPatch.C33: | 15 :
./misc.h : 33 : 60 : swarning: t'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]r
ing::itIn file included from eNullShellPatch.C33r: | a15t :
o ./misc.hr : 39p : 75= : warning: fs'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]it
nrdi_nigf :(39:s | is t. eb re ag ti on r sp(t )r=,i nfsgis:n.:der_neidvf(e()rs,ss e.n_bioettg1ei(rnpa(tt)ro,_r f supsn .<=ei nnfdti(,n) d,i_ nintfo>(t(s1is(s.psrtpbrae_cfegu)in)n<)i;n(
t) ,, | i ^sn
st.>/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.hr(:ei1040ns:ds5(p:a )cnote: ,e'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
)n) )1040; |
o | t ^1
(_p/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.hGt:Lr1040I_:Bf5Cu:XIn file included from n XNullShellPatch2.C<note: i1:'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated heren715
t_:
,D ./misc.h E1040:iP | 33nR :tE 65>C :(A T i_Ewarning: sGD'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]sL_
pISaBUcG CeG33X | )EX )S1 )T7(_ ;"D
sE tP | dR ^:E:
CnstAo/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.hrTiEDt:n__1121gSf::Un5:G":iG) tE
note: eST 'ptr_fun<int, int>' has been explicitly marked deprecated herer(|
a" ^ts
ot1121r/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hd | : : : np1971 o : t=45__ :GfLf nIinote: "Bnexpanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST')Cd
X_ Xi | 1f1971 ^1( |
_s#D/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hs E:.dP1971beR:efE45giC:inAT neEnote: ( Dexpanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'_)_
S,GU LG1971sIG | sBE#.CS eXTdnX(ed1"f(7si)_tn,Dde E: nP:Rf_oGEutLCn1IAc(BTtpCEXitXDor1_n_7S"f_U)uDGEGP
nER E<SiT| Cn( ^AtA,
TL /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hETD)_ Si:_Un1955GGt:LG>E45I(S:BiT Cs(sAnote: XpLexpanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'XaT
_c)De E )_P1955)GR | )LE#;IC
BAd CTe| XEf ^XDi
__nDSeEU P_RGELGCIGABETCSEXTDX_(1SA1ULG_TGD)EE
S PT| ( ^RA
EL/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hTC/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:)A:1947
:T1121 19E:| 5:D ^: _
note: Snote: /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hexpanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'U'ptr_fun<int, int>' has been explicitly marked deprecated here:
G
1947G :E194719 S | :1121T | ( note: A_expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' L_
Ta )t _ t1947G_r | LGi bIL uBI_tCB_eXCa_XXt_1Xt 1_r(_Di(DEb_EPu_PRtdREeeEC_pCA_r eAT(cTE(aED_tD__e_SddSUe_UGp_GGr GEe(ESc"STauTs(t(eAe" Lds'T_t")
_d :A| (:L ^"fTu
u ns"e/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hc' 'i"n :tsA1947itoL:enT19a" :d)" "
'note: ) expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST')| i
) ^n
s 1947t| | ^e/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h
a: d1955_":_)45a)t:)t
rnote: iexpanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'| b
^u
te_ _1955 | (#( _d_edfeipnree c_ated__ (G"LuIsBeC X'X"1 1A_LDTE P"R'E CiAnTsEtDe_aSdU"G)G)E)S
T (| A ^L
T) _GLIIn file included from BNullShellPatch.CC:X15X:
_./misc.hD:E39P:R70E:C Awarning: T'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]E
D_SUGGE S39T | ( A L T )
| ^s
tri/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hn:g1947:::19r:e vnote: eexpanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'r
se_ite r1947a | t o r_ _pa t=t rfiibnudt_ei_f_( s(s(._r_bdeegpirne(c)a,t esds_._r e(n"du()s,e n'o"t 1A(LpTt r"_'f uinn<sitneta,d "i)n)t)>
( i| s ^s
pace)));
In file included from NullShellPatch2.C| : ^15
:
./misc.h:33:60/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:: 1040warning: :'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]5
: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
33 | 1040 | _ GsLtIrBiCnXgX:1:7i_tDeErPatRoErC ApT E=D _fSiUnGdG_EiSfT((s"ss.tbde:g:inont(_)f,n "s)s
. e| n ^d
(),/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h :n1971o:t451:( pnote: texpanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'r
_fun<int ,1971 | i#n td>e(fiisnsep a_cGeL)I)B)C;X
X 1| 7 ^_
DEPR/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.hE:C1040A:T5E:D _note: S'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated hereU
GGES T1040( | A L T ) __GGLLIIBBCCXXXX1_7D_EDPERPERCEACTAETDED__SSUUGGGGEESSTT((A"LsTt)d
: :| n ^o
t/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h_:f1947n:"19):
note: | expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h :19471971 | : 45 :_ _note: aexpanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST't
tribute _1971_ | #( (d_e_fdienper e_cGaLtIeBdCX_In file included from X_NullShellPatch2_Evo.C1 :7(15_":
./misc.hDu:Es39In file included from Pe:RShellPatch.CE 75::15C' :
A" warning: ./misc.hTA'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]:EL
39DT:_ 75 S"U:39'G | Gwarning: iE'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations] nS
sT t( eA aL39 dT | ") s) t)_ r)G i
L n I g| B : ^C :
XsrterviXen_rgDs:Ee:P_rRieEvCteAerTrsEaeDt__oiStUreG rGpaE tS=To (ArfL iTpn)
d= | f_ ^ii
fn(d/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hs_:si1947.f:r(19bs:es g.note: irexpanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'bn
e(g)i, 1947ns | (s ). ,r_ e_snasdt(t.)rr,ei nbnduott(e1)_(,_p tn(ro_(tf_1u_(ndp<etiprnr_tef,cu nai<tiendt_n,_t >i(n"tu(>s(eii ss'ss"pp aaAccLeeT)) ))"))';;
i n| | s ^ ^t
ead/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h"/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:):1121)1121:):5
5: : | note: ^note: 'ptr_fun<int, int>' has been explicitly marked deprecated here'ptr_fun<int, int>' has been explicitly marked deprecated here
11211121 | | __GGLLIIBBCCXXXX1111__DDEEPPRREECCAATTEEDD__SSUUGGGGEESSTT((""ssttdd::::ffuunnccttiioonn""))
| | ^ ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h::19551955::4545:: note: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | 1955# | #d edfeifnien e_ G_LGILBICBXCXX1X11_1D_EDPERPERCEACTAETDE_DS_USGUGGEGSETS(TA(LATL)T )_ G_LGILBICBXCXX_XD_EDPREEPCRAETCEADT_ESDU_GSGUEGSGTE(SATL(TA)L
T )|
^
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h::19471947::1919:: note: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | 1947 | _ _a_t_tartitbruitbeu_t_e __( ((_(___ddeepprreeccaatteedd____ ((""uussee ''"" AALTL T" '" 'i nisntsetaeda"d)"))))
)
| ^|
^
In file included from In file included from ShellPatch.CNullShellPatch2_Evo.C::1515:
:
./misc.h./misc.h::3939::7070:: warning: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
3939 | | ssttrriinngg::::rreevveerrssee__iitteerraattoorr pp == ffiinndd__iiff((ssss..rrbbeeggiinn(()),, ssss..rreenndd(()), ,n onto1t(1p(tprt_rf_ufnu<ni<nit,nt, i nitn>t(>i(sisspsapcaec)e)));)
) ;|
^
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h::51040:: 5note: :'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | 1040 | _ G L_IGBLCIXBXC1X7X_1D7E_PDERPERCEACTAETDE_DS_USGUGGEGSETS(T"(s"tIn file included from sdNullShellPatch2.Ct::d:15::
:./misc.hnn:oo39tt:__75ff:nn ""warning: ))'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
| | ^ ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h39: | 1971 :: 197145 :: 45 :note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST' note:
expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST's
t r1971i | n1971g# | : #:d redefevifenirense e ___GiGLtLIIeBBrCCaXXtXX11o77r_ Dp_E DP=ERPER CEfACiTAnTdEE_DDi__fSS(UUsGGsGG.EErSSbTTe((gALAiTLn)(T ))_, G _LssGI.LBrIeCBnXCdXX_(XD)_E,D PEnRPoERtCE1AC(TApETtDEr_DS_U_SGfUGuGEnGS<ETiS(TnA(tLA,TL) T
i) n
| t ^| >
^(
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hi:/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hs1947:s1947:p:19a19:c: e note: )note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST')expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
);
| ^
19471947 | | /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h : _1121__a_:ta5tt:rt irnote: biubt'ptr_fun<int, int>' has been explicitly marked deprecated hereue
t_e_ 1121(_(__ | _( d e (p_r _ed_ceGpaLtrIeeBdcCa_Xt_Xe 1d(1_"__u sD(eE" Pu'Rs"Ee C AA'LT"T EA"DL'_T i"Sn'Us GtiGenEasSdtT"e(")a)sd)t"d):)
:) f
| u ^n|
c ^t
ion")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from NullShellPatch2.C:15:
./misc.h:39:70: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__depIn file included from recheckpoint.Cc:a10t:
e./misc.hd:33_:_65 :( "warning: u'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]s
e '" ALT "' 33i | n s t e a d " ) )s)t
r i| n ^g
::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECAParallel_bam.CT:E499D:_21S:U Gwarning: Gusing the result of an assignment as a condition without parentheses [-Wparentheses]E
ST("std::functi o499n | " )
| ^
if (l/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.he:n1955g:t45h: =note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
interdat a1955_ | p#a cdkeefri(n0e, _sGuLlI,B CmXyXr1a1nk_,D EnPoRdEeC,A TPEADC_KS,U GVGaErSLTi(sAtL1T,) V_aGrLLIiBsCtX2X,_ DSEyPmRmEeCtArTyE)D)_
S U| G ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~G
EST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from checkpoint.C:10:
./misc.h:33:60: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRParallel_bam.CEC:A499T:E21D:_ Snote: Uplace parentheses around the assignment to silence this warningG
GEST(ALT) _GL I499B | C X X _ DE P R E C AiTfE D(_lSeUnGgGtEhS T=( AiLnTt)e
r d| a ^t
a/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h_:p1947a:c19k:e rnote: (expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'0
, su l1947, | m y_r_aantkt,r inboudtee,_ _P A(C(K_,_ dVeaprrLeicsatte1d,_ _V a(r"Luisset 2'," SAyLmTm e"t'r yi)n)s
t e| a ^ d
"| ( ))
))
| ^
Parallel_bam.C:499:21: note: use '==' to turn this assignment into an equality comparison
499 | if (length = interdata_packer(0, sul, myrank, node, PACK, VarList1, VarList2, Symmetry))
| ^
| ==
Parallel_bam.C:513:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
513 | if (length = interdata_packer(0, sul, myrank, node, PACK, VarList1, VarList2, Symmetry))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Parallel_bam.C:513:21: note: place parentheses around the assignment to silence this warning
513 | if (length = interdata_packer(0, sul, myrank, node, PACK, VarList1, VarList2, Symmetry))
| ^
| ( )
Parallel_bam.C:513:21: note: use '==' to turn this assignment into an equality comparison
513 | if (length = intIn file included from echeckpoint.Cr:d10a:
t./misc.ha:_39p:a75c:k ewarning: r'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations](
0, sul, myr a39n | k , n o d e , sPtArCiKn,g :V:arreLviesrts1e,_ iVtearraLtiors tp2 ,= Sfyimnmde_tirfy()s)s
. r| b ^e
g i| n ==(
), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from checkpoint.C:10:
./misc.h:39:70: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | #Parallel_bam.C :d525e:f21i:n ewarning: using the result of an assignment as a condition without parentheses [-Wparentheses]_
GLIBCXX17_DE P525R | E C A T E D _ S U GiGfE S(Tl(eAnLgTt)h _=G LiInBtCerXdXa_tDaE_PpRaEcCkAeTrE(D0_,S UsGuGlE,S T(mAyLrTa)n
k ,| ^n
o/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hd:e1947,: 19U:N Pnote: Aexpanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'C
K, V a1947r | L i s_t_1a,t tVrairbLuitset_2_, (S(y_m_mdeetprrye)c)a
t e| d ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~_
_ ("use '" ALT "' instead")))
| ^
Parallel_bam.C:525:21: note: place parentheses around the assignment to silence this warning
525 | if (length = interdata_packer(0, sul, myrank, node, UNPACK, VarList1, VarList2, Symmetry))
| ^
| ( )
Parallel_bam.C:525:21: note: use '==' to turn this assignment into an equality comparison
525 | if (length = interdata_packer(0, sul, myrank, node, UNPACK, VarList1, VarList2, Symmetry))
| ^
| ==
In file included from cgh.C:26:
./misc.h:33:65: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from cgh.C:26:
./misc.h:33:60: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from cgh.C:26:
./misc.h:39:75: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from cgh.C:26:
./misc.h:39:70: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from bssnEScalar_class.C:15:
./misc.h:33:65: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from bssnEScalar_class.C:15:
./misc.h:33:60: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' iIn file included from nbssnEM_class.Cs:t15e:
a./misc.hd:"33):)65):
| warning: ^'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
In file included from scalar_class.C:15:
./misc.h:33:65: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
33 | string:/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h::i1121t:e5:r anote: t'ptr_fun<int, int>' has been explicitly marked deprecated hereo
r p = f1121i | n d _ i f_(GsLsI.BbCeXgXi1n1(_)D,E PsRsE.CeAnTdE(D)_,SU GnGoEStT1(("psttrd_:f:ufnu<nictnito,n "i)n
t >| ( ^i
sspace)/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h):)1955;:
45 :| ^note:
expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h_:S1121U:GG5E:S Tnote: ('ptr_fun<int, int>' has been explicitly marked deprecated hereA
LT)
| ^1121
| /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h :1947 :_19G:L Inote: Bexpanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'C
XX11_D E1947PR | E C A_T_EaDtt_rSiUbGuGtEeS_T_( "(s(t_d_:d:efpurnecctaitoend"_)_
(| " ^u
se '" ALT/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h :"1955': 45i:n snote: texpanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'e
ad")))
| ^
1955 | # define In file included from _bssnEM_class.CG:L15I:
B./misc.hC:X33X:1601:_ Dwarning: E'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]P
RECATED_ 33S | U G G E S T ( A LsTt)r i_nGgL:I:BiCtXeXr_aDtEoPrR EpC A=T EfDi_nSdU_GiGfE(SsT(sA.LbTe)g
i n| ( ^)
, s/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hs:.1947e:n19d:( )note: ,expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
not1(p 1947t | r _ f_u_na<titnritb,u tien_t_> ((i(s_s_pdaecper)e)c)a;t
e d| _ ^_
("us/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.he: 1040':"5 :A Lnote: T'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
"' i n1040 | s t e a d_"G)In file included from L)bssnEScalar_class.CI):B
15C :
X| ./misc.hX ^:1
397:_75D:E In file included from Pwarning: scalar_class.CR'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]:E
15C:
A./misc.hT:E 33D39:_ | 60S :U G warning: G 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]E
S T ( s33t" | r i n g s: t: dr :e :vsnetorrtse_i_fningt":e):r
ia tt| eo ^rr
a t/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hpo r= :p 1971 f:=i45 n:df _inote: inexpanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'fd
(_sis f.In file included from 5(1971rABE.C warnings | b:ss#e25 generated. g:
.
bdi./misc.heen:gf(33ii):,nn65 :s(e s) _warning: .,In file included from G'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]r
e cgh.CLns:Ids(.)27 :
Be, 33In file included from Cnn | ./cgh.hX:Xdo 91(t :
7)1 In file included from _,( ./monitor.hDpn :Eto 8rPt :
_R1sIn file included from fE(Ct/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstreamupAr:ntTi50<rEn:
i/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.hn:_Dgt32f_:,:uS: 2nUii:<Gtn iGet>warning: nEr(This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]tSai
s,T ts (32opiA | ranL# ctTwpe>)()i) a )sIn file included from _r=;sGsurface_integral.Cn
pL:ifi aI25nn| cB:
gd ^eC./misc.h :_
)X\33i)X
:/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h65f)_ ::(;D| 1121 :s
E ^warning: 5s P
'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]:.| R
b ^Enote: e
C'ptr_fun<int, int>' has been explicitly marked deprecated hereg A
i33/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.hTn | : 1121ED( ) , 1040 | _ : Ss 5 Us : G G_. EGe note: SLns'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated hereTIdt
(B(rAC )iLX1040,nTX | g)1 n:
1 o: _ ti| D 1t ^E_(e
PGprR/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hLtaEt:IrCo1947B_AfTr: CuE19pXnD: X<_ =1iSnote: 7nUexpanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'f_tG
iD, GnE 1947EdPi | _SRn iTE(C"t fAs>(_(Tti_sEdsasD:st._:ptbSfareUucigGnebiGc)unEt)t()Si)e,To(;_ _n"
s "st s()d| .(_
: ^e
_ :nd| nde( ^op)
,tr /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hn_e:ofc1955tna:1"t45()pe:
td r_note: | __expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST' ^f
u(n"</usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h ui:1955sn1971 | e/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.ht::# ,'112145 "::di 5 enA:note: ftL expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'i>Tnote:
n( i'ptr_fun<int, int>' has been explicitly marked deprecated heree"s
's 1971_p i | Ga1121n#Lc | s Ie tdeB) eaC) ) fdX;_i"X
Gn)1 Le)1| I )_ ^B_
D
CG EXLXI| P1B ^R1C
E_XXCD1A7TE_EDPDER_PESRCUEAGCTGAEETDSET_D(/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.hS_A:LUSU1121TGG:)GG5 EE:_SST GT(Lnote: ("I'ptr_fun<int, int>' has been explicitly marked deprecated hereAsLB
tTCd) X: 1121X:_ | _fG DuL E P R_EnIGCcBLAtCITiXBEoXCDn_X_XS"D1U)GE1
GP_ ERD| S ^EET
CP(ARAT/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hELE:CTA)D1955T
_:E S45UD| _:G ^S G
Unote: EG/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hexpanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'SGTE:
(S1947AT:L(19 T":1955)s | #
tnote: dexpanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'd| :
:e ^ff
ui/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h1947nn: | ce1947 t :_ i_o19GL_n:Ia" Bt)t
r inote: C| bexpanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'X ^u
X
1t1 e_1947_/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hD | _:E P 1955 R(E:_45(C_:_Aa _Ttnote: dexpanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'eEtIn file included from
pDrrbssn_class.C_ei: Scbautte201955Ued:
| G__./misc.h#G__: E 33dS((:eT("65f(_u:s iwarning: A_en 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]Lde'
Te "_ )pGA r e33c | LL_a ITB C"Gt X'Le X Id 1 1 iB__ nC_D sX EsPttX(RrEe_"iCaADundTEsg"EPe:)DR :'i)_E"t)SCUAGTGEEDS e
_TAr S(La| t ^UATo
rGL "p' GTIn file included from ) =EbssnEScalar_class.C :i S_15nfTG:
./misc.hsi(L:tnAI39edLB:a_TC70di)X:" f
X)warning: ( _)'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]s| D)E
s ^.
P
b R e| /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hE39g ^:1947C | i
:A n19T (:E ) D, note: _ expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'Ss
Us G.s Get1947Enr | SdT(i ()n gA,_:L _:Tnar)ote
ttv 1r(e| ipbtr ^urs
t_eef/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h__u:i_n1947t <:e19(ir:(na _t_,dtnote: eoexpanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'ipr
nre tc p> (a1947=it | se fsd ipn__ad__c_ aei(t)f"t)(ur)ssei;s bu
.'t r"e| _b ^_eA
gL(iT(n (")'_, _id nesspstr.eraeednc"da)(t))e), dn_o
_t /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h 1| :(1121(":pu5ts:r ^e
_ f'note: u'ptr_fun<int, int>' has been explicitly marked deprecated heren"
In file included from < ABE.C iA:112125nL | :
tT ./misc.h, : 33i:nIn file included from " ' 60tbssnEM_class.C _:>:iG (15inLwarning: :
s./misc.hssI'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]:ptB
39aeC:caX 75edX33:) )warning: "1 | )'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations])1 ;
)_ D E
) P In file included from
39 R| E ^C
Z4c_class.C | A| :/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h T ^15: E
:
1040 sDt./misc.h: _rIn file included from :5 Sisurface_integral.C33: UnG:: gG:E:S2565note: iT:
:./misc.h 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated herest(:warning:
ter"33'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]r ast:
i1040to60n | dr:g : : :33pwarning: : f | 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]r u =
e_nGcLtIi fv eBo i33rnC"X)X
1 7 n | ds| _ _e ^D i_
E fiP (tR/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hs seE:t srC1955r .aA:i btTo45nseEr:gtgD :ri_pnote: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'=:inS
in(U)Gftg ,Gie:1955 Enr: | s#s Sdai.dTe(f"_ttesiioentnfrrdde:( a( :spt)_ns o,Go.=r Ltr_b pn Ifefo=B CngitfX"in1iX)nd(_pn1
(itd1 )fr(__| ,_siDfE( ^
sfsPssu/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h.Rs.n:bE.r<1971eCbei:gAeTgEnn45iiDn_(Sdt:n)U(, (,G) ,inote: ) G nexpanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST',sEnt
sSo>s.T (1971A | t(se.nL#1iedT )(sn(d p_tsd()eGrp),fL_a, iIfc nnBuenoeCn)ot X<)t1_Xi)1(G_n;(pLDIEBt
ptPC, trR_EX | rfCXi ^_uA1T7E_n
fnDDtIn file included from u<_E/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h>scalar_class.CniSP:(:<nURGE1040i15itGC:s:
n,EA5Ts./misc.ht S:Ep:,iT Da39 n(note: _c:itA'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated hereSe75n>tL
TU): (>)G) 1040i(
iG)warning: | s sE;S'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations] s| ps
T
^ap (
ca| A ec/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h ^L_TG39)e:
)L | ))1947) I )/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:)19;_B ;::
GC
1121 LX :note: | IX | 5expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' ^B1 ^:
C7
X_ note: XDs/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h1947'ptr_fun<int, int>' has been explicitly marked deprecated here | _Et:
DPr1040i: ER n5_:_PE1121g aRC | :note: tEA :'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated heretCT r
r/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.hAE ei:T E1040D | _D vb1121 S__eu: USGrt5 GULse: GGIe_ _EGSETB__note: GSL(Ci 'ptr_fun<int, int>' has been explicitly marked deprecated hereTIAXt(
(BLXe("CT 1r_sX)11211a_tX
| _tdd1 Doe:7| ^Erp:_
P rnD R/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hpeoEt_E: cP_RfGC1947=: aEnL"A19ftCI)T:ieAB
E ndTC Dnote: d_EX| _expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'__D _(S"UuX ^S
iGfs1
UG(E e1G/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hsS1947 | '_G:sT ( ""DE1971S._s E:Tr_tAP45(badLR:"et:T: nE note: sgt"o't _iCexpanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'tirfnA
dnins tT:(b"1971)eE:)u |
aDf,t# d_u e _| "Snsd_ ^)Ucste
)G.if()G/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hroi(
E:enn_ S1971n"e_| T:d) d ^(45(
_e
":) Gps ,| LrtIn file included from dnote: ^Iebssn_class.C:expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'n
Bc:a20t:
:
oCe/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h./misc.hftXdX_ ::1955u1n1_197133:(c7 | :45pt_(D"EuPs#60 :tiRe:d eroE note: f_nC'A"warning: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'if"T 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
nu)EA
en
D L T< _1955 _ i| S ^ | 33#G"n'U
| Lt G GdI,i/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h EeB n: S fCis1955tT iXn:e( nXt45aA e1>:dL 7(i "Ts__snote: ))tGDsexpanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST') rLEpP
)_iGIaR
nL BcCE gI1955eXCX| :B | )A1 ^:C#)T1
iX )E_tXd;DDe_e
_ErPDfE SaUtGRiP| oGEnR ^rECeE
SA CpT (=AT_/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.hA LfTiEG:T)nDL1121E d_I:D__SB5_GiUC:XSLfG XUI(Gnote: 1GBsCE'ptr_fun<int, int>' has been explicitly marked deprecated here1GsXS
_E.XTDS T1121( | Ab_(E LeDAP TgELR )
iPTE nR(E)C,A)C_| T E_DAG ^sG_TL
sLSEI.I/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hUDB_eB:GCSnUC1947GXdGX:XEX(G19_S1)E:DT1,S E(_A Tnote: PDLn(expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'REToA
EP)tLCR
1TAE 1947()TC| ^ | p EA
t_DT /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h_rGL_E:__ISD1947afBU_G:tuCSG19tnXUE:Sr<XG Tii_Gnote: (bnDEexpanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'AutESP
Lt,TRTe ( E)_
in"1947C_ ts | tA | > dT( ^( :E(
i_:D_s/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h_fa__s:utSdpe1947ntUap:crGcr19tiGee:ibE)c ouS)anote: ntT)texpanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'e"e(;
d)_A
L_
_ | _ T( ^ | 1947)"
( ^ |
u/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hs(
:e_ | 1955 /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h__d ^:':_e
45"1040ap: /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:tr A:5tenote: Lexpanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'1947:rcT
: ia 19note: bt" :'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated hereued__ ("use '1955
t' | note: e"i #expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'_ _A L(T(n1040
_s | td"_ e e1947'd af | e p di ir_"ne neG) _scL)I__taet)BGaaed
CLtd" XIt_)_) | XBr)( ^1Ci
"
7Xb u_sDeXu| E 1t ^P'1e
R"_ _EDA_CEAL PTT(RE (ED"_C_S'_AU dTGieEGDE_SnpSTsrU(teG"ecGsatdd"aE:)tS:)eTn)d(o
_At _L_| Tf) ^(n
""_u)GIn file included from s
eLbssnEM_class.C I:| 15'B ^:
"C
X./misc.h /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hAX::L_391971TD:: E7045"P::'R Ewarning: note: iC'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'nA
sTtEeD a_1971S39d | U | "#G G )dE )eS )fT
i( nA| eL ^sT_
t)Gr
LIn file included from i IZ4c_class.Cn| B:g ^C15:
X:
:X./misc.h/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hr1::e7331947v_::eD6019rE::sP eRwarning: note: _E'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'iC
tAeTr E Da194733_t | | SoU r G pG_ E_ =Sa Tt f(t iAr nLisdTbt_)uri tif_en(G_gsL_ :sI(:i.B(trC_ebX_reXdag_etiDponErr(Pe )RcEp,aC tA=seT s.drEf_eDi_n_n dSd((U_")Giu,sGf eE(n Sso'Tst."(1b A(eALpgLTtiT)rn
_(" f)'| u, ^in
n<ssi/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hstn:.et1947e:a,n19d d:"i( )n)note: ,)texpanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' )>
n
(o i st| 1947s1 ^ | p(
ap ct_In file included from er_scalar_class.C)_a:t)f15t)u:
r;i
bn./misc.h< u:i| t39n ^e:_t
70_,: /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h (:iwarning: (1040n'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]_:t
_5>d:(e ipnote: 39sr'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here | sec
pa at1040 ce | ed )_ )_ ) ;(_s
"Gt uLr| sIi ^e
Bn Cg'/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.hX:":X10401: :7rA5_eL:D vTeEnote: rP'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here"sR
'e_E iiC1040ntA | seTrE t aDte _oa Srd_U "p)GG )LG=)IE
BSf CTi| X(n ^X"d
1s_7ti_dfD:(E:sPnsRo.ErtCb_AefIn file included from Tsurface_integral.CIn file included from :gnEABE.CD25in":_:
()25S./misc.h)
:
U:,./misc.h| G39 : ^G:s39
E75s:ST:/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h.75:( :r "warning: 1971ewarning: s'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]:n'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]t
45d
d:(: : )39nnote: , | oexpanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'39 t
| n o_ t f 11971n ( | "s)sp#t
ttr r r_die| ifnf ^
nug/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hign::n:<:r1971e:ien: rvt45_ee,:Gvr Lesinote: Irenexpanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'tBs_
>CeX_i(Xit i1tee1971s7rr | s#p_aa aDttdcEooeePrrf)R i)Eppn)C e;A==
T _f EfGi| DiLnI ^_ndB
Sd_CU_/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.hiiXG:ffXG1040((1E:s5s7Ss:s_T. .D(rnote: rEAb'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated herebPLe
eRTggE) iiC 1040nnA_ | ((TG ))EL ,,DI _B ssSC_ssUXG..GX_LrrGDIeeEEBnnSPCddTRX(((EX))AC1,,LA7 TT_nn) EDoot_DEt1G_SP1(LUR(ppttrr__IGEffBGCEuuCASnnXTT<<XE(iAi_DnLtnD_T,tES) ,PU
i RG niEG| tnCE ^>tAS
(>TT/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hi(E(:siD"1947ss_s:psSt19apUd:caG: ecG:note: )eEnexpanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'))So
))Tt;) (_
;1947AfLnT"
| )
)|
^| |
^_ ^|
_
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h ^/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:a:
:1947t11211121:/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.ht:r:19:5i5:1971:b: : u note: 45note: tnote: 'ptr_fun<int, int>' has been explicitly marked deprecated hereexpanded from macro '_GLIBCXX_DEPRECATED_SUGGEST':'ptr_fun<int, int>' has been explicitly marked deprecated heree
_note: _expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'1947 1121
| 1121 | ( | ( 1971__ | __ #da _ et_GdptGLerrLIfeiIBicbBCnXeX 1_auC1GttX_LeeXDEId_1PB__1RC_ _EX (DCX((EA1"_P_RT7EudE_DseCD_epAES rTPU'ecERG"aDECG t_ASTEAeUESTLdGD(T_G_" _ESs" S(Ut'T"Gd (iuG:"nssttde:a:df"sE:u)eSfIn file included from n) Tubssn_class.Cnc)'(:ct
"A20ti L:
io| AT./misc.hon ^L):n""
T 39)) _:
"G75 'L:| | I ^ ^iBwarning:
nC'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]s/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hX
Xt:e:_1955a1955D: d:E4539"))45P | ):R
E: note: | C Anote: Texpanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST' expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST' ^E
D _ S 19551955 | | U## G sGddtEeerSffiT(iinAnngLee:T :)__r
GGe vLL| eII ^rBsB
CeC/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hX_Xi:X1947Xt1:119e11:_r_ DaDnote: Eexpanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'tEP
oPRrRE EC1947pCA | AT =TE D E__fD_aSiU_tnGStUdGrG_EiGiSbEfTuS((tATs(eLsA_T.L_)rT b)(_(e G_g_LG_iILdnBIe(CBp)r,XCe XXcs_sXaD._tErDeEPedn_d_PR( RE)C(E,A"C TuAnEoDsTt_eE1D(_pStS UrU'G"G G_EAGfESLuSTTnT( <(A"i'n ALtiLT,)nT )
si
tn | et| ^a> ^
d(
i"/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hs/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h):s:)1947p1947):a:
19c19 :e )note: )expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST':| )
^;note:
expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'1947
| | ^
_ _1947a | t/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h t: r1121i_:b_5ua:tt etnote: _r'ptr_fun<int, int>' has been explicitly marked deprecated here_i
b(u (t1121_e | __ de_ p ( r( e__c_GadLteIepdrB_eC_cX aX(t1"e1d__uD_sE eP( R"'Eu"CsAe T AE'LD"T_ SA"UL'GT G iE"nS'sT t(e"iasndts"dt):e):a)fd
u" n)| c) ^)t
i o| n ^In file included from "
surface_integral.C):
25 :
| ./misc.hIn file included from ^ABE.C
::2539/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:
::70./misc.h1955::: 3945:warning: :'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]70
:note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'warning:
'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
39 | 195539 | | # ds et fr ii nn egs :t_:rGriLenvgeI:r:srBeeC_viXetXre1sr1ea__tDioEtreP rRpaE tC=oA rTf EipDn _d=S_ UifGfG(iEsnSsdT._(riAbfLeg(Tiss)n. (r_)bG,eL IgBsiCsnX.(Xr)_en,Dd E(sP)sR,.E rCneAontd1(()p,tT rEn_Dof_uStnU1<G(GipEnttr,S_ Tfi(unAtnL><T(i)in
st s,| p a ^ic
net)/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h>):(i)1947;:s
19s :p| a ^cnote: e
expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST')In file included from
)Z4c_class.C/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h)::; 151040
1947:
: | ./misc.h5| : : ^39_:
_75note: a:/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated heret :
twarning: 1040'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations] r:
1040i5 | b: u tnote: e 39'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here_ |
__ G ( L1040( I | B_ C_XdX e1 p7 r_s_eDtGcEPrLaRiIntEBgeCC:dAX:_TXr_eE1 vD7(e__"rSDusUEseGPe_GR itEE'eSC"rTA a(TAt"ELosDTrt_ dS"p:U' :=G n GEiofSntiTs(t"_nesfdatn_dd"i":)f):
()n s)o| s
t ^. | _
r ^fb
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hne:"g1971)In file included from ibssn_class.Cn:
:(45 20):| :
, ^./misc.h note:
:sexpanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'39
:s/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h70.:: r1971 :451971ewarning: : | n#'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations] d
note: (d)eexpanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST', f
39in | on e t1971 1 | _ (#G p L tdI reB _fC fiXsunXtne1r< 7ii__nnGtDgL,E:I P:RBirECneCXtvAX>eT1(rE7isD_se_Ds_SEpiUtPaGeRcGerEE)aCS)t)o;rAT(
TAE pLD| T_ ^=) S
fU_iG/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.hifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c bssn_rhs_ss.f90 -o bssn_rhs_ss.o
GnGdE_S:LiT1121If(:B(A5CsL:XsT X.)note: _r 'ptr_fun<int, int>' has been explicitly marked deprecated hereDb_
EeGgLiInBP (CR1121),XE | XC_s ADs TE. EPr DReE__nCGSdALU(TIG)EBG,DCE _XSXnST1oU(1tGA_1GLD(ETEpS)PtT
Rr( E_CA| fAL ^uTT
nE)<D/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h
i_: nS1947| t ^,U:
G19iG/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:nE: 1947note: tS:expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'19
>T(:( " inote: 1947ssexpanded from macro '_GLIBCXX_DEPRECATED_SUGGEST's
| tp da :_:_fauc1947tne | ) )tc )rt_;ii_
boa unt| t"t ^e)r
_
i_ b/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h | u:( ^t1040(
e:_5__:/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hd_ :e note: 1955p('not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here:r45(
e:_ c _1040anote: d | texpanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'e e
p d r_ e __c1955 Ga | (Lt#"IeB udCds_Xee_Xf 1(7"_i'uDn"s EeeAP LR_'TEG" CAL "T'EIA DBLi_CTnSX sUX"tG1'eG1 aE_idSDn"TEs)(Pt)"Re)sEa
tCd dA"T| :)E ^:)D
n)_o
St U_| fG ^nG
"E)S
T (| A ^L
T) /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h_:G1971L:I45B:C Xnote: Xexpanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'_
DEPRECA 1971T | E#D _dSeUfGiGnEeS T_(GALLIBTC)X
X 1| 7 ^_
DEP/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.hR:E1947C:A19T:E Dnote: _expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'S
UGGEST (1947A | L T )_ __aGtLtIrBiCbXuXt_eD_E_P R(E(C_A_TdEeDp_rSeUcGaGtEeSdT_(_A L(T")u
s e| ^'
"/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h :A1947L:T19 :" 'note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'i
nste a1947d | " ) )_)_
a t| t ^r
ibute__ In file included from Z4c_class.C(:(15_:
_./misc.hd:e39p:r70e:c awarning: t'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]e
d__ ("us e39 | ' " A L T " 's tirnisntge:a:dr"e)v)e)r
s e| _ ^i
terator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
NullShellPatch2.C:896:5: warning: add explicit braces to avoid dangling else [-Wdangling-else]
896 | else
| ^
In file included from monitor.C:13:
In file included from ./misc.hbssnEScalar_class.C::3319::
65In file included from : ./bssnEScalar_class.hwarning: :'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]24
:
In file included from ./cgh.h:9:
In file included from ./monitor.h:8:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50 :
33 | /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h : 32 : 2 : warning: sThis file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]t
ring:: i32t | e#rwaarntionrg p \=
f| i ^n
d_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from monitor.C:13:
./misc.h:33:60: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from bssnEM_class.C:19:
In file included from ./bssnEM_class.h:24:
In file included from ./cgh.h:9:
In file included from ./monitor.h:8:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
In file included from scalar_class.C:18:
In file included from ./scalar_class.h:24:
In file included from ./cgh.h:9:
In file included from ./monitor.h:8:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c Set_Rho_ADM.f90 -o Set_Rho_ADM.o
In file included from ABE.C:37:
In file included from ./bssn_class.h:25:
In file included from ./cgh.h:9:
In file included from ./monitor.h:8:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
In file included from bssn_class.C:24:
In file included from ./bssn_class.h:25:
In file included from ./cgh.h:9:
In file included from ./monitor.h:8:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
In file included from Z4c_class.C:19:
In file included from ./Z4c_class.h:24:
In file included from ./cgh.h:9:
In file included from ./monitor.h:8:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
In file included from monitor.C:13:
./misc.h:39:75: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from monitor.C:13:
./misc.h:39:70: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
NullShellPatch.C:2526:5: warning: add explicit braces to avoid dangling else [-Wdangling-else]
2526 | else
| ^
NullShellPatch2.C:2112:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2112 | if (length = interdata_packer(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry, Varwt, svt))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NullShellPatch2.C:2112:18: note: place parentheses around the assignment to silence this warning
2112 | if (length = interdata_packer(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry, Varwt, svt))
| ^
| ( )
NullShellPatch2.C:2112:18: note: use '==' to turn this assignment into an equality comparison
2112 | if (length = interdata_packer(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry, Varwt, svt))
| ^
| ==
NullShellPatch2.C:2126:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2126 | if (length = interdata_packer(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry, Varwt, svt))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NullShellPatch2.C:2126:18: note: place parentheses around the assignment to silence this warning
2126 | if (length = interdata_packer(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry, Varwt, svt))
| ^
| ( )
NullShellPatch2.C:2126:18: note: use '==' to turn this assignment into an equality comparison
2126 | if (length = interdata_packer(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry, Varwt, svt))
| ^
| ==
NullShellPatch2.C:2138:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2138 | if (length = interdata_packer(0, src[node], dst[node], node, UNPACK, VarList1, VarList2, Symmetry, Varwt, svt))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NullShellPatch2.C:2138:18: note: place parentheses around the assignment to silence this warning
2138 | NullShellPatch.Ci:f2821: 18(:l ewarning: nusing the result of an assignment as a condition without parentheses [-Wparentheses]g
th = interdata_ p2821a | c k e r ( 0 ,i fs r(cl[ennogdteh] , =d sitn[tneroddaet]a,_ pnaocdek,e rU(N0P, AsCrK,c [VmayrrLainskt]1,, dVsatr[Lmiysrta2n,k ]S, ynmomdeet,r yP,A CVKa,r wVta,r sLvits)t)1
, | V ^ a
r L| i ( )s
t2, Symmetry, Varwt))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NullShellPatch2.C:2138:18: note: use '==' to turn this assignment into an equality comparison
2138 | if (length = interdata_packer(0, src[node], dst[node], node, UNPACK, VarList1, VarList2, Symmetry, Varwt, svt))
| ^
| ==
NullShellPatch.C:2821:18: note: place parentheses around the assignment to silence this warning
2821 | if (length = interdata_packer(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry, Varwt))
| ^
| ( )
NullShellPatch.C:2821:18: note: use '==' to turn this assignment into an equality comparison
2821 | if (length = interdata_packer(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry, Varwt))
| ^
| ==
NullShellPatch.C:2835:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2835 | if (length = interdata_packer(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry, Varwt))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NullShellPatch.C:2835:18: note: place parentheses around the assignment to silence this warning
2835 | if (length = interdata_packer(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry, Varwt))
| ^
| ( )
NullShellPatch.C:2835:18: note: use '==' to turn this assignment into an equality comparison
2835 | if (length = interdata_packer(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry, Varwt))
| ^
| ==
NullShellPatch.C:2847:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2847 | if (length = interdata_packer(0, src[node], dst[node], node, UNPACK, VarList1, VarList2, Symmetry, Varwt))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NullShellPatch.C:2847:18: note: place parentheses around the assignment to silence this warning
2847 | if (length = interdata_packer(0, src[node], dst[node], node, UNPACK, VarList1, VarList2, Symmetry, Varwt))
| ^
| ( )
NullShellPatch.C:2847:18: note: use '==' to turn this assignment into an equality comparison
2847 | if (length = interdata_packer(0, src[node], dst[node], node, UNPACK, VarList1, VarList2, Symmetry, Varwt))
| ^
| ==
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c getnp4EScalar.f90 -o getnp4EScalar.o
surface_integral.C:204:5: warning: add explicit braces to avoid dangling else [-Wdangling-else]
204 | else
| ^
surface_integral.C:397:5: warning: add explicit braces to avoid dangling else [-Wdangling-else]
397 | else
| ^
bssnEScalar_class.C:335:24: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
335 | Ansorg read_ansorg("Ansorg.psid", order);
| ^
surface_integral.C:2327:5: warning: add explicit braces to avoid dangling else [-Wdangling-else]
2327 | else
| ^
bssnEM_class.C:486:24: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
486 | Ansorg read_ansorg("Ansorg.psid", order);
| ^
Z4c_class.C:2396:28: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
2396 | SH->Dump_Data(StateList, "extrop", 0, 1);
| ^
surface_integral.C:2591:5: warning: add explicit braces to avoid dangling else [-Wdangling-else]
2591 | else
| ^
warning: Block.C: function control flow change detected (hash mismatch) _ZN5BlockC2EiPiPdiiiii Hash = 1024234552351126171 up to 1028 count discarded [-Wbackend-plugin]
warning: Block.C: function control flow change detected (hash mismatch) _ZN5BlockD2Ev Hash = 896858934910019028 up to 688 count discarded [-Wbackend-plugin]
warning: Block.C: function control flow change detected (hash mismatch) _ZN5Block10checkBlockEv Hash = 5832816968958072 up to 0 count discarded [-Wbackend-plugin]
warning: Block.C: function control flow change detected (hash mismatch) _ZN5Block5getdXEi Hash = 784007059655560962 up to 58470 count discarded [-Wbackend-plugin]
warning: cpbc_util.C: function control flow change detected (hash mismatch) cpbc_point_ Hash = 784007059655560962 up to 0 count discarded [-Wbackend-plugin]
warning: cpbc_util.C: function control flow change detected (hash mismatch) decompose2p1_1_ Hash = 784007059655560962 up to 0 count discarded [-Wbackend-plugin]
warning: cpbc_util.C: function control flow change detected (hash mismatch) decompose2p1_2_ Hash = 784007059655560962 up to 0 count discarded [-Wbackend-plugin]
warning: cpbc_util.C: function control flow change detected (hash mismatch) compose2p1_1_ Hash = 784007059655560962 up to 0 count discarded [-Wbackend-plugin]
warning: cpbc_util.C: function control flow change detected (hash mismatch) compose2p1_2_ Hash = 784007059655560962 up to 0 count discarded [-Wbackend-plugin]
warning: cpbc_util.C: function control flow change detected (hash mismatch) racqq_point_ Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: cpbc_util.C: function control flow change detected (hash mismatch) rkhat_point_ Hash = 784007059655560962 up to 0 count discarded [-Wbackend-plugin]
warning: cpbc_util.C: function control flow change detected (hash mismatch) rtheta_point_ Hash = 784007059655560962 up to 0 count discarded [-Wbackend-plugin]
warning: cpbc_util.C: function control flow change detected (hash mismatch) rgam_point_ Hash = 784007059655560962 up to 0 count discarded [-Wbackend-plugin]
warning: cpbc_util.C: function control flow change detected (hash mismatch) ra_point_ Hash = 784007059655560962 up to 0 count discarded [-Wbackend-plugin]
Parallel.C:3534:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
3534 | if (length = data_packer(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Parallel.C:3534:18: note: place parentheses around the assignment to silence this warning
3534 | if (length = data_packer(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry))
| ^
| ( )
Parallel.C:3534:18: note: use '==' to turn this assignment into an equality comparison
3534 | if (length = data_packer(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry))
| ^
| ==
warning: Parallel_bam.C: function control flow change detected (hash mismatch) _ZN8Parallel15OutBdLow2Hi_bamEP6MyListI5PatchES3_PS0_I3varES6_i Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
Parallel.C:3548:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
3548 | if (length = data_packer(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry)warning: )Parallel_bam.C: function control flow change detected (hash mismatch) _ZN8Parallel27Constr_pointstr_OutBdLow2HiEP6MyListI5PatchES3_RPS0_INS_13pointstru_bamEE Hash = 294272095567927600 up to 0 count discarded [-Wbackend-plugin]
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Parallel.C:3548:18: note: place parentheses around the assignment to silence this warning
3548 | if (length = data_packer(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry))
| ^ warning:
Parallel_bam.C: function control flow change detected (hash mismatch) _ZN8Parallel13intertransferERP6MyListINS_13pointstru_bamEEPS0_I3varES7_i Hash = 695364115884359554 up to 0 count discarded [-Wbackend-plugin]
| ( )
Parallel.C:3548:18: note: use '==' to turn this assignment into an equality comparison
3548 | if (length = data_packerwarning: (0Parallel_bam.C: function control flow change detected (hash mismatch) _ZN8Parallel18destroypsuList_bamEP6MyListINS_13pointstru_bamEE Hash = 798733565090940266 up to 0 count discarded [-Wbackend-plugin],
src[myrank], dst[myrank], node, Pwarning: AParallel_bam.C: function control flow change detected (hash mismatch) _ZN8Parallel12Restrict_bamEP6MyListI5PatchES3_PS0_I3varES6_i Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]C
K, VarList1, VarList2, Symmetry))
| ^
| ==
Parallel.C:3560:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
3560 | if (length = data_packer(0, src[node], dst[node], node, UNPACK, VarList1, VarList2, Symmetry))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Parallel.C:3560:18: note: place parentheses around the assignment to silence this warning
3560 | warning: Parallel_bam.C: function control flow change detected (hash mismatch) _ZN8Parallel24Constr_pointstr_RestrictEP6MyListI5PatchES3_RPS0_INS_13pointstru_bamEE Hash = 1039402045663299206 up to 0 count discarded [-Wbackend-plugin]
if (length = data_packer(0, src[node], dst[node], nwarning: oParallel_bam.C: function control flow change detected (hash mismatch) _ZN8Parallel15OutBdLow2Hi_bamEP6MyListI5PatchES3_PS0_I3varES6_PS0_INS_13pointstru_bamEEi Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]de
, UNPACK, VarList1, VarList2, Symmetwarning: rParallel_bam.C: function control flow change detected (hash mismatch) _ZN8Parallel12Restrict_bamEP6MyListI5PatchES3_PS0_I3varES6_PS0_INS_13pointstru_bamEEi Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]y
))
| ^
| ( )
Parallel.C:3560:18: note: use '==' to turn this assignment into an equality comparison
3560 | if (length = data_packer(0, src[node], dst[node], node, UNPACK, VarList1, VarList2, Symmetry))
| ^
| ==
Parallel.C:3619:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
3619 | if (length = data_packermix(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Parallel.C:3619:18: note: place parentheses around the assignment to silence this warning
3619 | if (length = data_packermix(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry))
| ^
| ( )
Parallel.C:3619:18: note: use '==' to turn this assignment into an equality comparison
3619 | if (length = data_packermix(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry))
| ^
| ==
Parallel.C:3633:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
3633 | if (length = data_packermix(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Parallel.C:3633:18: note: place parentheses around the assignment to silence this warning
3633 | if (length = data_packermix(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry))
| ^
| ( )
Parallel.C:3633:18: note: use '==' to turn this assignment into an equality comparison
3633 | if (length = data_packermix(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry))
| ^
| ==
Parallel.C:3645:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
3645 | if (length = data_packermix(0, src[node], dst[node], node, UNPACK, VarList1, VarList2, Symmetry))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Parallel.C:3645:18: note: place parentheses around the assignment to silence this warning
3645 | if (length = data_packermix(0, src[node], dst[node], node, UNPACK, VarList1, VarList2, Symmetry))
| ^
| ( )
Parallel.C:3645:18: note: use '==' to turn this assignment into an equality comparison
3645 | if (length = data_packermix(0, src[node], dst[node], node, UNPACK, VarList1, VarList2, Symmetry))
| ^
| ==
ShellPatch.C:2573:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2573 | if (length = interdata_packer(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ShellPatch.C:2573:18: note: place parentheses around the assignment to silence this warning
2573 | if (length = interdata_packer(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry))
| ^
| ( )
ShellPatch.C:2573:18: note: use '==' to turn this assignment into an equality comparison
2573 | if (length = interdata_packer(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry))
| ^
| ==
ShellPatch.C:2587:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2587 | if (length = interdata_packer(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ShellPatch.C:2587:18: note: place parentheses around the assignment to silence this warning
2587 | if (length = interdata_packer(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry))
| ^
| ( )
ShellPatch.C:2587:18: note: use '==' to turn this assignment into an equality comparison
2587 | if (length = interdata_packer(0, src[myrank], dst[myrank], node, PACK, VarList1, VarList2, Symmetry))
| ^
| ==
8 warnings generated.
ShellPatch.C:2599:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2599 | if (length = interdata_packer(0, src[node], dst[node], node, UNPACK, VarList1, VarList2, Symmetry))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ShellPatch.C:2599:18: note: place parentheses around the assignment to silence this warning
2599 | if (length = interdata_packer(0, src[node], dst[node], node, UNPACK, VarList1, VarList2, Symmetry))
| ^
| ( )
ShellPatch.C:2599:18: note: use '==' to turn this assignment into an equality comparison
2599 | if (length = interdata_packer(0, src[node], dst[node], node, UNPACK, VarList1, VarList2, Symmetry))
| ^
| ==
warning: NullShellPatch2_Evo.C: function control flow change detected (hash mismatch) _ZN15NullShellPatch218Setup_Initial_DataEbd Hash = 391331301672574474 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch2_Evo.C: function control flow change detected (hash mismatch) _ZN15NullShellPatch24StepEddP7monitor Hash = 278041623759121876 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch2_Evo.C: function control flow change detected (hash mismatch) _ZN15NullShellPatch213Null_BoundaryEd Hash = 287486628977177511 up to 0 count discarded [-Wbackend-plugin]
bssn_class.C:1897:24: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
1897 | Ansorg read_ansorg("Ansorg.psid", order);
| ^
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c bssnEScalar_rhs.f90 -o bssnEScalar_rhs.o
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c bssn_constraint.f90 -o bssn_constraint.o
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c ricci_gamma.f90 -o ricci_gamma.o
warning: MPatch.C: function control flow change detected (hash mismatch) _ZN5PatchC2EiPiPdibi Hash = 528554515851101789 up to 47 count discarded [-Wbackend-plugin]
warning: MPatch.C: function control flow change detected (hash mismatch) _ZN5PatchD2Ev Hash = 742261418966908927 up to 4 count discarded [-Wbackend-plugin]
warning: MPatch.C: function control flow change detected (hash mismatch) _ZN5Patch10checkPatchEb Hash = 744641000276830983 up to 68 count discarded [-Wbackend-plugin]
warning: MPatch.C: function control flow change detected (hash mismatch) _ZN5Patch5getdXEi Hash = 784007059655560962 up to 198261 count discarded [-Wbackend-plugin]
warning: MPatch.C: function control flow change detected (hash mismatch) _ZN5Patch10checkPatchEbi Hash = 744641000276830983 up to 0 count discarded [-Wbackend-plugin]
warning: MPatch.C: function control flow change detected (hash mismatch) _ZN5Patch13Interp_PointsEP6MyListI3varEiPPdS4_i Hash = 166520528394323560 up to 2462076 count discarded [-Wbackend-plugin]
warning: MPatch.C: function control flow change detected (hash mismatch) _ZN5Patch16Interp_ONE_PointEP6MyListI3varEPdS4_i Hash = 723735280363909194 up to 590065 count discarded [-Wbackend-plugin]
warning: MPatch.C: function control flow change detected (hash mismatch) _ZN5Patch16Interp_ONE_PointEP6MyListI3varEPdS4_ii Hash = 723735280363909194 up to 0 count discarded [-Wbackend-plugin]
warning: MPatch.C: function control flow change detected (hash mismatch) _ZN5Patch10Find_PointEPd Hash = 287486626746647864 up to 0 count discarded [-Wbackend-plugin]
warning: /tmp/ifx0267515876LhVGRA/ifx0ki3CJ.i90: function control flow change detected (hash mismatch) get_ansorg_nbhs_ss_ Hash = 1097351307518475861 up to 0 count discarded
warning: /tmp/ifx0267515876LhVGRA/ifx0ki3CJ.i90: function control flow change detected (hash mismatch) get_initial_nbhs_ss_ Hash = 90478249665731196 up to 0 count discarded
warning: /tmp/ifx0267515876LhVGRA/ifx0ki3CJ.i90: function control flow change detected (hash mismatch) get_ansorg_nbhs_ss_escalar_ Hash = 422241233536220757 up to 0 count discarded
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c fadmquantites_bssn.f90 -o fadmquantites_bssn.o
warning: monitor.C: function control flow change detected (hash mismatch) _ZN7monitorC2EPKciiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE Hash = 45209324971588938 up to 0 count discarded [-Wbackend-plugin]
warning: monitor.C: function control flow change detected (hash mismatch) _ZN7monitorD2Ev Hash = 287486626142763414 up to 10 count discarded [-Wbackend-plugin]
warning: monitor.C: function control flow change detected (hash mismatch) _ZN7monitor9writefileEdiPd Hash = 1124680650489911425 up to 372 count discarded [-Wbackend-plugin]
warning: monitor.C: function control flow change detected (hash mismatch) _ZN7monitor9writefileEdiPdS0_ Hash = 1124680650489911425 up to 276 count discarded [-Wbackend-plugin]
warning: monitor.C: function control flow change detected (hash mismatch) _ZN7monitor13print_messageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE Hash = 784007056844089447 up to 2 count discarded [-Wbackend-plugin]
15 warnings generated.
warning: scalar_class.C: function control flow change detected (hash mismatch) _ZN12scalar_classD2Ev Hash = 534572324306376685 up to 0 count discarded [-Wbackend-plugin]
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c Z4c_rhs.f90 -o Z4c_rhs.o
warning: scalar_class.C: function control flow change detected (hash mismatch) _ZN12scalar_class15RestrictProlongEiib Hash = 303685790246159533 up to 0 count discarded [-Wbackend-plugin]
warning: scalar_class.C: function control flow change detected (hash mismatch) _ZN12scalar_class15ProlongRestrictEiib Hash = 141929909944024184 up to 0 count discarded [-Wbackend-plugin]
8 warnings generated.
warning: Z4c_class.C: function control flow change detected (hash mismatch) _ZN9Z4c_class10InitializeEv Hash = 87278117002608226 up to 0 count discarded [-Wbackend-plugin]
warning: Z4c_class.C: function control flow change detected (hash mismatch) _ZN9Z4c_class18Compute_ConstraintEv Hash = 93478049647060512 up to 0 count discarded [-Wbackend-plugin]
warning: Z4c_class.C: function control flow change detected (hash mismatch) _ZN9Z4c_classC2EdddddddiiPcdddiiidd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: Z4c_class.C: function control flow change detected (hash mismatch) _ZN9Z4c_classD2Ev Hash = 391331300192565759 up to 0 count discarded [-Wbackend-plugin]
warning: Z4c_class.C: function control flow change detected (hash mismatch) _ZN9Z4c_class12Check_extropEv Hash = 974670607699149424 up to 0 count discarded [-Wbackend-plugin]
warning: cgh.C: function control flow change detected (hash mismatch) _ZN3cghC2EiiiPciP7monitor Hash = 238984482325208889 up to 6 count discarded [-Wbackend-plugin]
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c Z4c_rhs_ss.f90 -o Z4c_rhs_ss.o
warning: cgh.C: function control flow change detected (hash mismatch) _ZN3cgh9read_bboxEiPc Hash = 601944163056115959 up to 747 count discarded [-Wbackend-plugin]
warning: cgh.C: function control flow change detected (hash mismatch) _ZN3cgh11compose_cghEi Hash = 536873291336558756 up to 5 count discarded [-Wbackend-plugin]
warning: cgh.C: function control flow change detected (hash mismatch) _ZN3cgh14checkPatchListEP6MyListI5PatchEb Hash = 146835646621254984 up to 8 count discarded [-Wbackend-plugin]
warning: cgh.C: function control flow change detected (hash mismatch) _ZN3cgh13recompose_cghEiPbP6MyListI3varES4_S4_S4_ib Hash = 1124680650144255556 up to 0 count discarded [-Wbackend-plugin]
warning: cgh.C: function control flow change detected (hash mismatch) _ZN3cgh16Interp_One_PointEP6MyListI3varEPdS4_i Hash = 798733567756501097 up to 57890 count discarded [-Wbackend-plugin]
warning: checkpoint.C: function control flow change detected (hash mismatch) _ZN10checkpointC2EbPKci Hash = 1015983870185630505 up to 3 count discarded [-Wbackend-plugin]
warning: cgh.C: function control flow change detected (hash mismatch) _ZN3cgh15Regrid_OnelevelEiiiPPdS1_P6MyListI3varES5_S5_S5_bP7monitor Hash = 725596891569519006 up to 458 count discarded [-Wbackend-plugin]
warning: cgh.C: function control flow change detected (hash mismatch) _ZN3cgh22recompose_cgh_OnelevelEiiP6MyListI3varES3_S3_S3_ib Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: cgh.C: function control flow change detected (hash mismatch) _ZN3cgh8settrflsEi Hash = 742261418966908927 up to 1 count discarded [-Wbackend-plugin]
warning: checkpoint.C: function control flow change detected (hash mismatch) _ZN10checkpointD2Ev Hash = 287486626372768312 up to 2 count discarded [-Wbackend-plugin]
warning: checkpoint.C: function control flow change detected (hash mismatch) _ZN10checkpoint11addvariableEP3var Hash = 567185241542420539 up to 0 count discarded [-Wbackend-plugin]
warning: checkpoint.C: function control flow change detected (hash mismatch) _ZN10checkpoint15addvariablelistEP6MyListI3varE Hash = 287486626106543993 up to 97 count discarded [-Wbackend-plugin]
warning: checkpoint.C: function control flow change detected (hash mismatch) _ZN10checkpoint13readcheck_cghERdP3cghiii Hash = 848173453699204780 up to 0 count discarded [-Wbackend-plugin]
warning: checkpoint.C: function control flow change detected (hash mismatch) _ZN10checkpoint12readcheck_shEP10ShellPatchi Hash = 1068891785257985041 up to 0 count discarded [-Wbackend-plugin]
warning: checkpoint.C: function control flow change detected (hash mismatch) _ZN10checkpoint25write_Black_Hole_positionEiiPPdS1_S0_ Hash = 596847748507284668 up to 4 count discarded [-Wbackend-plugin]
warning: checkpoint.C: function control flow change detected (hash mismatch) _ZN10checkpoint24read_Black_Hole_positionERiS0_RPPdRS1_S4_S4_S3_S3_S3_S3_ Hash = 363796360241616412 up to 0 count discarded [-Wbackend-plugin]
warning: checkpoint.C: function control flow change detected (hash mismatch) _ZN10checkpoint10write_bssnEddd Hash = 701607647321965454 up to 2 count discarded [-Wbackend-plugin]
warning: checkpoint.C: function control flow change detected (hash mismatch) _ZN10checkpoint9read_bssnERdS0_S0_ Hash = 596847749058134515 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch2.C: function control flow change detected (hash mismatch) _ZN15NullShellPatch2C2EPidddii Hash = 49175180288572952 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch2.C: function control flow change detected (hash mismatch) _ZN15NullShellPatch214destroypsuListEP6MyListINS_9pointstruEE Hash = 1096621590288047479 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch2.C: function control flow change detected (hash mismatch) _ZN15NullShellPatch210compose_shEi Hash = 540387574940408423 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch2.C: function control flow change detected (hash mismatch) _ZN15NullShellPatch28Dump_xyzEPcdd Hash = 974670607716428974 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch2.C: function control flow change detected (hash mismatch) _ZN15NullShellPatch216setupintintstuffEiP6MyListI5PatchEi Hash = 648642104130775955 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch2.C: function control flow change detected (hash mismatch) _ZN15NullShellPatch216prolongpointstruERP6MyListINS_9pointstruEEbiPS0_I8ss_patchEPdPS0_I5PatchES8_dddiii Hash = 10224748454108024 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch2.C: function control flow change detected (hash mismatch) _ZN15NullShellPatch219prolongpointstru_ssERP6MyListINS_9pointstruEEiPS0_I8ss_patchEPdPS0_I5PatchES8_dddiii Hash = 636369829590888582 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch2.C: function control flow change detected (hash mismatch) _ZN15NullShellPatch216getdumydimensionEii Hash = 640704450559206101 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch2.C: function control flow change detected (hash mismatch) _ZN15NullShellPatch29get_JacobEPdiiPA2_d Hash = 896858936247993073 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch2.C: function control flow change detected (hash mismatch) _ZN15NullShellPatch25SynchEP6MyListI3varEiPPds Hash = 536873291903664613 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch2.C: function control flow change detected (hash mismatch) _ZN15NullShellPatch213intertransferEPP6MyListINS_9pointstruEES4_PS0_I3varES7_iPPds Hash = 695364115884359554 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch2.C: function control flow change detected (hash mismatch) _ZN15NullShellPatch216interdata_packerEPdP6MyListINS_9pointstruEES4_iiPS1_I3varES7_iPS0_s Hash = 784007056844089447 up to 0 count discarded [-Wbackend-plugin]
10 warnings generated.
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c point_diff_new_sh.f90 -o point_diff_new_sh.o
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c cpbc.f90 -o cpbc.o
warning: surface_integral.C: function control flow change detected (hash mismatch) _ZN16surface_integralC2Ei Hash = 487902585405641945 up to 2471 count discarded [-Wbackend-plugin]
warning: surface_integral.C: function control flow change detected (hash mismatch) _ZN16surface_integralD2Ev Hash = 391331300192565759 up to 1 count discarded [-Wbackend-plugin]
warning: bssnEM_class.C: function control flow change detected (hash mismatch) _ZN12bssnEM_class10InitializeEv Hash = 214747051569856853 up to 0 count discarded [-Wbackend-plugin]
warning: surface_integral.C: function control flow change detected (hash mismatch) _ZN16surface_integral9surf_WaveEdiP3cghP3varS3_iiiPdS4_P7monitor Hash = 129144661013264754 up to 4203072 count discarded [-Wbackend-plugin]
warning: surface_integral.C: function control flow change detected (hash mismatch) _ZN16surface_integral9surf_WaveEdiP3cghP3varS3_iiiPdS4_P7monitori Hash = 129144661013264754 up to 0 count discarded [-Wbackend-plugin]
warning: surface_integral.C: function control flow change detected (hash mismatch) _ZN16surface_integral9surf_WaveEdiP10ShellPatchP3varS3_iiiPdS4_P7monitor Hash = 810422309853555460 up to 0 count discarded [-Wbackend-plugin]
warning: surface_integral.C: function control flow change detected (hash mismatch) _ZN16surface_integral9surf_WaveEdiP10ShellPatchP3varS3_S3_S3_S3_S3_S3_S3_S3_S3_S3_S3_S3_iiiPdS4_P7monitor Hash = 490017705488043542 up to 0 count discarded [-Wbackend-plugin]
warning: bssnEM_class.C: function control flow change detected (hash mismatch) _ZN12bssnEM_class11Read_AnsorgEv Hash = 23112279596851781 up to 0 count discarded [-Wbackend-plugin]
warning: surface_integral.C: function control flow change detected (hash mismatch) _ZN16surface_integral9surf_WaveEdiP15NullShellPatch2P3varS3_iiiPdS4_P7monitor Hash = 810422309853555460 up to 0 count discarded [-Wbackend-plugin]
warning: bssnEM_class.C: function control flow change detected (hash mismatch) _ZN12bssnEM_class4StepEii Hash = 719412523135713361 up to 0 count discarded [-Wbackend-plugin]
warning: surface_integral.C: function control flow change detected (hash mismatch) _ZN16surface_integral9surf_WaveEdiP14NullShellPatchP3varS3_iiiPdS4_P7monitor Hash = 810422309853555460 up to 0 count discarded [-Wbackend-plugin]
warning: bssnEScalar_class.C: function control flow change detected (hash mismatch) _ZN17bssnEScalar_class10InitializeEv Hash = 73553759155767524 up to 0 count discarded [-Wbackend-plugin]
warning: surface_integral.C: function control flow change detected (hash mismatch) _ZN16surface_integral13surf_MassPAngEdiP3cghP3varS3_S3_S3_S3_S3_S3_S3_S3_S3_S3_S3_S3_S3_S3_S3_S3_S3_S3_S3_PdP7monitor Hash = 182677336008988271 up to 110700 count discarded [-Wbackend-plugin]
warning: bssnEM_class.C: function control flow change detected (hash mismatch) _ZN12bssnEM_classD2Ev Hash = 119627215846109865 up to 0 count discarded [-Wbackend-plugin]
warning: surface_integral.C: function control flow change detected (hash mismatch) _ZN16surface_integral13surf_MassPAngEdiP3cghP3varS3_S3_S3_S3_S3_S3_S3_S3_S3_S3_S3_S3_S3_S3_S3_S3_S3_S3_S3_PdP7monitori Hash = 182677336008988271 up to 0 count discarded [-Wbackend-plugin]
warning: bssnEM_class.C: function control flow change detected (hash mismatch) _ZN12bssnEM_class12Compute_Phi2Ei Hash = 393568429296192847 up to 0 count discarded [-Wbackend-plugin]
warning: bssnEM_class.C: function control flow change detected (hash mismatch) _ZN12bssnEM_class17Interp_ConstraintEv Hash = 688056645333965679 up to 0 count discarded [-Wbackend-plugin]
warning: bssnEScalar_class.C: function control flow change detected (hash mismatch) _ZN17bssnEScalar_class10Read_PabloEv Hash = 531869293924814604 up to 0 count discarded [-Wbackend-plugin]
warning: bssnEScalar_class.C: function control flow change detected (hash mismatch) _ZN17bssnEScalar_class12Compute_Psi4Ei Hash = 599005161283654433 up to 0 count discarded [-Wbackend-plugin]
warning: bssnEScalar_class.C: function control flow change detected (hash mismatch) _ZN17bssnEScalar_classC2EdddddddiiPcdddiiidd Hash = 574663149856936170 up to 0 count discarded [-Wbackend-plugin]
warning: bssnEScalar_class.C: function control flow change detected (hash mismatch) _ZN17bssnEScalar_classD2Ev Hash = 981446175230613096 up to 0 count discarded [-Wbackend-plugin]
warning: bssnEScalar_class.C: function control flow change detected (hash mismatch) _ZN17bssnEScalar_class17Interp_ConstraintEv Hash = 426301857081230238 up to 0 count discarded [-Wbackend-plugin]
warning: bssnEScalar_class.C: function control flow change detected (hash mismatch) set_escalar_parameter_ Hash = 35150915453947437 up to 0 count discarded [-Wbackend-plugin]
warning: bssnEScalar_class.C: function control flow change detected (hash mismatch) seta2_ Hash = 303685787438627894 up to 0 count discarded [-Wbackend-plugin]
warning: bssnEScalar_class.C: function control flow change detected (hash mismatch) setphi0_ Hash = 303685787438627894 up to 0 count discarded [-Wbackend-plugin]
13 warnings generated.
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c getnp4old.f90 -o getnp4old.o
10 warnings generated.
warning: NullShellPatch.C: function control flow change detected (hash mismatch) _ZN14NullShellPatchC2EPidddii Hash = 60541486907416117 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch.C: function control flow change detected (hash mismatch) _ZN14NullShellPatchD2Ev Hash = 181074138667405001 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch.C: function control flow change detected (hash mismatch) _ZN14NullShellPatch14destroypsuListEP6MyListINS_9pointstruEE Hash = 1096621590288047479 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch.C: function control flow change detected (hash mismatch) _ZN14NullShellPatch10compose_shEi Hash = 540387574940408423 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch.C: function control flow change detected (hash mismatch) _ZN14NullShellPatch16getdumydimensionEii Hash = 640704450559206101 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch.C: function control flow change detected (hash mismatch) _ZN14NullShellPatch10Setup_dyadEv Hash = 287486628977177511 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch.C: function control flow change detected (hash mismatch) _ZN14NullShellPatch18Setup_Initial_DataEbd Hash = 927205940693599697 up to 0 count discarded [-Wbackend-plugin]
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c NullEvol.f90 -o NullEvol.o
warning: NullShellPatch.C: function control flow change detected (hash mismatch) _ZN14NullShellPatch5SynchEP6MyListI3varEiPi Hash = 536873291903664613 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch.C: function control flow change detected (hash mismatch) _ZN14NullShellPatch10eth_derivsEP3varS1_S1_S1_ii Hash = 599005161283654433 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch.C: function control flow change detected (hash mismatch) _ZN14NullShellPatch11eth_dderivsEP3varS1_S1_S1_iii Hash = 599005161283654433 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch.C: function control flow change detected (hash mismatch) _ZN14NullShellPatch19prolongpointstru_ssERP6MyListINS_9pointstruEEiPS0_I8ss_patchEPdPS0_I5PatchES8_dddii Hash = 280681506211350766 up to 0 count discarded [-Wbackend-plugin]
8 warnings generated.
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c initial_null.f90 -o initial_null.o
warning: NullShellPatch.C: function control flow change detected (hash mismatch) _ZN14NullShellPatch16setupintintstuffEiP6MyListI5PatchEi Hash = 682807943234223427 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch.C: function control flow change detected (hash mismatch) _ZN14NullShellPatch8Dump_xyzEPcdd Hash = 974670607716428974 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch.C: function control flow change detected (hash mismatch) _ZN14NullShellPatch13intertransferEPP6MyListINS_9pointstruEES4_PS0_I3varES7_iPi Hash = 695364115884359554 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch.C: function control flow change detected (hash mismatch) _ZN14NullShellPatch17check_pointstrul2EP6MyListINS_9pointstruEEi Hash = 1094249770921502985 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch.C: function control flow change detected (hash mismatch) _ZN14NullShellPatch4StepEddP7monitor Hash = 292873009525351253 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch.C: function control flow change detected (hash mismatch) _ZN14NullShellPatch10HyperSliceEddP7monitori Hash = 483927416949320367 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch.C: function control flow change detected (hash mismatch) _ZN14NullShellPatch12Compute_NewsEddb Hash = 599005161283654433 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch.C: function control flow change detected (hash mismatch) _ZN14NullShellPatch13Null_BoundaryEd Hash = 790715553052992458 up to 0 count discarded [-Wbackend-plugin]
warning: NullShellPatch.C: function control flow change detected (hash mismatch) _ZN14NullShellPatch10Check_NewsEddb Hash = 890259285655290287 up to 0 count discarded [-Wbackend-plugin]
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c initial_maxwell.f90 -o initial_maxwell.o
15 warnings generated.
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c getnpem2.f90 -o getnpem2.o
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN8xp_patch14setupcordtransEv Hash = 844982797055689377 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN8xm_patch14setupcordtransEv Hash = 844982797055689377 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN8yp_patch14setupcordtransEv Hash = 844982797055689377 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN8ym_patch14setupcordtransEv Hash = 844982797055689377 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN8zp_patch14setupcordtransEv Hash = 844982797055689377 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN8zm_patch14setupcordtransEv Hash = 844982797055689377 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN8ss_patchC2EiiPiPdi Hash = 146835646621254984 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN8ss_patchD2Ev Hash = 414921811151040343 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN8ss_patch14build_bulk_gslEP5Block Hash = 109769660902769992 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN8ss_patch16build_owned_gsl0Ei Hash = 198238756763917512 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN10ShellPatch4getREd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN10ShellPatchD2Ev Hash = 426301856719996546 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN10ShellPatch14destroypsuListEP6MyListINS_9pointstruEE Hash = 1096621590288047479 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN10ShellPatch5getsrEd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN10ShellPatch11compose_shrEii Hash = 876966890181231009 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN10ShellPatch16getdumydimensionEii Hash = 640704450559206101 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN10ShellPatch16prolongpointstruERP6MyListINS_9pointstruEEPS0_I8ss_patchEPdPS0_I5PatchES8_S3_ Hash = 289922722953746878 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN10ShellPatch14setupcordtransEv Hash = 728453322402006344 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN10ShellPatch8Dump_xyzEPcdd Hash = 538245364141786772 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN10ShellPatch13intertransferEPP6MyListINS_9pointstruEES4_PS0_I3varES7_i Hash = 695364115884359554 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN10ShellPatch16interdata_packerEPdP6MyListINS_9pointstruEES4_iiPS1_I3varES7_i Hash = 427972614181128378 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN10ShellPatch5SynchEP6MyListI3varEi Hash = 146835646621254984 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN10ShellPatch8CS_InterEP6MyListI3varEi Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN10ShellPatch17check_pointstrul2EP6MyListINS_9pointstruEEi Hash = 1094249770921502985 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN10ShellPatch16Interp_One_PointEP6MyListI3varEPdS4_i Hash = 885865420173370124 up to 0 count discarded [-Wbackend-plugin]
warning: ShellPatch.C: function control flow change detected (hash mismatch) _ZN10ShellPatch12Find_MaximumEP6MyListI3varEPdS4_ Hash = 1148408415936414038 up to 0 count discarded [-Wbackend-plugin]
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c empart.f90 -o empart.o
5 warnings generated.
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c NullNews.f90 -o NullNews.o
11 warnings generated.
14 warnings generated.
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c fourdcurvature.f90 -o fourdcurvature.o
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c bssn2adm.f90 -o bssn2adm.o
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c adm_constraint.f90 -o adm_constraint.o
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel10partition1ERiiiii Hash = 702941992757231615 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel10partition2EPiiS0_iS0_ Hash = 118392871062477609 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel10distributeEP6MyListI5PatchEiiibi Hash = 621660306505617355 up to 127 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel11setfunctionEP6MyListI5BlockEP3varPFddddE Hash = 218421988772173106 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel13getarrayindexEiPiS0_i Hash = 37730074033257726 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel11setfunctionEiP6MyListI5BlockEP3varPFddddE Hash = 515008862228017663 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel16getarraylocationEiPiS0_ Hash = 146835646621254984 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel4copyEiPdS0_PiS0_S0_S0_S1_S0_S0_S0_ Hash = 57181827285591199 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel9writefileEdiiiddddddPcPd Hash = 197471693607333155 up to 156 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel9writefileEdiiddddPcPd Hash = 720618884682626634 up to 117208 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel9Dump_DataEP5PatchP6MyListI3varEPcddi Hash = 993811031048350079 up to 2220 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel9Dump_DataEP6MyListI5PatchEPS0_I3varEPcdd Hash = 146835646621254984 up to 24 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel11d2Dump_DataEP6MyListI5PatchEPS0_I3varEPcdd Hash = 146835646621254984 up to 16 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel13global_interpEiPiPPdS1_S1_iS1_i Hash = 668103927787364567 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel14Lagrangian_IntEdiPdS0_ Hash = 146835646621254984 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel12LagrangePolyEdiiPd Hash = 1124680650655923454 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel18build_complete_gslEP5Patch Hash = 694937218208207348 up to 2702 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel18build_complete_gslEP6MyListI5PatchE Hash = 1096621588942669672 up to 117 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel26build_complete_gsl_virtualEP6MyListI5PatchE Hash = 1096621587845996077 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel27build_complete_gsl_virtual2EP6MyListI5PatchE Hash = 1096621587845996077 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel14build_bulk_gslEP5BlockP5Patch Hash = 109769660902769992 up to 3080 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel7gsl_andEP6MyListINS_7gridsegEES3_ Hash = 694937220502529226 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel15build_ghost_gslEP6MyListI5PatchE Hash = 1096621588942669672 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel16build_owned_gsl0EP5Patchi Hash = 198238756763917512 up to 4312 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel16build_owned_gsl1EP5Patchi Hash = 198238756763917512 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel16build_owned_gsl2EP5Patchi Hash = 599005162831225463 up to 546 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel16build_owned_gsl3EP5Patchii Hash = 141929912224889885 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel16build_owned_gsl5EP5Patchi Hash = 599005162831225463 up to 4312 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel10build_gstlEP6MyListINS_7gridsegEES3_PS3_S4_ Hash = 920543276482180045 up to 10524 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel11data_packerEPdP6MyListINS_7gridsegEES4_iiPS1_I3varES7_i Hash = 191261017363840960 up to 104027 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel14data_packermixEPdP6MyListINS_7gridsegEES4_iiPS1_I3varES7_i Hash = 556260532263672508 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel8transferEPP6MyListINS_7gridsegEES4_PS0_I3varES7_i Hash = 695364115884359554 up to 3704 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel11transfermixEPP6MyListINS_7gridsegEES4_PS0_I3varES7_i Hash = 695364115884359554 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel16build_buffer_gslEP6MyListI5PatchE Hash = 694937217532901431 up to 1781 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel16build_PhysBD_gslEP5Patch Hash = 146835646621254984 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel10divide_gslEP6MyListINS_7gridsegEEP5Patch Hash = 567185241985179767 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel17build_PhysBD_gstlEP5PatchP6MyListINS_7gridsegEES5_PS5_S6_ Hash = 280681505913737405 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel6L2NormEP5PatchP3var Hash = 844982797055689377 up to 672 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel6L2NormEP5PatchP3vari Hash = 844982797055689377 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel9checkvarlEP6MyListI3varEb Hash = 798733567418684844 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel24prepare_inter_time_levelEP6MyListI5PatchEPS0_I3varES6_S6_i Hash = 146835646621254984 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel24prepare_inter_time_levelEP5PatchP6MyListI3varES5_S5_i Hash = 948827211396547386 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel24prepare_inter_time_levelEP6MyListI5PatchEPS0_I3varES6_S6_S6_i Hash = 146835646621254984 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel24prepare_inter_time_levelEP5PatchP6MyListI3varES5_S5_S5_i Hash = 948827211396547386 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel7ProlongEP5PatchS1_P6MyListI3varES5_i Hash = 854638108304782497 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel8RestrictEP6MyListI5PatchES3_PS0_I3varES6_i Hash = 1062511247553193844 up to 273 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel14Restrict_afterEP6MyListI5PatchES3_PS0_I3varES6_i Hash = 1062511247553193844 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel11OutBdLow2HiEP5PatchS1_P6MyListI3varES5_i Hash = 854638108304782497 up to 273 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel16build_buffer_gslEP5Patch Hash = 567185242208109378 up to 6828 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel11OutBdLow2HiEP6MyListI5PatchES3_PS0_I3varES6_i Hash = 1101761135548449548 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel14OutBdLow2HimixEP5PatchS1_P6MyListI3varES5_i Hash = 854638108304782497 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel14OutBdLow2HimixEP6MyListI5PatchES3_PS0_I3varES6_i Hash = 1101761135548449548 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel9merge_gslERP6MyListINS_7gridsegEEd Hash = 1085769283831119655 up to 14 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel7cut_gslERP6MyListINS_7gridsegEE Hash = 1085769283831119655 up to 4 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel6cut_gsEP6MyListINS_7gridsegEES3_RS3_ Hash = 650973719258623324 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel15fill_level_dataEP6MyListI5PatchES3_S3_PS0_I3varES6_S6_S6_ibb Hash = 376914490830040084 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel21PatList_Interp_PointsEP6MyListI5PatchEPS0_I3varEiPPdS7_i Hash = 701607647625234423 up to 528 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel14checkpatchlistEP6MyListI5PatchEb Hash = 146835646621254984 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel21PatList_Interp_PointsEP6MyListI5PatchEPS0_I3varEiPPdS7_ii Hash = 701607647625234423 up to 0 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel10aligncheckEPdS0_iS0_Pi Hash = 798733565191541665 up to 20 count discarded [-Wbackend-plugin]
warning: Parallel.C: function control flow change detected (hash mismatch) _ZN8Parallel15point_locat_gslEPdP6MyListINS_7gridsegEE Hash = 287486625612069530 up to 0 count discarded [-Wbackend-plugin]
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c adm_ricci_gamma.f90 -o adm_ricci_gamma.o
warning: bssn_class.C: function control flow change detected (hash mismatch) _ZN10bssn_class22Setup_Initial_Data_CaoEv Hash = 938654469943698617 up to 0 count discarded [-Wbackend-plugin]
warning: bssn_class.C: function control flow change detected (hash mismatch) _ZN10bssn_class25Setup_Initial_Data_LoustoEv Hash = 938654469943698617 up to 0 count discarded [-Wbackend-plugin]
warning: bssn_class.C: function control flow change detected (hash mismatch) _ZN10bssn_class10InitializeEv Hash = 728130255387190370 up to 5 count discarded [-Wbackend-plugin]
warning: bssn_class.C: function control flow change detected (hash mismatch) _ZN10bssn_class12Compute_Psi4Ei Hash = 599005164600389474 up to 30 count discarded [-Wbackend-plugin]
warning: bssn_class.C: function control flow change detected (hash mismatch) _ZN10bssn_class18Compute_ConstraintEv Hash = 414921811461219498 up to 24 count discarded [-Wbackend-plugin]
warning: bssn_class.C: function control flow change detected (hash mismatch) _ZN10bssn_classD2Ev Hash = 778528540073376717 up to 3 count discarded [-Wbackend-plugin]
warning: bssn_class.C: function control flow change detected (hash mismatch) _ZN10bssn_class16Setup_KerrSchildEv Hash = 331779890954126341 up to 0 count discarded [-Wbackend-plugin]
warning: bssn_class.C: function control flow change detected (hash mismatch) _ZN10bssn_class15read_Pablo_fileEPiPdPc Hash = 1070589993002329762 up to 0 count discarded [-Wbackend-plugin]
warning: bssn_class.C: function control flow change detected (hash mismatch) _ZN10bssn_class6EvolveEi Hash = 565996462633791510 up to 122 count discarded [-Wbackend-plugin]
warning: bssn_class.C: function control flow change detected (hash mismatch) _ZN10bssn_class13RecursiveStepEi Hash = 336077849080033217 up to 228 count discarded [-Wbackend-plugin]
warning: bssn_class.C: function control flow change detected (hash mismatch) _ZN10bssn_class17check_Stdin_AbortEv Hash = 285492488860493734 up to 187 count discarded [-Wbackend-plugin]
warning: bssn_class.C: function control flow change detected (hash mismatch) _ZN10bssn_class15RestrictProlongEiibP6MyListI3varES3_S3_ Hash = 303685790246159533 up to 168 count discarded [-Wbackend-plugin]
warning: bssn_class.C: function control flow change detected (hash mismatch) _ZN10bssn_class13AnalysisStuffEid Hash = 570918054010578006 up to 228 count discarded [-Wbackend-plugin]
warning: bssn_class.C: function control flow change detected (hash mismatch) _ZN10bssn_class19RestrictProlong_auxEiibP6MyListI3varES3_S3_ Hash = 950994589590687274 up to 0 count discarded [-Wbackend-plugin]
warning: bssn_class.C: function control flow change detected (hash mismatch) _ZN10bssn_class15ProlongRestrictEiib Hash = 141929909944024184 up to 0 count discarded [-Wbackend-plugin]
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c scalar_rhs.f90 -o scalar_rhs.o
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c initial_scalar.f90 -o initial_scalar.o
warning: /tmp/ifx0112231298ZKKk4c/ifxlU9Man.i90: function control flow change detected (hash mismatch) get_initial_nbhsem_ Hash = 494950993773923504 up to 0 count discarded
warning: /tmp/ifx0112231298ZKKk4c/ifxlU9Man.i90: function control flow change detected (hash mismatch) get_ansorg_nbhs_ss_em_ Hash = 300628824972270484 up to 0 count discarded
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c NullEvol2.f90 -o NullEvol2.o
warning: /tmp/ifx0718944385PMaUc3/ifx2BN0Tp.i90: function control flow change detected (hash mismatch) compute_rhs_scalar_ Hash = 630343210499543083 up to 0 count discarded
warning: /tmp/ifx0718944385PMaUc3/ifx2BN0Tp.i90: function control flow change detected (hash mismatch) compute_rhs_scalar_ss_ Hash = 630343210499543083 up to 0 count discarded
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c initial_null2.f90 -o initial_null2.o
warning: /tmp/ifx1486750446Xg8NKu/ifxJlBeUx.i90: function control flow change detected (hash mismatch) omega_rhs_ Hash = 863246620615007580 up to 0 count discarded
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c NullNews2.f90 -o NullNews2.o
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c tool_f.f90 -o tool_f.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c expansion.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o expansion.o
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c expansion_Jacobian.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o expansion_Jacobian.o
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c patch.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o patch.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c coords.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o coords.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c patch_info.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o patch_info.o
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c patch_interp.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o patch_interp.o
21 warnings generated.
12 warnings generated.
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c patch_system.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o patch_system.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c tgrid.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o tgrid.o
15 warnings generated.
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c fd_grid.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o fd_grid.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c ghost_zone.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o ghost_zone.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c array.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o array.o
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c round.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o round.o
19 warnings generated.
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c norm.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o norm.o
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c fuzzy.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o fuzzy.o
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
warning: /tmp/ifx1200963954AIDQro/ifxApj4iJ.i90: function control flow change detected (hash mismatch) nullevol_g01_ Hash = 420071104542297578 up to 0 count discarded
warning: /tmp/ifx1200963954AIDQro/ifxApj4iJ.i90: function control flow change detected (hash mismatch) nullevol_pg0a_ Hash = 754226705088762841 up to 0 count discarded
warning: /tmp/ifx1200963954AIDQro/ifxApj4iJ.i90: function control flow change detected (hash mismatch) nullevol_theta2_ Hash = 1152421326999953161 up to 0 count discarded
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c error_exit.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o error_exit.o
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c miscfp.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o miscfp.o
warning: error_exit.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect6jtutil10error_exitEiPKcz Hash = 1063705160746808702 up to 0 count discarded [-Wbackend-plugin]
1 warning generated.
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c linear_map.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o linear_map.o
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
In file included from patch.C:10:
In file included from ./util.h:7:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
In file included from coords.C:10:
In file included from ./util.h:7:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
In file included from patch_info.C:9:
In file included from ./util.h:7:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
coords.C:518:31: warning: | has lower precedence than ==; == will be evaluated first [-Wparentheses]
518 | else if (S == coords_set_mu | coords_set_nu)
| ~~~~~~~~~~~~~~~~~~~^
coords.C:518:31: note: place parentheses around the '==' expression to silence this warning
518 | else if (S == coords_set_mu | coords_set_nu)
| ^
| ( )
coords.C:518:31: note: place parentheses around the | expression to evaluate it first
518 | else if (S == coords_set_mu | coords_set_nu)
| ^
| ( )
coords.C:520:31: warning: | has lower precedence than ==; == will be evaluated first [-Wparentheses]
520 | else if (S == coords_set_mu | coords_set_phi)
| ~~~~~~~~~~~~~~~~~~~^
coords.C:520:31: note: place parentheses around the '==' expression to silence this warning
520 | else if (S == coords_set_mu | coords_set_phi)
| ^
| ( )
coords.C:520:31: note: place parentheses around the | expression to evaluate it first
520 | else if (S == coords_set_mu | coords_set_phi)
| ^
| ( )
coords.C:522:31: warning: | has lower precedence than ==; == will be evaluated first [-Wparentheses]
522 | else if (S == coords_set_nu | coords_set_phi)
| ~~~~~~~~~~~~~~~~~~~^
coords.C:522:31: note: place parentheses around the '==' expression to silence this warning
522 | else if (S == coords_set_nu | coords_set_phi)
| ^
| ( )
coords.C:522:31: note: place parentheses around the | expression to evaluate it first
522 | else if (S == coords_set_nu | coords_set_phi)
| ^
| ( )
coords.C:524:31: warning: | has lower precedence than ==; == will be evaluated first [-Wparentheses]
524 | else if (S == coords_set_mu | coords_set_nu | coords_set_phi)
| ~~~~~~~~~~~~~~~~~~~^
coords.C:524:31: note: place parentheses around the '==' expression to silence this warning
524 | else if (S == coords_set_mu | coords_set_nu | coords_set_phi)
| ^
| ( )
coords.C:524:31: note: place parentheses around the | expression to evaluate it first
524 | else if (S == coords_set_mu | coords_set_nu | coords_set_phi)
| ^
| ( )
coords.C:531:2: warning: non-void function does not return a value in all control paths [-Wreturn-type]
531 | }
| ^
In file included from array.C:8:
In file included from ./util.h:7:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
patch.C:216:2: warning: non-void function does not return a value in all control paths [-Wreturn-type]
216 | }
| ^
patch.C:403:2: warning: non-void function does not return a value in all control paths [-Wreturn-type]
403 | }
| ^
patch.C:444:2: warning: non-void function does not return a value in all control paths [-Wreturn-type]
444 | }
| ^
patch.C:485:2: warning: non-void function does not return a value in all control paths [-Wreturn-type]
485 | }
| ^
patch.C:645:2: warning: non-void function does not return a value in all control paths [-Wreturn-type]
645 | }
| ^
patch.C:749:2: warning: non-void function does not return a value in all control paths [-Wreturn-type]
749 | }
| ^
In file included from patch_interp.C:10:
In file included from ./util.h:7:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
In file included from patch_system.C:11:
In file included from ./util.h:7:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
In file included from tgrid.C:9:
In file included from ./util.h:7:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
In file included from round.C:4:
In file included from ./util.h:7:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
In file included from fd_grid.C:9:
In file included from ./util.h:7:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
warning: patch_info.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect10patch_info15grid_array_parsEiii Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: patch_info.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect10patch_info22verify_grid_spacing_okEi Hash = 1063705158695194055 up to 0 count discarded [-Wbackend-plugin]
warning: patch_info.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect10patch_info9grid_parsEii Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
In file included from ghost_zone.C:12:
In file included from ./util.h:7:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
4 warnings generated.
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords12fuzzy_EQ_angEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords13fuzzy_EQ_dangEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords17modulo_reduce_angEddd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords18modulo_reduce_dangEddd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords14xyz_of_r_mu_nuEdddRdS1_S1_ Hash = 844982796950093491 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords15xyz_of_r_mu_phiEdddRdS1_S1_ Hash = 844982796950093491 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords15xyz_of_r_nu_phiEdddRdS1_S1_ Hash = 844982796950093491 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords12phi_of_mu_nuEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords9phi_of_xyEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords12nu_of_mu_phiEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords8nu_of_xzEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords12mu_of_nu_phiEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords8mu_of_yzEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords8r_of_xyzEddd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords23partial_xyz_wrt_r_mu_nuEdddRdS1_S1_S1_S1_S1_S1_S1_S1_ Hash = 784007058953177093 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords24partial_xyz_wrt_r_mu_phiEdddRdS1_S1_S1_S1_S1_S1_S1_S1_ Hash = 784007058953177093 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords24partial_xyz_wrt_r_nu_phiEdddRdS1_S1_S1_S1_S1_S1_S1_S1_ Hash = 784007058953177093 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords16partial_mu_wrt_yEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords16partial_mu_wrt_zEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords16partial_nu_wrt_xEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords16partial_nu_wrt_zEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords17partial_phi_wrt_xEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords17partial_phi_wrt_yEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords18partial2_mu_wrt_yyEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords18partial2_mu_wrt_yzEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords18partial2_mu_wrt_zzEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords18partial2_nu_wrt_xxEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords18partial2_nu_wrt_xzEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords18partial2_nu_wrt_zzEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords19partial2_phi_wrt_xxEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords19partial2_phi_wrt_xyEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords19partial2_phi_wrt_yyEdd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords18xyz_of_r_theta_phiEdddRdS1_S1_ Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords18r_theta_phi_of_xyzEdddRdS1_S1_ Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords12theta_of_xyzEddd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords18theta_phi_of_mu_nuEddRdS1_ Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords19theta_phi_of_mu_phiEddRdS1_ Hash = 784007058953177093 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords19theta_phi_of_nu_phiEddRdS1_ Hash = 784007058953177093 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords18mu_nu_of_theta_phiEddRdS1_ Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords19mu_phi_of_theta_phiEddRdS1_ Hash = 784007058953177093 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords19nu_phi_of_theta_phiEddRdS1_ Hash = 784007058953177093 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords15xyzcos_of_mu_nuEddRdS1_S1_ Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords16xyzcos_of_mu_phiEddRdS1_S1_ Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: coords.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12local_coords16xyzcos_of_nu_phiEddRdS1_S1_ Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
patch_system.C:267:9: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
267 | if (&ith_patch(pn))
| ~~ ^~~~~~~~~~~~~
./patch_system.h:104:10: note: 'ith_patch' returns a reference
104 | patch &ith_patch(int pn)
| ^
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c cpm_map.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o cpm_map.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c BH_diagnostics.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o BH_diagnostics.o
patch_system.C:1247:2: warning: non-void function does not return a value in all control paths [-Wreturn-type]
1247 | }
| ^
patch_system.C:1275:2: warning: non-void function does not return a value in all control paths [-Wreturn-type]
1275 | }
| ^
patch_system.C:1296:2: warning: non-void function does not return a value in all control paths [-Wreturn-type]
1296 | }
| ^
patch_system.C:1343:2: warning: non-void function does not return a value in all control paths [-Wreturn-type]
1343 | }
| ^
patch_system.C:1389:2: warning: non-void function does not return a value in all control paths [-Wreturn-type]
1389 | }
| ^
patch_system.C:1743:2: warning: non-void function does not return a value in all control paths [-Wreturn-type]
1743 | }
| ^
warning: /tmp/ifx13963867501Wohtw/ifxIwG0YR.i90: function control flow change detected (hash mismatch) nullevol_theta_o_ Hash = 757950827657966872 up to 0 count discarded
warning: /tmp/ifx13963867501Wohtw/ifxIwG0YR.i90: function control flow change detected (hash mismatch) nullevol_beta_ Hash = 793714011029593627 up to 0 count discarded
warning: /tmp/ifx13963867501Wohtw/ifxIwG0YR.i90: function control flow change detected (hash mismatch) nullevol_q_ Hash = 989734343852674449 up to 0 count discarded
patch_system.C:2390:2: warning: non-void function does not return a value in all control paths [-Wreturn-type]
2390 | }
| ^
warning: /tmp/ifx13963867501Wohtw/ifxIwG0YR.i90: function control flow change detected (hash mismatch) nullevol_u_ Hash = 1122983528356652079 up to 0 count discarded
warning: /tmp/ifx13963867501Wohtw/ifxIwG0YR.i90: function control flow change detected (hash mismatch) nullevol_w_ Hash = 752093347216072226 up to 0 count discarded
warning: /tmp/ifx13963867501Wohtw/ifxIwG0YR.i90: function control flow change detected (hash mismatch) nullevol_theta_givenx_ Hash = 105445547957315232 up to 0 count discarded
warning: /tmp/ifx13963867501Wohtw/ifxIwG0YR.i90: function control flow change detected (hash mismatch) nullevol_theta_ Hash = 224062292772561956 up to 0 count discarded
warning: /tmp/ifx13963867501Wohtw/ifxIwG0YR.i90: function control flow change detected (hash mismatch) eq_theta_ Hash = 279128295229023486 up to 0 count discarded
warning: /tmp/ifx13963867501Wohtw/ifxIwG0YR.i90: function control flow change detected (hash mismatch) eq_theta_2_ Hash = 1014081209715110338 up to 0 count discarded
50 warnings generated.
icpxicpx: : warning: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c setup.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o setup.o
warning: tgrid.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect11grid_arraysC2ERKNS0_15grid_array_parsE Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: tgrid.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect11grid_arrays20setup_gridfn_storageERKNS0_11gridfn_parsES3_ Hash = 287486626502077702 up to 0 count discarded [-Wbackend-plugin]
warning: tgrid.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect11grid_arraysD2Ev Hash = 238984482353853237 up to 0 count discarded [-Wbackend-plugin]
warning: tgrid.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect4gridC2ERKNS_11grid_arrays15grid_array_parsERKNS0_9grid_parsE Hash = 1063705160368644653 up to 0 count discarded [-Wbackend-plugin]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
5 warnings generated.
34 warnings generated.
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c horizon_sequence.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o horizon_sequence.o
warning: fd_grid.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect7fd_grid8dx_coeffEi Hash = 567185238975230704 up to 0 count discarded [-Wbackend-plugin]
warning: fd_grid.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect7fd_grid9dxx_coeffEi Hash = 844982798635227226 up to 0 count discarded [-Wbackend-plugin]
warning: patch_interp.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect15lagrange_interpEddPdidS0_PiS0_i Hash = 403434653768051440 up to 0 count discarded [-Wbackend-plugin]
warning: patch_interp.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12patch_interpC2ERKNS_10patch_edgeEiiRKNS_6jtutil7array1dIiEES8_RKNS4_7array2dIdEEbbii Hash = 806629574488206776 up to 0 count discarded [-Wbackend-plugin]
warning: patch_interp.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12patch_interpD2Ev Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: patch_interp.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect12patch_interp11interpolateEiiRNS_6jtutil7array3dIdEERNS1_7array2dIiEES4_ Hash = 1055036166880758977 up to 0 count discarded [-Wbackend-plugin]
warning: patch_interp.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect12patch_interp35verify_Jacobian_sparsity_pattern_okEv Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: patch_interp.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect12patch_interp22molecule_minmax_ipar_mERiS1_ Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: patch_interp.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect12patch_interp13molecule_posnERNS_6jtutil7array2dIiEE Hash = 536873293233297668 up to 0 count discarded [-Wbackend-plugin]
warning: patch_interp.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect12patch_interp8JacobianERNS_6jtutil7array3dIdEE Hash = 146835646621254984 up to 0 count discarded [-Wbackend-plugin]
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c find_horizons.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o find_horizons.o
3 warnings generated.
In file included from norm.C:5:
In file included from ./util.h:7:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c initial_guess.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o initial_guess.o
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
warning: patch.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect5patchD2Ev Hash = 695685629360248005 up to 0 count discarded [-Wbackend-plugin]
warning: patch.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect5patchC2ERNS_12patch_systemEiPKcbciiiRKNS_11grid_arrays15grid_array_parsERKNS_4grid9grid_parsE Hash = 844982799195495034 up to 0 count discarded [-Wbackend-plugin]
warning: patch.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect7z_patchC2ERNS_12patch_systemEiPKcbRKNS_11grid_arrays15grid_array_parsERKNS_4grid9grid_parsE Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: patch.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect7x_patchC2ERNS_12patch_systemEiPKcbRKNS_11grid_arrays15grid_array_parsERKNS_4grid9grid_parsE Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: patch.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect7y_patchC2ERNS_12patch_systemEiPKcbRKNS_11grid_arrays15grid_array_parsERKNS_4grid9grid_parsE Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: patch.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect5patch16rho_sigma_metricEdddddddddddRdS1_S1_ Hash = 170957022131388415 up to 0 count discarded [-Wbackend-plugin]
warning: patch.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect5patch25decode_integration_methodEPKc Hash = 391331303889608031 up to 0 count discarded [-Wbackend-plugin]
warning: patch.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect5patch14rho_arc_lengthEiiiiiiiNS0_18integration_methodE Hash = 1029578616271701929 up to 0 count discarded [-Wbackend-plugin]
warning: patch.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect5patch17integration_coeffENS0_18integration_methodEii Hash = 485207478653553274 up to 0 count discarded [-Wbackend-plugin]
warning: patch.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect5patch16sigma_arc_lengthEiiiiiiiNS0_18integration_methodE Hash = 1029578616271701929 up to 0 count discarded [-Wbackend-plugin]
warning: patch.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect5patch16integrate_gridfnEiiiiiiiiNS0_18integration_methodE Hash = 86095773251535489 up to 0 count discarded [-Wbackend-plugin]
warning: patch.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect5patch18ghost_zone_on_edgeERKNS_10patch_edgeE Hash = 1124680651882813910 up to 0 count discarded [-Wbackend-plugin]
warning: patch.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect5patch34corner_ghost_zone_containing_pointEbbii Hash = 208392344378501223 up to 0 count discarded [-Wbackend-plugin]
warning: patch.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect5patch37ghost_zone_containing_noncorner_pointEii Hash = 4021464346153001 up to 0 count discarded [-Wbackend-plugin]
warning: patch.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect5patch33create_mirror_symmetry_ghost_zoneERKNS_10patch_edgeE Hash = 31819177257299457 up to 0 count discarded [-Wbackend-plugin]
warning: patch.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect5patch14set_ghost_zoneERKNS_10patch_edgeEPNS_10ghost_zoneE Hash = 871441886379807322 up to 0 count discarded [-Wbackend-plugin]
warning: patch.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect5patch35create_periodic_symmetry_ghost_zoneERKNS_10patch_edgeES3_b Hash = 669092623108392066 up to 0 count discarded [-Wbackend-plugin]
warning: patch.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect5patch28create_interpatch_ghost_zoneERKNS_10patch_edgeES3_i Hash = 31819177257299457 up to 0 count discarded [-Wbackend-plugin]
warning: patch.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect5patch22edge_adjacent_to_patchERKS0_i Hash = 564088935159704558 up to 0 count discarded [-Wbackend-plugin]
warning: patch.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect5patch34assert_all_ghost_zones_fully_setupEv Hash = 1123877648920005574 up to 0 count discarded [-Wbackend-plugin]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
29 warnings generated.
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c Newton.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o Newton.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c Jacobian.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o Jacobian.o
In file included from fuzzy.C:5:
In file included from ./util.h:7:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
1 warning generated.
ifx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -align array64byte -fpp -I/home/intel/oneapi/mkl/2025.3/include -c ilucg.f90 -o ilucg.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c IntPnts0.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o IntPnts0.o
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
1 warning generated.
warning: ghost_zone.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect21interpatch_ghost_zone11synchronizeEiibb Hash = 336752377109854575 up to 0 count discarded [-Wbackend-plugin]
warning: ghost_zone.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect21interpatch_ghost_zone16compute_JacobianEiibb Hash = 784007056844089447 up to 0 count discarded [-Wbackend-plugin]
warning: ghost_zone.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect21interpatch_ghost_zone8min_iparEi Hash = 1114177540341952517 up to 0 count discarded [-Wbackend-plugin]
warning: ghost_zone.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect21interpatch_ghost_zone8max_iparEi Hash = 1114177540341952517 up to 0 count discarded [-Wbackend-plugin]
warning: ghost_zone.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect21interpatch_ghost_zone18assert_fully_setupEv Hash = 1096621587626867316 up to 0 count discarded [-Wbackend-plugin]
warning: ghost_zone.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect10ghost_zone27cast_to_symmetry_ghost_zoneEv Hash = 784007058953177093 up to 0 count discarded [-Wbackend-plugin]
warning: ghost_zone.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect10ghost_zone27cast_to_symmetry_ghost_zoneEv Hash = 784007058953177093 up to 0 count discarded [-Wbackend-plugin]
warning: ghost_zone.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect10ghost_zone29cast_to_interpatch_ghost_zoneEv Hash = 784007058953177093 up to 0 count discarded [-Wbackend-plugin]
warning: ghost_zone.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect10ghost_zone29cast_to_interpatch_ghost_zoneEv Hash = 784007058953177093 up to 0 count discarded [-Wbackend-plugin]
warning: ghost_zone.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect19symmetry_ghost_zoneC2ERKNS_10patch_edgeE Hash = 534146033475629194 up to 0 count discarded [-Wbackend-plugin]
warning: ghost_zone.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect19symmetry_ghost_zoneC2ERKNS_10patch_edgeES3_iib Hash = 142629532235434442 up to 0 count discarded [-Wbackend-plugin]
warning: ghost_zone.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect19symmetry_ghost_zoneD2Ev Hash = 238984482353853237 up to 0 count discarded [-Wbackend-plugin]
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c IntPnts.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o IntPnts.o
warning: ghost_zone.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect21interpatch_ghost_zoneD2Ev Hash = 52047012303350654 up to 0 count discarded [-Wbackend-plugin]
warning: ghost_zone.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect21interpatch_ghost_zone12finish_setupEii Hash = 232107352082778344 up to 0 count discarded [-Wbackend-plugin]
9 warnings generated.
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12patch_system17N_patches_of_typeENS0_17patch_system_typeE Hash = 287486625368928756 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12patch_system12name_of_typeENS0_17patch_system_typeE Hash = 93478048191292031 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12patch_system30setup_ghost_zones__full_sphereEiiib Hash = 287486625963355033 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12patch_system36setup_ghost_zones__plus_z_hemisphereEiiib Hash = 287486625963355033 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12patch_system44setup_ghost_zones__plus_xy_quadrant_mirroredEiiib Hash = 287486625963355033 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12patch_system44setup_ghost_zones__plus_xy_quadrant_rotatingEiiib Hash = 287486625963355033 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12patch_system44setup_ghost_zones__plus_xz_quadrant_mirroredEiiib Hash = 287486625963355033 up to 0 count discarded [-Wbackend-plugin]
warning: /tmp/ifx1872783960u9PHUc/ifxkBW6tr.i90: function control flow change detected (hash mismatch) compute_rhs_empart_ Hash = 684354124982554779 up to 0 count discarded
warning: patch_system.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12patch_system44setup_ghost_zones__plus_xz_quadrant_rotatingEiiib Hash = 287486625963355033 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12patch_system43setup_ghost_zones__plus_xyz_octant_mirroredEiiib Hash = 287486625963355033 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12patch_system43setup_ghost_zones__plus_xyz_octant_rotatingEiiib Hash = 287486625963355033 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12patch_system29create_interpatch_ghost_zonesERNS_5patchES2_i Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12patch_system23finish_interpatch_setupERNS_5patchES2_iii Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect12patch_system34assert_all_ghost_zones_fully_setupEv Hash = 146835646621254984 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12patch_system36create_periodic_symmetry_ghost_zonesERKNS_10patch_edgeES3_b Hash = 1124680651770976904 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect12patch_system20patch_number_of_nameEPKc Hash = 1124680651971805156 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect12patch_system24patch_irho_isigma_of_gpnEiRiS1_ Hash = 456618550122026328 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect12patch_system32ghosted_patch_irho_isigma_of_gpnEiRiS1_ Hash = 456618550122026328 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12patch_system22set_gridfn_to_constantEdi Hash = 391331301917526286 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12patch_system11gridfn_copyEii Hash = 135188632628292230 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12patch_system21add_to_ghosted_gridfnEdi Hash = 391331301917526286 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect12patch_system11recenteringEddd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect12patch_system13circumferenceEPKciiiiiiiNS_5patch18integration_methodE Hash = 97331167120248620 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect12patch_system16integrate_gridfnEibbbiiiiiiiNS_5patch18integration_methodE Hash = 1139703302498410609 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect12patch_system29radius_in_local_xyz_directionEiddd Hash = 1062275562831705554 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect12patch_system20print_unknown_gridfnEbibbiPKcb Hash = 897643259275831380 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect12patch_system28compute_synchronize_JacobianEii Hash = 702816535544898923 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect12patch_system37synchronize_Jacobian_global_minmax_ymERiS1_ Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect12patch_system19ghost_zone_JacobianERKNS_10ghost_zoneEiiRiS4_S4_S4_RNS_6jtutil7array1dIdEE Hash = 903980577088701768 up to 0 count discarded [-Wbackend-plugin]
warning: patch_system.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect12patch_system13fold_JacobianERKNS_10patch_edgeES3_iiiiiiRNS_6jtutil7array1dIdEE Hash = 302986719958952711 up to 0 count discarded [-Wbackend-plugin]
warning: /tmp/ifx1872783960u9PHUc/ifxkBW6tr.i90: function control flow change detected (hash mismatch) compute_rhs_empart_ss_ Hash = 725780956755713756 up to 0 count discarded
1 warning generated.
In file included from linear_map.C:5:
In file included from ./util.h:7:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
1 warning generated.
27 warnings generated.
In file included from miscfp.C:7:
In file included from ./util.h:7:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
15 warnings generated.
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c misc.C -I/usr/include/ -I/home/intel/oneapi/mkl/2025.3/include -o misc.o
warning: miscfp.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect6jtutil6signumEd Hash = 702941992757231615 up to 0 count discarded [-Wbackend-plugin]
warning: miscfp.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect6jtutil6hypot3Eddd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: miscfp.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect6jtutil9arctan_xyEdd Hash = 702941992757231615 up to 0 count discarded [-Wbackend-plugin]
warning: miscfp.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect6jtutil13modulo_reduceEdddd Hash = 589789190994845268 up to 0 count discarded [-Wbackend-plugin]
icpx: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
5 warnings generated.
In file included from cpm_map.C:5:
In file included from ./util.h:7:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
1 warning generated.
In file included from horizon_sequence.C:5:
In file included from ./util.h:7:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
In file included from BH_diagnostics.C:10:
In file included from ./util.h:7:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
38 warnings generated.
In file included from initial_guess.C:11:
In file included from ./util.h:7:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
In file included from setup.C:12:
In file included from ./util.h:7:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
71 warnings generated.
In file included from Jacobian.C:13:
In file included from ./util.h:7:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
1 warning generated.
warning: horizon_sequence.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect16horizon_sequenceC2Ei Hash = 382993475055910911 up to 0 count discarded [-Wbackend-plugin]
warning: horizon_sequence.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect16horizon_sequenceD2Ev Hash = 784007056844089447 up to 0 count discarded [-Wbackend-plugin]
warning: horizon_sequence.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect16horizon_sequence9append_hnEi Hash = 238984481941143025 up to 0 count discarded [-Wbackend-plugin]
warning: horizon_sequence.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect16horizon_sequence9next_posnEi Hash = 942389667449461396 up to 0 count discarded [-Wbackend-plugin]
warning: horizon_sequence.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect16horizon_sequence13is_hn_genuineEi Hash = 238984481110885645 up to 0 count discarded [-Wbackend-plugin]
6 warnings generated.
In file included from IntPnts0.C:9:
In file included from ./myglobal.h:10:
In file included from ./bssn_class.h:25:
In file included from ./cgh.h:9:
In file included from ./monitor.h:8:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
warning: Jacobian.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect8JacobianC2ERNS_12patch_systemE Hash = 382993475055910911 up to 0 count discarded [-Wbackend-plugin]
warning: Jacobian.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect8Jacobian11zero_matrixEv Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: Jacobian.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect8JacobianD2Ev Hash = 391331300192565759 up to 0 count discarded [-Wbackend-plugin]
warning: Jacobian.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect8Jacobian7elementEii Hash = 567185242183220016 up to 0 count discarded [-Wbackend-plugin]
warning: Jacobian.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect8Jacobian12find_elementEii Hash = 536873292103489266 up to 0 count discarded [-Wbackend-plugin]
warning: Jacobian.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect8Jacobian11set_elementEiid Hash = 1096621590880091666 up to 0 count discarded [-Wbackend-plugin]
warning: Jacobian.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect8Jacobian14insert_elementEiid Hash = 135188633209885037 up to 0 count discarded [-Wbackend-plugin]
warning: Jacobian.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect8Jacobian16sum_into_elementEiid Hash = 1096621590880091666 up to 0 count discarded [-Wbackend-plugin]
warning: Jacobian.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect8Jacobian11grow_arraysEv Hash = 619802543897426805 up to 0 count discarded [-Wbackend-plugin]
warning: Jacobian.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect23compare_matrix_elementsEPKvS1_ Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
21 warnings generated.
In file included from BH_diagnostics.C:28:
In file included from ./myglobal.h:10:
In file included from ./bssn_class.h:27:
./misc.h:33:65: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from BH_diagnostics.C:28:
In file included from ./myglobal.h:10:
In file included from ./bssn_class.h:27:
./misc.h:33:60: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from BH_diagnostics.C:28:
In file included from ./myglobal.h:10:
In file included from ./bssn_class.h:27:
./misc.h:39:75: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from BH_diagnostics.C:28:
In file included from ./myglobal.h:10:
In file included from ./bssn_class.h:27:
./misc.h:39:70: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from misc.C:7:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
11 warnings generated.
In file included from setup.C:36:
In file included from ./myglobal.h:10:
In file included from ./bssn_class.h:27:
./misc.h:33:65: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from setup.C:36:
In file included from ./myglobal.h:10:
In file included from ./bssn_class.h:27:
./misc.h:33:60: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from setup.C:36:
In file included from ./myglobal.h:10:
In file included from ./bssn_class.h:27:
./misc.h:39:75: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from setup.C:36:
In file included from ./myglobal.h:10:
In file included from ./bssn_class.h:27:
./misc.h:39:70: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from initial_guess.C:32:
In file included from ./myglobal.h:10:
In file included from ./bssn_class.h:27:
./misc.h:33:65: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from initial_guess.C:32:
In file included from ./myglobal.h:10:
In file included from ./bssn_class.h:27:
./misc.h:33:60: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from initial_guess.C:32:
In file included from ./myglobal.h:10:
In file included from ./bssn_class.h:27:
./misc.h:39:75: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from initial_guess.C:32:
In file included from ./myglobal.h:10:
In file included from ./bssn_class.h:27:
./misc.h:39:70: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from IntPnts0.C:9:
In file included from ./myglobal.h:10:
In file included from ./bssn_class.h:27:
./misc.h:33:65: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from IntPnts0.C:9:
In file included from ./myglobal.h:10:
In file included from ./bssn_class.h:27:
./misc.h:33:60: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from IntPnts0.C:9:
In file included from ./myglobal.h:10:
In file included from ./bssn_class.h:27:
./misc.h:39:75: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from IntPnts0.C:9:
In file included from ./myglobal.h:10:
In file included from ./bssn_class.h:27:
./misc.h:39:70: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
warning: setup.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect20AHFinderDirect_setupEP6MyListI3varES3_P10bssn_classiiPd Hash = 1002770160575950255 up to 0 count discarded [-Wbackend-plugin]
warning: setup.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect22AHFinderDirect_cleanupEv Hash = 950994586895291207 up to 0 count discarded [-Wbackend-plugin]
warning: BH_diagnostics.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect14BH_diagnosticsC2Ev Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: BH_diagnostics.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect14BH_diagnostics14copy_to_bufferEPd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: BH_diagnostics.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect14BH_diagnostics16copy_from_bufferEPKd Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: BH_diagnostics.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect14BH_diagnostics7computeERNS_12patch_systemE Hash = 238800292801235223 up to 0 count discarded [-Wbackend-plugin]
warning: BH_diagnostics.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect14BH_diagnostics16surface_integralERKNS_12patch_systemEibbbNS_5patch18integration_methodE Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: BH_diagnostics.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect14BH_diagnostics17compute_signatureERNS_12patch_systemEd Hash = 611127071987979607 up to 0 count discarded [-Wbackend-plugin]
warning: BH_diagnostics.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect14BH_diagnostics17setup_output_fileEii Hash = 784007059655560962 up to 0 count discarded [-Wbackend-plugin]
warning: BH_diagnostics.C: function control flow change detected (hash mismatch) _ZNK14AHFinderDirect14BH_diagnostics6outputEP8_IO_FILEd Hash = 784007058953177093 up to 0 count discarded [-Wbackend-plugin]
7 warnings generated.
warning: initial_guess.C: function control flow change detected (hash mismatch) _ZN14AHFinderDirect19setup_initial_guessERNS_12patch_systemEdddddd Hash = 852142017595959655 up to 0 count discarded [-Wbackend-plugin]
6 warnings generated.
warning: IntPnts0.C: function control flow change detected (hash mismatch) _Z10CCTK_VInfoPKcS0_z Hash = 784007059655560962 up to 0 count discarded [-Wbackend-plugin]
warning: IntPnts0.C: function control flow change detected (hash mismatch) _Z10CCTK_VWarniiPKcS0_S0_z Hash = 784007059655560962 up to 0 count discarded [-Wbackend-plugin]
7 warnings generated.
warning: /tmp/ifx0006066469spAsAx/ifxEMUD4O.i90: function control flow change detected (hash mismatch) compute_rhs_bssn_ss_ Hash = 618424770869682396 up to 0 count discarded
In file included from misc.C:19:
./misc.h:33:65: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from misc.C:19:
./misc.h:33:60: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
33 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from misc.C:19:
./misc.h:39:75: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from misc.C:19:
./misc.h:39:70: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
39 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
misc.C:1175:10: warning: use of infinity is undefined behavior due to the currently enabled floating-point options [-Wnan-infinity-disabled]
1175 | if (!isfinite(abs(sum)))
| ^~~~~~~~~~~~~~~~~~
13 warnings generated.
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc13tillherecheckEi Hash = 784007059655560962 up to 0 count discarded [-Wbackend-plugin]
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc13tillherecheckEPKc Hash = 1124680650380144322 up to 0 count discarded [-Wbackend-plugin]
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc13tillherecheckEiiPKc Hash = 1124680650380144322 up to 0 count discarded [-Wbackend-plugin]
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc13tillherecheckEiiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE Hash = 784007059655560962 up to 0 count discarded [-Wbackend-plugin]
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc11parse_partsENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS5_S6_S6_RiS7_S7_ Hash = 997412155551879538 up to 1611 count discarded [-Wbackend-plugin]
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc7gaulegfEddPdS0_i Hash = 567185240489737319 up to 3921 count discarded [-Wbackend-plugin]
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc12inversearrayEPdi Hash = 146835646621254984 up to 50 count discarded [-Wbackend-plugin]
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc17Wigner_d_functionEiiid Hash = 1011877327303405331 up to 4313088 count discarded [-Wbackend-plugin]
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc4factEi Hash = 238984484168036677 up to 55296000 count discarded [-Wbackend-plugin]
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc14TVDrungekutta3EidPdS0_S0_i Hash = 391331302282937911 up to 0 count discarded [-Wbackend-plugin]
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc11rungekutta4EidPdS0_S0_i Hash = 135188633569837431 up to 0 count discarded [-Wbackend-plugin]
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc11rungekutta4EdRKSt6vectorIdSaIdEERS2_S5_i Hash = 135188633569837431 up to 0 count discarded [-Wbackend-plugin]
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc10dividBlockEiPiPdiS1_S0_S1_i Hash = 1115439543305910277 up to 0 count discarded [-Wbackend-plugin]
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc10swapvectorERSt6vectorIdSaIdEES3_ Hash = 146835646621254984 up to 0 count discarded [-Wbackend-plugin]
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc13complex_gammaESt7complexIdE Hash = 536873289985790083 up to 0 count discarded [-Wbackend-plugin]
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc12First_BesselEdSt7complexIdE Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc7Rec_IntEddPFSt7complexIdEdE Hash = 270784788920282998 up to 0 count discarded [-Wbackend-plugin]
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc9Gauss_IntEddPFSt7complexIdEdE Hash = 238984481799490044 up to 0 count discarded [-Wbackend-plugin]
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc13Low_Pass_FiltEiPd Hash = 146835646621254984 up to 0 count discarded [-Wbackend-plugin]
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc10polyinterpEdRdPdS1_i Hash = 798733564405712028 up to 0 count discarded [-Wbackend-plugin]
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc13polyinterp_d1EdRdPdS1_i Hash = 974670608813983133 up to 0 count discarded [-Wbackend-plugin]
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc10next2powerElRlRi Hash = 146835646621254984 up to 0 count discarded [-Wbackend-plugin]
warning: misc.C: function control flow change detected (hash mismatch) _ZN4misc6MYpow2Ei Hash = 742261418966908927 up to 0 count discarded [-Wbackend-plugin]
29 warnings generated.
warning: /tmp/ifx0203228868IKKmZ9/ifx3ia30m.i90: function control flow change detected (hash mismatch) compute_rhs_z4c_ Hash = 972805060402372314 up to 0 count discarded
warning: /tmp/ifx1964401763HkXTbA/ifxuTGvmy.i90: function control flow change detected (hash mismatch) compute_rhs_z4c_ss_ Hash = 541163606223727622 up to 0 count discarded
warning: /tmp/ifx1185898495f0Icbl/ifxKfwAHR.i90: function control flow change detected (hash mismatch) compute_rhs_bssn_escalar_ Hash = 990470350778495998 up to 0 count discarded
warning: /tmp/ifx1185898495f0Icbl/ifxKfwAHR.i90: function control flow change detected (hash mismatch) compute_rhs_bssn_escalar_ss_ Hash = 1125068524949426809 up to 0 count discarded
mpiicpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -o ABE ABE.o Ansorg.o Block.o misc.o monitor.o Parallel.o MPatch.o var.o cgh.o bssn_class.o surface_integral.o ShellPatch.o bssnEScalar_class.o perf.o Z4c_class.o NullShellPatch.o bssnEM_class.o cpbc_util.o z4c_rhs_point.o checkpoint.o Parallel_bam.o scalar_class.o transpbh.o NullShellPatch2.o NullShellPatch2_Evo.o writefile_f.o xh_bssn_rhs.o xh_fdderivs.o xh_fderivs.o xh_kodiss.o xh_lopsided.o xh_global_interp.o xh_polint3.o enforce_algebra.o fmisc.o initial_puncture.o prolongrestrict.o prolongrestrict_cell.o prolongrestrict_vertex.o rungekutta4_rout.o bssn_rhs.o diff_new.o kodiss.o kodiss_sh.o lopsidediff.o sommerfeld_rout.o getnp4.o diff_new_sh.o shellfunctions.o bssn_rhs_ss.o Set_Rho_ADM.o getnp4EScalar.o bssnEScalar_rhs.o bssn_constraint.o ricci_gamma.o fadmquantites_bssn.o Z4c_rhs.o Z4c_rhs_ss.o point_diff_new_sh.o cpbc.o getnp4old.o NullEvol.o initial_null.o initial_maxwell.o getnpem2.o empart.o NullNews.o fourdcurvature.o bssn2adm.o adm_constraint.o adm_ricci_gamma.o scalar_rhs.o initial_scalar.o NullEvol2.o initial_null2.o NullNews2.o tool_f.o zbesh.o expansion.o expansion_Jacobian.o patch.o coords.o patch_info.o patch_interp.o patch_system.o tgrid.o fd_grid.o ghost_zone.o array.o round.o norm.o fuzzy.o error_exit.o miscfp.o linear_map.o cpm_map.o BH_diagnostics.o setup.o horizon_sequence.o find_horizons.o initial_guess.o Newton.o Jacobian.o ilucg.o IntPnts0.o IntPnts.o -L/home/intel/oneapi/mkl/2025.3/lib -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lifcore -limf -lpthread -lm -ldl
Compilation of the AMSS-NCKU executable file ABE is finished
Compiling the AMSS-NCKU executable file TwoPunctureABE
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c TwoPunctureABE.C -o TwoPunctureABE.o
icpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -c TwoPunctures.C -o TwoPunctures.o
icpxicpx: : warning: warning: overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
overriding '-ffp-model=fast=2' option with '-ffp-contract=fast' [-Woverriding-option]
In file included from TwoPunctures.C:11:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
In file included from TwoPunctureABE.C:14:
In file included from /usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/strstream:50:
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
32 | #warning \
| ^
TwoPunctureABE.C:30:59: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
30 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
TwoPunctureABE.C:30:54: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
30 | string::iterator p = find_if(ss.begin(), ss.end(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
TwoPunctureABE.C:36:69: warning: 'ptr_fun<int, int>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
36 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1121:5: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
1121 | _GLIBCXX11_DEPRECATED_SUGGEST("std::function")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1955:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
1955 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
TwoPunctureABE.C:36:64: warning: 'not1<std::pointer_to_unary_function<int, int>>' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations]
36 | string::reverse_iterator p = find_if(ss.rbegin(), ss.rend(), not1(ptr_fun<int, int>(isspace)));
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/bits/stl_function.h:1040:5: note: 'not1<std::pointer_to_unary_function<int, int>>' has been explicitly marked deprecated here
1040 | _GLIBCXX17_DEPRECATED_SUGGEST("std::not_fn")
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1971:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
1971 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-redhat-linux/14/../../../../include/c++/14/x86_64-redhat-linux/bits/c++config.h:1947:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
1947 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
TwoPunctureABE.C:213:13: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
213 | ADM->Save("Ansorg.psid");
| ^
6 warnings generated.
1 warning generated.
mpiicpx -O3 -xHost -fp-model fast=2 -fma -ipo -fprofile-instr-use=/home/hxh/AMSS-NCKU/pgo_profile/default.profdata -Dfortran3 -Dnewc -I/home/intel/oneapi/mkl/2025.3/include -qopenmp -o TwoPunctureABE TwoPunctureABE.o TwoPunctures.o -L/home/intel/oneapi/mkl/2025.3/lib -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lifcore -limf -lpthread -lm -ldl
Compilation of the AMSS-NCKU executable file TwoPunctureABE is finished
Initial data is chosen as Ansorg-TwoPuncture
Automatically generating the input parfile for the TwoPunctureABE executable
The input parfile for the TwoPunctureABE executable has been generated.
Running the AMSS-NCKU executable file TwoPunctureABE
///////////////////////////////////////////////////////////////
mp = -1
mm = -1
b = 5
P_plusx = -0.000845415
P_plusy = 0.0953015
P_plusz = 0
P_minusx = 0.000845415
P_minusy = -0.0953015
P_minusz = 0
S_plusx = 0
S_plusy = -0
S_plusz = 0.0950911
S_minusx = 0
S_minusy = -0
S_minusz = -0.0915645
Mp = 0.553846
Mm = 0.446154
admtol = 1e-08
Newtontol = 5e-12
nA = 50
nB = 50
nphi = 26
Newtonmaxit = 50
///////////////////////////////////////////////////////////////
Precomputed derivative matrices: A(50), B(50), phi(26)
Allocating workspace for 96 threads
Attempting to find bare masses.
Target ADM masses: M_p=0.553846 and M_m=0.446154
ADM mass tolerance: 1e-08
Bare masses: mp=-1, mm=-1
Newton: it=0 |F|=8.116007e-02
bare mass: mp=0.553846 mm=0.446154
bicgstab: itmax 100, tol 8.116007e-05
bicgstab: 0 1.366e+00
bicgstab: 1 4.256e+00 1.069e+00 0.000e+00 5.233e-01
bicgstab: 2 6.633e+00 3.158e+00 4.084e-02 6.106e-01
bicgstab: 3 3.581e+00 8.311e-01 3.694e-01 6.584e-01
bicgstab: 4 1.274e+00 9.982e-01 2.470e-01 5.270e-01
bicgstab: 5 1.339e+00 3.287e+00 2.260e-01 4.272e-01
bicgstab: 6 1.312e-01 2.004e-01 -3.652e+00 2.448e+00
bicgstab: 7 9.817e-03 1.243e+00 -9.975e-02 4.477e-01
bicgstab: 8 1.698e-03 1.272e+00 1.953e-01 9.239e-01
bicgstab: 9 7.728e-04 1.087e+00 4.785e-01 1.048e+00
bicgstab: 10 4.820e-04 1.101e+00 3.316e-01 8.663e-01
bicgstab: 11 2.111e-04 1.009e+00 3.637e-01 1.070e+00
bicgstab: 12 6.988e-05 1.333e+00 3.293e-01 4.434e-01
Newton: it=1 |F|=1.149742e-03
ADM mass error: M_p_err=1.54193, M_m_err=1.46829
Bare masses: mp=0.52329, mm=0.406224
Newton: it=0 |F|=3.875643e-02
bare mass: mp=0.52329 mm=0.406224
bicgstab: itmax 100, tol 3.875643e-05
bicgstab: 0 5.945e-01
bicgstab: 1 1.665e+00 1.056e+00 0.000e+00 5.479e-01
bicgstab: 2 2.381e+00 3.082e+00 3.689e-02 5.523e-01
bicgstab: 3 1.199e+00 8.967e-01 2.866e-01 6.091e-01
bicgstab: 4 2.743e+00 -3.782e+00 1.151e-01 4.187e-01
bicgstab: 5 3.316e-02 -1.187e-01 -4.740e+01 2.090e+00
bicgstab: 6 2.495e-02 2.193e+00 -7.808e-03 1.579e+00
bicgstab: 7 9.583e-03 8.010e-01 5.470e-01 9.374e-01
bicgstab: 8 3.277e-03 1.104e+00 1.358e-01 5.262e-01
bicgstab: 9 4.372e-04 1.227e+00 5.417e-01 5.506e-01
bicgstab: 10 2.465e-04 1.056e+00 3.276e-01 2.239e+00
bicgstab: 11 4.380e-05 1.127e+00 4.671e-01 4.438e-01
bicgstab: 12 2.680e-05 9.705e-01 2.322e-01 4.438e-01
Newton: it=1 |F|=1.824401e-04
ADM mass error: M_p_err=0.00465719, M_m_err=0.0113011
Bare masses: mp=0.519168, mm=0.396261
Newton: it=0 |F|=1.258694e-02
bare mass: mp=0.519168 mm=0.396261
bicgstab: itmax 100, tol 1.258694e-05
bicgstab: 0 1.849e-01
bicgstab: 1 5.065e-01 1.054e+00 0.000e+00 5.547e-01
bicgstab: 2 7.039e-01 3.032e+00 3.651e-02 5.426e-01
bicgstab: 3 3.561e-01 7.788e-01 3.136e-01 7.672e-01
bicgstab: 4 1.091e-01 1.113e+00 1.694e-01 4.465e-01
bicgstab: 5 8.703e-02 -2.726e-01 8.995e-02 9.502e-01
bicgstab: 6 3.147e-02 -3.174e+00 -2.006e+00 1.340e+00
bicgstab: 7 1.208e-02 8.920e-01 -6.591e-01 1.550e+00
bicgstab: 8 3.508e-03 1.069e+00 1.180e-01 4.626e-01
bicgstab: 9 5.706e-04 1.360e+00 5.533e-01 6.261e-01
bicgstab: 10 4.245e-04 1.015e+00 3.497e-01 1.970e+00
bicgstab: 11 1.068e-04 1.191e+00 4.740e-01 4.247e-01
bicgstab: 12 1.864e-05 7.743e-01 1.840e-01 2.152e+00
bicgstab: 13 5.051e-06 1.829e+00 3.480e-01 4.089e-01
Newton: it=1 |F|=1.741310e-05
ADM mass error: M_p_err=0.000750389, M_m_err=0.00338687
Bare masses: mp=0.518538, mm=0.393286
Newton: it=0 |F|=4.045363e-03
bare mass: mp=0.518538 mm=0.393286
bicgstab: itmax 100, tol 4.045363e-06
bicgstab: 0 5.824e-02
bicgstab: 1 1.585e-01 1.053e+00 0.000e+00 5.568e-01
bicgstab: 2 2.169e-01 2.959e+00 3.591e-02 5.432e-01
bicgstab: 3 1.098e-01 7.436e-01 3.340e-01 8.466e-01
bicgstab: 4 3.622e-02 1.031e+00 1.846e-01 4.676e-01
bicgstab: 5 2.254e-02 2.429e+00 2.309e-01 4.200e-01
bicgstab: 6 2.231e-03 1.933e-01 -1.588e+00 2.398e+00
bicgstab: 7 3.881e-04 1.650e+00 -1.984e-01 4.992e-01
bicgstab: 8 1.944e-04 1.367e+00 2.159e-01 1.710e+00
bicgstab: 9 6.187e-05 1.134e+00 7.193e-01 6.893e-01
bicgstab: 10 3.107e-05 9.294e-01 1.739e-01 1.124e+00
bicgstab: 11 4.900e-06 1.503e+00 4.809e-01 4.850e-01
bicgstab: 12 7.281e-07 8.138e-01 2.940e-01 4.850e-01
Newton: it=1 |F|=1.719848e-06
ADM mass error: M_p_err=0.000129657, M_m_err=0.00105376
Bare masses: mp=0.518439, mm=0.392361
Newton: it=0 |F|=1.285940e-03
bare mass: mp=0.518439 mm=0.392361
bicgstab: itmax 100, tol 1.285940e-06
bicgstab: 0 1.841e-02
bicgstab: 1 5.001e-02 1.053e+00 0.000e+00 5.574e-01
bicgstab: 2 6.823e-02 2.955e+00 3.596e-02 5.422e-01
bicgstab: 3 3.408e-02 7.182e-01 3.474e-01 9.137e-01
bicgstab: 4 1.170e-02 9.679e-01 1.850e-01 4.893e-01
bicgstab: 5 5.760e-04 1.299e+00 2.633e-01 4.016e-01
bicgstab: 6 2.688e-04 1.413e+00 6.493e-01 2.358e+00
bicgstab: 7 1.509e-04 -3.079e-01 6.015e-02 4.027e-01
bicgstab: 8 2.998e-05 -1.456e+00 -2.374e+00 4.673e+00
bicgstab: 9 1.162e-05 1.546e+00 -3.587e-01 2.086e+00
bicgstab: 10 3.034e-06 9.270e-01 2.184e-01 8.172e-01
bicgstab: 11 1.021e-06 1.571e+00 4.583e-01 8.215e-01
Newton: it=1 |F|=1.775081e-07
ADM mass error: M_p_err=2.45898e-05, M_m_err=0.000331604
Bare masses: mp=0.518423, mm=0.39207
Newton: it=0 |F|=4.074719e-04
bare mass: mp=0.518423 mm=0.39207
bicgstab: itmax 100, tol 4.074719e-07
bicgstab: 0 5.823e-03
bicgstab: 1 1.581e-02 1.053e+00 0.000e+00 5.576e-01
bicgstab: 2 2.174e-02 3.039e+00 3.538e-02 5.369e-01
bicgstab: 3 2.470e-02 -9.718e-01 1.035e-01 4.406e-01
bicgstab: 4 6.380e-04 -4.184e-01 -6.928e+00 2.314e+00
bicgstab: 5 2.147e-04 1.243e+00 -3.400e-02 4.862e-01
bicgstab: 6 7.857e-05 1.484e+00 4.859e-01 1.658e+00
bicgstab: 7 4.056e-05 8.206e-01 4.152e-01 7.694e-01
bicgstab: 8 1.891e-05 1.445e+00 2.054e-01 5.972e-01
bicgstab: 9 5.869e-06 9.957e-01 7.960e-01 2.003e+00
bicgstab: 10 2.809e-06 9.088e-01 1.306e-01 4.872e-01
bicgstab: 11 4.220e-07 1.674e+00 5.165e-01 4.899e-01
bicgstab: 12 1.594e-07 6.953e-01 2.766e-01 4.899e-01
Newton: it=1 |F|=3.489779e-08
ADM mass error: M_p_err=5.26251e-06, M_m_err=0.000104717
Bare masses: mp=0.518421, mm=0.391978
Newton: it=0 |F|=1.289665e-04
bare mass: mp=0.518421 mm=0.391978
bicgstab: itmax 100, tol 1.289665e-07
bicgstab: 0 1.842e-03
bicgstab: 1 5.000e-03 1.053e+00 0.000e+00 5.577e-01
bicgstab: 2 6.842e-03 2.993e+00 3.609e-02 5.395e-01
bicgstab: 3 3.454e-03 7.755e-01 3.078e-01 7.748e-01
bicgstab: 4 9.850e-04 1.179e+00 1.607e-01 4.358e-01
bicgstab: 5 5.342e-04 3.386e-02 -2.281e-02 1.421e+00
bicgstab: 6 2.135e-04 2.287e+01 -8.829e-01 8.259e-01
bicgstab: 7 7.576e-05 8.932e-01 5.471e+00 1.905e+00
bicgstab: 8 1.665e-05 1.195e+00 1.427e-01 4.280e-01
bicgstab: 9 3.229e-06 1.234e+00 6.672e-01 1.489e+00
bicgstab: 10 1.956e-06 9.330e-01 2.314e-01 6.079e-01
bicgstab: 11 6.811e-07 1.455e+00 4.809e-01 1.038e+00
bicgstab: 12 2.647e-07 7.274e-01 2.439e-01 6.393e-01
bicgstab: 13 1.796e-07 2.494e+00 3.544e-01 6.571e-01
bicgstab: 14 4.625e-08 9.400e-01 -1.023e+00 4.166e-01
Newton: it=1 |F|=8.389182e-09
ADM mass error: M_p_err=1.27996e-06, M_m_err=3.31055e-05
Bare masses: mp=0.51842, mm=0.391949
Newton: it=0 |F|=4.080309e-05
bare mass: mp=0.51842 mm=0.391949
bicgstab: itmax 100, tol 4.080309e-08
bicgstab: 0 5.827e-04
bicgstab: 1 1.582e-03 1.053e+00 0.000e+00 5.577e-01
bicgstab: 2 2.162e-03 2.985e+00 3.602e-02 5.399e-01
bicgstab: 3 1.093e-03 7.738e-01 3.091e-01 7.784e-01
bicgstab: 4 3.156e-04 1.170e+00 1.629e-01 4.374e-01
bicgstab: 5 1.846e-04 -4.219e-03 2.479e-03 1.325e+00
bicgstab: 6 7.012e-05 -1.822e+02 -1.015e+00 8.734e-01
bicgstab: 7 2.572e-05 9.015e-01 -4.217e+01 1.880e+00
bicgstab: 8 5.640e-06 1.236e+00 1.500e-01 4.289e-01
bicgstab: 9 1.028e-06 1.198e+00 6.904e-01 1.665e+00
bicgstab: 10 5.628e-07 9.326e-01 2.103e-01 5.657e-01
bicgstab: 11 1.532e-07 1.488e+00 4.889e-01 1.445e+00
bicgstab: 12 4.946e-08 7.353e-01 2.496e-01 5.512e-01
bicgstab: 13 4.351e-08 2.465e+00 3.737e-01 5.475e-01
bicgstab: 14 1.783e-08 8.020e-01 -1.144e+00 5.475e-01
Newton: it=1 |F|=2.854640e-09
ADM mass error: M_p_err=3.45657e-07, M_m_err=1.04695e-05
Bare masses: mp=0.51842, mm=0.39194
Newton: it=0 |F|=1.290727e-05
bare mass: mp=0.51842 mm=0.39194
bicgstab: itmax 100, tol 1.290727e-08
bicgstab: 0 1.843e-04
bicgstab: 1 5.002e-04 1.053e+00 0.000e+00 5.578e-01
bicgstab: 2 6.844e-04 2.994e+00 3.595e-02 5.394e-01
bicgstab: 3 3.447e-04 8.428e-01 2.816e-01 6.708e-01
bicgstab: 4 1.103e-03 1.013e+01 1.188e-01 4.010e-01
bicgstab: 5 4.446e-06 4.230e-02 -2.009e+02 2.120e+00
bicgstab: 6 4.631e-06 2.087e+00 -1.327e-03 1.906e+00
bicgstab: 7 1.594e-06 8.407e-01 5.819e-01 4.316e-01
bicgstab: 8 4.072e-07 1.261e+00 1.585e-01 2.612e+00
bicgstab: 9 1.308e-07 1.153e+00 7.139e-01 6.464e-01
bicgstab: 10 6.502e-08 9.239e-01 1.952e-01 7.941e-01
bicgstab: 11 1.271e-08 1.517e+00 4.917e-01 7.941e-01
Newton: it=1 |F|=1.746167e-09
ADM mass error: M_p_err=1.00188e-07, M_m_err=3.3113e-06
Bare masses: mp=0.51842, mm=0.391937
Newton: it=0 |F|=4.082632e-06
bare mass: mp=0.51842 mm=0.391937
bicgstab: itmax 100, tol 4.082632e-09
bicgstab: 0 5.830e-05
bicgstab: 1 1.582e-04 1.053e+00 0.000e+00 5.578e-01
bicgstab: 2 2.203e-04 3.157e+00 3.550e-02 5.302e-01
bicgstab: 3 1.392e-04 1.554e-01 -9.489e-02 1.141e+00
bicgstab: 4 3.472e-05 2.760e+00 -5.005e-01 9.924e-01
bicgstab: 5 5.175e-06 1.172e+00 4.761e-01 4.215e-01
bicgstab: 6 7.762e-07 1.511e+00 5.043e-01 2.433e+00
bicgstab: 7 3.677e-07 8.090e-01 4.283e-01 7.765e-01
bicgstab: 8 1.902e-07 1.365e+00 1.874e-01 6.410e-01
bicgstab: 9 6.609e-08 1.037e+00 7.663e-01 1.092e+00
bicgstab: 10 3.549e-08 9.190e-01 1.547e-01 5.177e-01
bicgstab: 11 6.154e-09 1.584e+00 5.154e-01 4.547e-01
bicgstab: 12 2.347e-09 7.204e-01 2.671e-01 4.547e-01
Newton: it=1 |F|=5.600091e-10
ADM mass error: M_p_err=3.03749e-08, M_m_err=1.04732e-06
Bare masses: mp=0.51842, mm=0.391936
Newton: it=0 |F|=1.291354e-06
bare mass: mp=0.51842 mm=0.391936
bicgstab: itmax 100, tol 1.291354e-09
bicgstab: 0 1.844e-05
bicgstab: 1 5.004e-05 1.052e+00 0.000e+00 5.577e-01
bicgstab: 2 6.788e-05 2.919e+00 3.551e-02 5.438e-01
bicgstab: 3 3.450e-05 7.398e-01 3.366e-01 8.581e-01
bicgstab: 4 1.116e-05 1.057e+00 1.863e-01 4.619e-01
bicgstab: 5 8.519e-06 2.672e+00 2.292e-01 4.265e-01
bicgstab: 6 7.295e-07 1.944e-01 -3.124e+00 2.394e+00
bicgstab: 7 1.355e-07 1.399e+00 -1.029e-01 4.945e-01
bicgstab: 8 6.978e-08 1.476e+00 2.157e-01 1.423e+00
bicgstab: 9 2.383e-08 1.071e+00 7.969e-01 9.694e-01
bicgstab: 10 1.300e-08 8.869e-01 1.366e-01 7.601e-01
bicgstab: 11 1.771e-09 1.740e+00 4.834e-01 4.488e-01
bicgstab: 12 4.000e-10 6.715e-01 3.013e-01 4.488e-01
Newton: it=1 |F|=9.563409e-11
ADM mass error: M_p_err=9.39495e-09, M_m_err=3.31256e-07
Bare masses: mp=0.51842, mm=0.391936
Newton: it=0 |F|=4.084449e-07
bare mass: mp=0.51842 mm=0.391936
bicgstab: itmax 100, tol 4.084449e-10
bicgstab: 0 5.832e-06
bicgstab: 1 1.583e-05 1.053e+00 0.000e+00 5.578e-01
bicgstab: 2 2.158e-05 2.961e+00 3.592e-02 5.413e-01
bicgstab: 3 1.085e-05 7.354e-01 3.328e-01 8.656e-01
bicgstab: 4 3.661e-06 1.003e+00 1.793e-01 4.742e-01
bicgstab: 5 1.154e-06 1.929e+00 2.308e-01 4.031e-01
bicgstab: 6 8.969e-08 7.006e-02 -1.516e-01 2.569e+00
bicgstab: 7 3.425e-08 5.737e+00 -7.255e-01 2.242e+00
bicgstab: 8 1.483e-08 1.328e+00 5.712e-01 4.444e-01
bicgstab: 9 3.225e-09 1.199e+00 7.080e-01 3.538e+00
bicgstab: 10 1.714e-09 9.152e-01 1.893e-01 7.693e-01
bicgstab: 11 2.915e-10 1.569e+00 4.784e-01 4.158e-01
Newton: it=1 |F|=7.376501e-11
ADM mass error: M_p_err=2.93926e-09, M_m_err=1.04774e-07
Bare masses: mp=0.51842, mm=0.391936
Newton: it=0 |F|=1.291886e-07
bare mass: mp=0.51842 mm=0.391936
bicgstab: itmax 100, tol 1.291886e-10
bicgstab: 0 1.845e-06
bicgstab: 1 5.005e-06 1.052e+00 0.000e+00 5.577e-01
bicgstab: 2 6.769e-06 2.889e+00 3.539e-02 5.456e-01
bicgstab: 3 3.386e-06 7.022e-01 3.665e-01 9.690e-01
bicgstab: 4 1.138e-06 9.902e-01 1.923e-01 4.862e-01
bicgstab: 5 1.025e-07 1.165e+00 2.906e-01 4.178e-01
bicgstab: 6 4.683e-08 1.249e+00 5.733e-01 2.439e+00
bicgstab: 7 1.300e-08 8.717e-01 2.613e-01 4.111e-01
bicgstab: 8 4.649e-09 2.092e+00 2.871e-01 1.023e+00
bicgstab: 9 4.050e-09 -2.268e-01 1.054e-01 4.889e-01
bicgstab: 10 6.243e-10 -1.422e+00 -2.081e+00 4.061e+00
bicgstab: 11 2.281e-10 2.342e+00 -2.190e-01 1.162e+00
bicgstab: 12 1.216e-10 6.590e-01 3.711e-01 1.162e+00
Newton: it=1 |F|=3.228799e-11
ADM mass error: M_p_err=9.25027e-10, M_m_err=3.31388e-08
Bare masses: mp=0.51842, mm=0.391936
Newton: it=0 |F|=4.086124e-08
bare mass: mp=0.51842 mm=0.391936
bicgstab: itmax 100, tol 4.086124e-11
bicgstab: 0 5.835e-07
bicgstab: 1 1.584e-06 1.053e+00 0.000e+00 5.578e-01
bicgstab: 2 2.171e-06 3.011e+00 3.650e-02 5.384e-01
bicgstab: 3 1.058e-06 7.004e-01 3.468e-01 9.613e-01
bicgstab: 4 3.803e-07 8.829e-01 1.724e-01 5.269e-01
bicgstab: 5 5.725e-08 1.151e+00 2.397e-01 4.372e-01
bicgstab: 6 3.240e-08 1.459e+00 7.395e-01 2.287e+00
bicgstab: 7 3.292e-09 6.991e-01 4.377e-01 4.160e-01
bicgstab: 8 1.284e-09 8.558e-01 8.639e-02 3.790e+00
bicgstab: 9 8.167e-10 1.886e+00 4.735e-01 5.180e-01
bicgstab: 10 2.499e-10 1.041e+00 8.362e-01 1.413e+00
bicgstab: 11 7.530e-11 8.649e-01 3.900e-01 6.761e-01
bicgstab: 12 9.181e-11 -1.312e+00 -9.937e-02 4.144e-01
bicgstab: 13 1.297e-11 -9.054e-01 -5.539e+00 4.144e-01
Newton: it=1 |F|=3.587448e-12
ADM mass error: M_p_err=2.91721e-10, M_m_err=1.04817e-08
Bare masses: mp=0.51842, mm=0.391936
Newton: it=0 |F|=1.292433e-08
bare mass: mp=0.51842 mm=0.391936
bicgstab: itmax 100, tol 1.292433e-11
bicgstab: 0 1.846e-07
bicgstab: 1 5.008e-07 1.053e+00 0.000e+00 5.578e-01
bicgstab: 2 6.823e-07 2.955e+00 3.585e-02 5.416e-01
bicgstab: 3 3.440e-07 7.393e-01 3.310e-01 8.560e-01
bicgstab: 4 1.149e-07 1.019e+00 1.793e-01 4.696e-01
bicgstab: 5 6.416e-08 2.371e+00 2.225e-01 4.147e-01
bicgstab: 6 5.016e-09 1.913e-01 -1.471e+00 2.438e+00
bicgstab: 7 1.682e-09 1.698e+00 -2.108e-01 1.077e+00
bicgstab: 8 8.184e-10 1.351e+00 2.141e-01 5.432e-01
bicgstab: 9 2.227e-10 1.163e+00 7.288e-01 1.807e+00
bicgstab: 10 1.051e-10 9.175e-01 1.763e-01 5.260e-01
bicgstab: 11 1.493e-11 1.586e+00 4.881e-01 7.547e-01
bicgstab: 12 3.010e-12 7.263e-01 2.744e-01 7.547e-01
Newton: it=1 |F|=1.164967e-12
ADM mass error: M_p_err=9.20313e-11, M_m_err=3.31529e-09
Found bare masses resulted Mp = 0.553846 and Mm = 0.446154
Newton: it=0 |F|=4.087857e-09
bare mass: mp=0.51842 mm=0.391936
bicgstab: itmax 100, tol 4.087857e-12
bicgstab: 0 5.837e-08
bicgstab: 1 1.584e-07 1.052e+00 0.000e+00 5.577e-01
bicgstab: 2 2.150e-07 2.923e+00 3.580e-02 5.436e-01
bicgstab: 3 1.050e-07 6.837e-01 3.769e-01 1.031e+00
bicgstab: 4 3.588e-08 9.374e-01 1.856e-01 5.073e-01
bicgstab: 5 5.124e-09 1.099e+00 2.803e-01 4.504e-01
bicgstab: 6 3.148e-09 1.299e+00 6.000e-01 2.326e+00
bicgstab: 7 4.559e-10 7.676e-01 3.697e-01 4.037e-01
bicgstab: 8 6.466e-11 1.337e+00 2.068e-01 4.805e+00
bicgstab: 9 6.515e-11 1.004e+00 7.750e-01 1.603e+00
bicgstab: 10 8.301e-12 9.052e-01 1.567e-01 3.961e-01
bicgstab: 11 2.069e-12 1.585e+00 5.050e-01 6.747e-01
Newton: it=1 |F|=6.540292e-13
The two puncture masses are mp = 0.51842 and mm = 0.391936
resulted Mp = 0.553846 and Mm = 0.446154
The total ADM mass is 0.989946
===============================================================
Initial data is successfully producede!!
The TwoPunctureABE simulation is finished
Used time: 19.19485569000244
Successfully copy all AMSS-NCKU input parfile to target dictionary.
Running the AMSS-NCKU executable file ABE/ABEGPU
///////////////////////////////////////////////////////////////
AMSS-NCKU Begin !!!
///////////////////////////////////////////////////////////////
new run
simulation with cpu numbers = 1
simulation time = (0, 1000)
simulation steps for this run = 6
Courant number = 0.5
Initial Data Type: Numerical Ansorg TwoPuncture
Symmetry setting: Equatorial
Courant = 0.5
artificial dissipation for shell patches = 0.15
artificial dissipation for fixed levels = 0.15
artificial dissipation for moving levels = 0.15
Dumpt Time = 100
Check Time = 100
Analysis Time = 0.1
Analysis level = 0
checkfile = bssn.chk
fourth order finite difference is used
///////////////////////////////////////////////////////////////
-----------------------------------------------------------------------
spherical integration for wave form extraction with Gauss method
N_phi = 384
N_theta = 192
-----------------------------------------------------------------------
chitiny = 1e-05
time refinement start from level #3
checkpoint class created
BSSN class successfully created
you have setted 167 grid functions.
cgh has levels: 9
level #0 has boxes: 1
#0 box is (-320:320,-320:320,0:320).
level #1 has boxes: 1
#0 box is (-160:160,-160:160,0:160).
level #2 has boxes: 1
#0 box is (-80:80,-80:80,0:80).
level #3 has boxes: 1
#0 box is (-40:40,-40:40,0:40).
level #4 has boxes: 1
#0 box is (-20:20,-20:20,0:20).
level #5 has boxes: 2
#0 box is (-5:5,-0.625:9.375,0:5).
#1 box is (-5:5,-10.625:-0.625,0:5).
level #6 has boxes: 2
#0 box is (-2.5:2.5,1.97917:6.97917,0:2.5).
#1 box is (-2.5:2.5,-8.02083:-3.02083,0:2.5).
level #7 has boxes: 2
#0 box is (-1.25:1.25,3.22917:5.72917,0:1.25).
#1 box is (-1.25:1.25,-6.77083:-4.27083,0:1.25).
level #8 has boxes: 2
#0 box is (-0.625:0.625,3.82813:5.07812,0:0.625).
#1 box is (-0.625:0.625,-6.17187:-4.92188,0:0.625).
moving levels are lev #5--8
belong to level 0
shape: [96,96,48] resolution: [6.66667,6.66667,6.66667]
range:(-320:320,-320:320,0:320)
belong to level 1
shape: [96,96,48] resolution: [3.33333,3.33333,3.33333]
range:(-160:160,-160:160,0:160)
belong to level 2
shape: [96,96,48] resolution: [1.66667,1.66667,1.66667]
range:(-80:80,-80:80,0:80)
belong to level 3
shape: [96,96,48] resolution: [0.833333,0.833333,0.833333]
range:(-40:40,-40:40,0:40)
belong to level 4
shape: [96,96,48] resolution: [0.416667,0.416667,0.416667]
range:(-20:20,-20:20,0:20)
belong to level 5
shape: [48,51,24] resolution: [0.208333,0.208333,0.208333]
range:(-5:5,-1.25:9.375,0:5)
belong to level 5
shape: [48,51,24] resolution: [0.208333,0.208333,0.208333]
range:(-5:5,-10.625:-1.59317e-14,0:5)
belong to level 6
shape: [48,48,24] resolution: [0.104167,0.104167,0.104167]
range:(-2.5:2.5,1.97917:6.97917,0:2.5)
belong to level 6
shape: [48,48,24] resolution: [0.104167,0.104167,0.104167]
range:(-2.5:2.5,-8.02083:-3.02083,0:2.5)
belong to level 7
shape: [48,48,24] resolution: [0.0520833,0.0520833,0.0520833]
range:(-1.25:1.25,3.22917:5.72917,0:1.25)
belong to level 7
shape: [48,48,24] resolution: [0.0520833,0.0520833,0.0520833]
range:(-1.25:1.25,-6.77083:-4.27083,0:1.25)
belong to level 8
shape: [48,48,24] resolution: [0.0260417,0.0260417,0.0260417]
range:(-0.625:0.625,3.82813:5.07812,0:0.625)
belong to level 8
shape: [48,48,24] resolution: [0.0260417,0.0260417,0.0260417]
range:(-0.625:0.625,-6.17187:-4.92188,0:0.625)
initial information of 2 Black Hole(s)
Mass x y z Px Py Pz Sx Sy Sz
0.51842 0 4.46154 0 -0.0953015 -0.000845415 0 0 0 0.0950911
0.391936 0 -5.53846 0 0.0953015 0.000845415 0 0 0 -0.0915645
Read initial data from Ansorg's solver, please be sure the input parameters for black holes are puncture parameters!!
reading data from Ansorg.psid
found data with dimensions 50 x 50 x 26 = 65000
bhx1 = 0
bhy1 = 4.46154
bhz1 = 0
bhx2 = 0
bhy2 = -5.53846
bhz2 = 0
read 65000 data lines
Time for RHS: 0.039776 seconds
Time for RHS: 0.051860 seconds
Time for RHS: 0.035382 seconds
Time for RHS: 0.035423 seconds
Time for RHS: 0.035244 seconds
Time for RHS: 0.005236 seconds
Time for RHS: 0.004792 seconds
Time for RHS: 0.004470 seconds
Time for RHS: 0.004490 seconds
Time for RHS: 0.004418 seconds
Time for RHS: 0.004399 seconds
Time for RHS: 0.004409 seconds
Time for RHS: 0.004419 seconds
Before Evolve, it takes 5.43677 seconds
Time for RHS: 0.036534 seconds
Time for RHS: 0.035770 seconds
Time for RHS: 0.035406 seconds
Time for RHS: 0.035305 seconds
Time for RHS: 0.005045 seconds
Time for RHS: 0.004790 seconds
Time for RHS: 0.004488 seconds
Time for RHS: 0.004478 seconds
Time for RHS: 0.004345 seconds
Time for RHS: 0.004463 seconds
Time for RHS: 0.004411 seconds
Time for RHS: 0.004435 seconds
Time for RHS: 0.022945 seconds
Time for RHS: 0.019343 seconds
Time for RHS: 0.021065 seconds
Time for RHS: 0.021338 seconds
Time for RHS: 0.036350 seconds
Time for RHS: 0.029729 seconds
Time for RHS: 0.031884 seconds
Time for RHS: 0.032353 seconds
Time for RHS: 0.036728 seconds
Time for RHS: 0.029775 seconds
Time for RHS: 0.031990 seconds
Time for RHS: 0.032188 seconds
Time for RHS: 0.036632 seconds
Time for RHS: 0.030050 seconds
Time for RHS: 0.032205 seconds
Time for RHS: 0.032437 seconds
Time for RHS: 0.036672 seconds
Time for RHS: 0.029818 seconds
Time for RHS: 0.031994 seconds
Time for RHS: 0.032037 seconds
Time for RHS: 0.005116 seconds
Time for RHS: 0.004723 seconds
Time for RHS: 0.003886 seconds
Time for RHS: 0.003855 seconds
Time for RHS: 0.004146 seconds
Time for RHS: 0.004047 seconds
Time for RHS: 0.003990 seconds
Time for RHS: 0.003949 seconds
Time for RHS: 0.004329 seconds
Time for RHS: 0.004316 seconds
Time for RHS: 0.003662 seconds
Time for RHS: 0.003625 seconds
Time for RHS: 0.003852 seconds
Time for RHS: 0.003749 seconds
Time for RHS: 0.003732 seconds
Time for RHS: 0.003788 seconds
Time for RHS: 0.004343 seconds
Time for RHS: 0.004328 seconds
Time for RHS: 0.003580 seconds
Time for RHS: 0.003628 seconds
Time for RHS: 0.003884 seconds
Time for RHS: 0.003909 seconds
Time for RHS: 0.003813 seconds
Time for RHS: 0.003779 seconds
Time for RHS: 0.004289 seconds
Time for RHS: 0.004248 seconds
Time for RHS: 0.003543 seconds
Time for RHS: 0.003572 seconds
Time for RHS: 0.003867 seconds
Time for RHS: 0.003853 seconds
Time for RHS: 0.003845 seconds
Time for RHS: 0.003794 seconds
Time for RHS: 0.004414 seconds
Time for RHS: 0.004457 seconds
Time for RHS: 0.003877 seconds
Time for RHS: 0.003823 seconds
Time for RHS: 0.003816 seconds
Time for RHS: 0.003852 seconds
Time for RHS: 0.003858 seconds
Time for RHS: 0.003860 seconds
Time for RHS: 0.004805 seconds
Time for RHS: 0.004583 seconds
Time for RHS: 0.003811 seconds
Time for RHS: 0.003826 seconds
Time for RHS: 0.003856 seconds
Time for RHS: 0.003943 seconds
Time for RHS: 0.003856 seconds
Time for RHS: 0.003873 seconds
Time for RHS: 0.004545 seconds
Time for RHS: 0.004565 seconds
Time for RHS: 0.003751 seconds
Time for RHS: 0.003864 seconds
Time for RHS: 0.003828 seconds
Time for RHS: 0.003851 seconds
Time for RHS: 0.003789 seconds
Time for RHS: 0.003901 seconds
Time for RHS: 0.004457 seconds
Time for RHS: 0.004412 seconds
Time for RHS: 0.003784 seconds
Time for RHS: 0.003812 seconds
Time for RHS: 0.003798 seconds
Time for RHS: 0.003792 seconds
Time for RHS: 0.003817 seconds
Time for RHS: 0.003820 seconds
Time for RHS: 0.004889 seconds
Time for RHS: 0.004522 seconds
Time for RHS: 0.003800 seconds
Time for RHS: 0.003842 seconds
Time for RHS: 0.003902 seconds
Time for RHS: 0.003878 seconds
Time for RHS: 0.003783 seconds
Time for RHS: 0.003770 seconds
Time for RHS: 0.004567 seconds
Time for RHS: 0.004554 seconds
Time for RHS: 0.003814 seconds
Time for RHS: 0.003756 seconds
Time for RHS: 0.003865 seconds
Time for RHS: 0.003854 seconds
Time for RHS: 0.003877 seconds
Time for RHS: 0.003823 seconds
Time for RHS: 0.004517 seconds
Time for RHS: 0.004520 seconds
Time for RHS: 0.003784 seconds
Time for RHS: 0.003768 seconds
Time for RHS: 0.003835 seconds
Time for RHS: 0.003762 seconds
Time for RHS: 0.003750 seconds
Time for RHS: 0.003873 seconds
Time for RHS: 0.004453 seconds
Time for RHS: 0.004971 seconds
Time for RHS: 0.003827 seconds
Time for RHS: 0.003832 seconds
Time for RHS: 0.003885 seconds
Time for RHS: 0.003810 seconds
Time for RHS: 0.003794 seconds
Time for RHS: 0.003747 seconds
Time for RHS: 0.004782 seconds
Time for RHS: 0.004601 seconds
Time for RHS: 0.003766 seconds
Time for RHS: 0.003868 seconds
Time for RHS: 0.003849 seconds
Time for RHS: 0.003836 seconds
Time for RHS: 0.003799 seconds
Time for RHS: 0.003810 seconds
Time for RHS: 0.004533 seconds
Time for RHS: 0.004590 seconds
Time for RHS: 0.003783 seconds
Time for RHS: 0.003818 seconds
Time for RHS: 0.003841 seconds
Time for RHS: 0.003843 seconds
Time for RHS: 0.003766 seconds
Time for RHS: 0.003858 seconds
Time for RHS: 0.004503 seconds
Time for RHS: 0.004414 seconds
Time for RHS: 0.003810 seconds
Time for RHS: 0.003868 seconds
Time for RHS: 0.003857 seconds
Time for RHS: 0.003838 seconds
Time for RHS: 0.003866 seconds
Time for RHS: 0.003869 seconds
Time for RHS: 0.005268 seconds
Time for RHS: 0.004763 seconds
Time for RHS: 0.003995 seconds
Time for RHS: 0.003994 seconds
Time for RHS: 0.003995 seconds
Time for RHS: 0.003989 seconds
Time for RHS: 0.003957 seconds
Time for RHS: 0.003974 seconds
Time for RHS: 0.004542 seconds
Time for RHS: 0.004547 seconds
Time for RHS: 0.003798 seconds
Time for RHS: 0.003788 seconds
Time for RHS: 0.003870 seconds
Time for RHS: 0.003833 seconds
Time for RHS: 0.003866 seconds
Time for RHS: 0.003768 seconds
Time for RHS: 0.004526 seconds
Time for RHS: 0.004527 seconds
Time for RHS: 0.003781 seconds
Time for RHS: 0.003853 seconds
Time for RHS: 0.003861 seconds
Time for RHS: 0.003838 seconds
Time for RHS: 0.003814 seconds
Time for RHS: 0.003798 seconds
Time for RHS: 0.004774 seconds
Time for RHS: 0.004534 seconds
Time for RHS: 0.003798 seconds
Time for RHS: 0.003777 seconds
Time for RHS: 0.003840 seconds
Time for RHS: 0.003771 seconds
Time for RHS: 0.003847 seconds
Time for RHS: 0.003846 seconds
Time for RHS: 0.004491 seconds
Time for RHS: 0.004367 seconds
Time for RHS: 0.003879 seconds
Time for RHS: 0.003783 seconds
Time for RHS: 0.003806 seconds
Time for RHS: 0.003809 seconds
Time for RHS: 0.003876 seconds
Time for RHS: 0.003799 seconds
Time for RHS: 0.004753 seconds
Time for RHS: 0.004592 seconds
Time for RHS: 0.003848 seconds
Time for RHS: 0.003935 seconds
Time for RHS: 0.003891 seconds
Time for RHS: 0.003870 seconds
Time for RHS: 0.003886 seconds
Time for RHS: 0.003826 seconds
Time for RHS: 0.004551 seconds
Time for RHS: 0.004502 seconds
Time for RHS: 0.003804 seconds
Time for RHS: 0.003813 seconds
Time for RHS: 0.003801 seconds
Time for RHS: 0.003802 seconds
Time for RHS: 0.003867 seconds
Time for RHS: 0.003846 seconds
Time for RHS: 0.004461 seconds
Time for RHS: 0.004403 seconds
Time for RHS: 0.003752 seconds
Time for RHS: 0.003842 seconds
Time for RHS: 0.003776 seconds
Time for RHS: 0.003792 seconds
Time for RHS: 0.003825 seconds
Time for RHS: 0.003830 seconds
Time for RHS: 0.004894 seconds
Time for RHS: 0.004583 seconds
Time for RHS: 0.003806 seconds
Time for RHS: 0.003866 seconds
Time for RHS: 0.003864 seconds
Time for RHS: 0.003858 seconds
Time for RHS: 0.003786 seconds
Time for RHS: 0.003807 seconds
Time for RHS: 0.004560 seconds
Time for RHS: 0.004528 seconds
Time for RHS: 0.003795 seconds
Time for RHS: 0.003861 seconds
Time for RHS: 0.003919 seconds
Time for RHS: 0.003856 seconds
Time for RHS: 0.003795 seconds
Time for RHS: 0.003861 seconds
Time for RHS: 0.004547 seconds
Time for RHS: 0.004537 seconds
Time for RHS: 0.003844 seconds
Time for RHS: 0.003870 seconds
Time for RHS: 0.003889 seconds
Time for RHS: 0.003822 seconds
Time for RHS: 0.003819 seconds
Time for RHS: 0.003937 seconds
Time for RHS: 0.004451 seconds
Time for RHS: 0.004447 seconds
Time for RHS: 0.003828 seconds
Time for RHS: 0.003809 seconds
Time for RHS: 0.003846 seconds
Time for RHS: 0.003869 seconds
Time for RHS: 0.003850 seconds
Time for RHS: 0.003777 seconds
Time for RHS: 0.004720 seconds
Time for RHS: 0.004619 seconds
Time for RHS: 0.003804 seconds
Time for RHS: 0.003838 seconds
Time for RHS: 0.003851 seconds
Time for RHS: 0.003840 seconds
Time for RHS: 0.003771 seconds
Time for RHS: 0.003766 seconds
Time for RHS: 0.004535 seconds
Time for RHS: 0.004546 seconds
Time for RHS: 0.003781 seconds
Time for RHS: 0.003807 seconds
Time for RHS: 0.003936 seconds
Time for RHS: 0.003868 seconds
Time for RHS: 0.003846 seconds
Time for RHS: 0.003775 seconds
Time for RHS: 0.004518 seconds
Time for RHS: 0.004412 seconds
Time for RHS: 0.003818 seconds
Time for RHS: 0.003793 seconds
Time for RHS: 0.003795 seconds
Time for RHS: 0.003803 seconds
Time for RHS: 0.003842 seconds
Time for RHS: 0.003822 seconds
Time for RHS: 0.038051 seconds
Time for RHS: 0.031948 seconds
Time for RHS: 0.032037 seconds
Time for RHS: 0.032352 seconds
Time for RHS: 0.005391 seconds
Time for RHS: 0.004840 seconds
Time for RHS: 0.004267 seconds
Time for RHS: 0.004069 seconds
Time for RHS: 0.004014 seconds
Time for RHS: 0.003968 seconds
Time for RHS: 0.003934 seconds
Time for RHS: 0.004002 seconds
Time for RHS: 0.004509 seconds
Time for RHS: 0.004526 seconds
Time for RHS: 0.003762 seconds
Time for RHS: 0.003772 seconds
Time for RHS: 0.003869 seconds
Time for RHS: 0.003819 seconds
Time for RHS: 0.003789 seconds
Time for RHS: 0.003770 seconds
Time for RHS: 0.004565 seconds
Time for RHS: 0.004539 seconds
Time for RHS: 0.003864 seconds
Time for RHS: 0.003927 seconds
Time for RHS: 0.003845 seconds
Time for RHS: 0.003816 seconds
Time for RHS: 0.003853 seconds
Time for RHS: 0.003898 seconds
Time for RHS: 0.004514 seconds
Time for RHS: 0.004595 seconds
Time for RHS: 0.003733 seconds
Time for RHS: 0.003778 seconds
Time for RHS: 0.003813 seconds
Time for RHS: 0.003813 seconds
Time for RHS: 0.003817 seconds
Time for RHS: 0.003821 seconds
Time for RHS: 0.004555 seconds
Time for RHS: 0.004418 seconds
Time for RHS: 0.003843 seconds
Time for RHS: 0.003799 seconds
Time for RHS: 0.003847 seconds
Time for RHS: 0.003784 seconds
Time for RHS: 0.003839 seconds
Time for RHS: 0.003869 seconds
Time for RHS: 0.004786 seconds
Time for RHS: 0.004566 seconds
Time for RHS: 0.003802 seconds
Time for RHS: 0.003878 seconds
Time for RHS: 0.003903 seconds
Time for RHS: 0.004289 seconds
Time for RHS: 0.003825 seconds
Time for RHS: 0.003824 seconds
Time for RHS: 0.004597 seconds
Time for RHS: 0.004566 seconds
Time for RHS: 0.003801 seconds
Time for RHS: 0.003791 seconds
Time for RHS: 0.003844 seconds
Time for RHS: 0.003829 seconds
Time for RHS: 0.003838 seconds
Time for RHS: 0.003826 seconds
Time for RHS: 0.004602 seconds
Time for RHS: 0.004402 seconds
Time for RHS: 0.003851 seconds
Time for RHS: 0.003801 seconds
Time for RHS: 0.003855 seconds
Time for RHS: 0.003793 seconds
Time for RHS: 0.003806 seconds
Time for RHS: 0.003866 seconds
Time for RHS: 0.004860 seconds
Time for RHS: 0.004482 seconds
Time for RHS: 0.003877 seconds
Time for RHS: 0.003839 seconds
Time for RHS: 0.003856 seconds
Time for RHS: 0.003837 seconds
Time for RHS: 0.003896 seconds
Time for RHS: 0.003777 seconds
Time for RHS: 0.004582 seconds
Time for RHS: 0.004570 seconds
Time for RHS: 0.003770 seconds
Time for RHS: 0.003849 seconds
Time for RHS: 0.003877 seconds
Time for RHS: 0.003871 seconds
Time for RHS: 0.003810 seconds
Time for RHS: 0.003843 seconds
Time for RHS: 0.004536 seconds
Time for RHS: 0.004535 seconds
Time for RHS: 0.003814 seconds
Time for RHS: 0.003838 seconds
Time for RHS: 0.003919 seconds
Time for RHS: 0.003828 seconds
Time for RHS: 0.003792 seconds
Time for RHS: 0.003795 seconds
Time for RHS: 0.004459 seconds
Time for RHS: 0.004455 seconds
Time for RHS: 0.003877 seconds
Time for RHS: 0.003825 seconds
Time for RHS: 0.003873 seconds
Time for RHS: 0.003853 seconds
Time for RHS: 0.003831 seconds
Time for RHS: 0.003832 seconds
Time for RHS: 0.004860 seconds
Time for RHS: 0.004528 seconds
Time for RHS: 0.003895 seconds
Time for RHS: 0.003883 seconds
Time for RHS: 0.003890 seconds
Time for RHS: 0.003839 seconds
Time for RHS: 0.003841 seconds
Time for RHS: 0.003853 seconds
Time for RHS: 0.004601 seconds
Time for RHS: 0.004462 seconds
Time for RHS: 0.003830 seconds
Time for RHS: 0.003840 seconds
Time for RHS: 0.003875 seconds
Time for RHS: 0.003835 seconds
Time for RHS: 0.003825 seconds
Time for RHS: 0.003858 seconds
Time for RHS: 0.004519 seconds
Time for RHS: 0.004401 seconds
Time for RHS: 0.003863 seconds
Time for RHS: 0.003853 seconds
Time for RHS: 0.003861 seconds
Time for RHS: 0.003793 seconds
Time for RHS: 0.003786 seconds
Time for RHS: 0.003763 seconds
Time for RHS: 0.005821 seconds
Time for RHS: 0.004818 seconds
Time for RHS: 0.003987 seconds
Time for RHS: 0.004024 seconds
Time for RHS: 0.003963 seconds
Time for RHS: 0.004008 seconds
Time for RHS: 0.004010 seconds
Time for RHS: 0.003990 seconds
Time for RHS: 0.004542 seconds
Time for RHS: 0.004505 seconds
Time for RHS: 0.003786 seconds
Time for RHS: 0.003758 seconds
Time for RHS: 0.003909 seconds
Time for RHS: 0.003852 seconds
Time for RHS: 0.003937 seconds
Time for RHS: 0.003796 seconds
Time for RHS: 0.004557 seconds
Time for RHS: 0.004546 seconds
Time for RHS: 0.003855 seconds
Time for RHS: 0.003793 seconds
Time for RHS: 0.003868 seconds
Time for RHS: 0.003837 seconds
Time for RHS: 0.003830 seconds
Time for RHS: 0.003854 seconds
Time for RHS: 0.004522 seconds
Time for RHS: 0.004529 seconds
Time for RHS: 0.003870 seconds
Time for RHS: 0.003812 seconds
Time for RHS: 0.003943 seconds
Time for RHS: 0.003946 seconds
Time for RHS: 0.003782 seconds
Time for RHS: 0.003786 seconds
Time for RHS: 0.004440 seconds
Time for RHS: 0.004482 seconds
Time for RHS: 0.003816 seconds
Time for RHS: 0.003802 seconds
Time for RHS: 0.003836 seconds
Time for RHS: 0.003876 seconds
Time for RHS: 0.003797 seconds
Time for RHS: 0.003788 seconds
Time for RHS: 0.004801 seconds
Time for RHS: 0.004561 seconds
Time for RHS: 0.003809 seconds
Time for RHS: 0.003857 seconds
Time for RHS: 0.003790 seconds
Time for RHS: 0.003937 seconds
Time for RHS: 0.003810 seconds
Time for RHS: 0.003855 seconds
Time for RHS: 0.004536 seconds
Time for RHS: 0.004499 seconds
Time for RHS: 0.003794 seconds
Time for RHS: 0.003814 seconds
Time for RHS: 0.003829 seconds
Time for RHS: 0.003811 seconds
Time for RHS: 0.003824 seconds
Time for RHS: 0.003806 seconds
Time for RHS: 0.004472 seconds
Time for RHS: 0.004396 seconds
Time for RHS: 0.003790 seconds
Time for RHS: 0.003854 seconds
Time for RHS: 0.003828 seconds
Time for RHS: 0.003835 seconds
Time for RHS: 0.003978 seconds
Time for RHS: 0.003821 seconds
Time for RHS: 0.005163 seconds
Time for RHS: 0.004574 seconds
Time for RHS: 0.003807 seconds
Time for RHS: 0.003821 seconds
Time for RHS: 0.003886 seconds
Time for RHS: 0.003865 seconds
Time for RHS: 0.003838 seconds
Time for RHS: 0.003789 seconds
Time for RHS: 0.004601 seconds
Time for RHS: 0.004573 seconds
Time for RHS: 0.003791 seconds
Time for RHS: 0.003836 seconds
Time for RHS: 0.003835 seconds
Time for RHS: 0.003873 seconds
Time for RHS: 0.003847 seconds
Time for RHS: 0.003807 seconds
Time for RHS: 0.004502 seconds
Time for RHS: 0.004508 seconds
Time for RHS: 0.003820 seconds
Time for RHS: 0.003877 seconds
Time for RHS: 0.003850 seconds
Time for RHS: 0.003885 seconds
Time for RHS: 0.003772 seconds
Time for RHS: 0.003790 seconds
Time for RHS: 0.004513 seconds
Time for RHS: 0.004426 seconds
Time for RHS: 0.003828 seconds
Time for RHS: 0.003817 seconds
Time for RHS: 0.003816 seconds
Time for RHS: 0.003875 seconds
Time for RHS: 0.003827 seconds
Time for RHS: 0.003933 seconds
Time for RHS: 0.004772 seconds
Time for RHS: 0.004576 seconds
Time for RHS: 0.003825 seconds
Time for RHS: 0.003892 seconds
Time for RHS: 0.003901 seconds
Time for RHS: 0.003878 seconds
Time for RHS: 0.003879 seconds
Time for RHS: 0.003851 seconds
Time for RHS: 0.004558 seconds
Time for RHS: 0.004495 seconds
Time for RHS: 0.003813 seconds
Time for RHS: 0.003849 seconds
Time for RHS: 0.003910 seconds
Time for RHS: 0.003870 seconds
Time for RHS: 0.004278 seconds
Time for RHS: 0.003787 seconds
Time for RHS: 0.004384 seconds
Time for RHS: 0.004374 seconds
Time for RHS: 0.003909 seconds
Time for RHS: 0.003830 seconds
Time for RHS: 0.003837 seconds
Time for RHS: 0.003816 seconds
Time for RHS: 0.003898 seconds
Time for RHS: 0.003908 seconds
Time for RHS: 0.038427 seconds
Time for RHS: 0.037471 seconds
Time for RHS: 0.037431 seconds
Time for RHS: 0.037284 seconds
Time for RHS: 0.005428 seconds
Time for RHS: 0.005023 seconds
Time for RHS: 0.004718 seconds
Time for RHS: 0.004629 seconds
Time for RHS: 0.004676 seconds
Time for RHS: 0.004628 seconds
Time for RHS: 0.004589 seconds
Time for RHS: 0.004569 seconds
Timestep # 1: integrating to time: 0.416667 Computer used 28.9808 seconds!
Memory usage: current 5667/5667/5667MB, peak 5697/5697/5697MB
puncture position: no. 0 = (-0.00138068 4.46153 8.23121e-06)
puncture position: no. 1 = (0.00293505 -5.53841 1.45232e-05)
If you think the physical evolution time is enough for this simulation, please input 'stop' in the terminal to stop the MPI processes in the next evolution step !
Time for RHS: 0.024343 seconds
Time for RHS: 0.020639 seconds
Time for RHS: 0.021097 seconds
Time for RHS: 0.021264 seconds
Time for RHS: 0.038197 seconds
Time for RHS: 0.031484 seconds
Time for RHS: 0.032185 seconds
Time for RHS: 0.032181 seconds
Time for RHS: 0.038468 seconds
Time for RHS: 0.031617 seconds
Time for RHS: 0.032289 seconds
Time for RHS: 0.032170 seconds
Time for RHS: 0.038590 seconds
Time for RHS: 0.031396 seconds
Time for RHS: 0.032224 seconds
Time for RHS: 0.032226 seconds
Time for RHS: 0.038606 seconds
Time for RHS: 0.031580 seconds
Time for RHS: 0.032512 seconds
Time for RHS: 0.032066 seconds
Time for RHS: 0.005400 seconds
Time for RHS: 0.004959 seconds
Time for RHS: 0.004087 seconds
Time for RHS: 0.004071 seconds
Time for RHS: 0.003982 seconds
Time for RHS: 0.003986 seconds
Time for RHS: 0.003933 seconds
Time for RHS: 0.003960 seconds
Time for RHS: 0.004536 seconds
Time for RHS: 0.004556 seconds
Time for RHS: 0.003775 seconds
Time for RHS: 0.003744 seconds
Time for RHS: 0.003787 seconds
Time for RHS: 0.003860 seconds
Time for RHS: 0.003839 seconds
Time for RHS: 0.003839 seconds
Time for RHS: 0.004532 seconds
Time for RHS: 0.004493 seconds
Time for RHS: 0.003773 seconds
Time for RHS: 0.003867 seconds
Time for RHS: 0.003866 seconds
Time for RHS: 0.003869 seconds
Time for RHS: 0.003896 seconds
Time for RHS: 0.003837 seconds
Time for RHS: 0.004585 seconds
Time for RHS: 0.004503 seconds
Time for RHS: 0.003792 seconds
Time for RHS: 0.003812 seconds
Time for RHS: 0.003872 seconds
Time for RHS: 0.003887 seconds
Time for RHS: 0.003896 seconds
Time for RHS: 0.003773 seconds
Time for RHS: 0.004584 seconds
Time for RHS: 0.004435 seconds
Time for RHS: 0.003895 seconds
Time for RHS: 0.003787 seconds
Time for RHS: 0.003841 seconds
Time for RHS: 0.003876 seconds
Time for RHS: 0.003870 seconds
Time for RHS: 0.003798 seconds
Time for RHS: 0.004787 seconds
Time for RHS: 0.004556 seconds
Time for RHS: 0.003822 seconds
Time for RHS: 0.003876 seconds
Time for RHS: 0.003836 seconds
Time for RHS: 0.003874 seconds
Time for RHS: 0.003796 seconds
Time for RHS: 0.003781 seconds
Time for RHS: 0.004612 seconds
Time for RHS: 0.004539 seconds
Time for RHS: 0.003812 seconds
Time for RHS: 0.003763 seconds
Time for RHS: 0.003915 seconds
Time for RHS: 0.003879 seconds
Time for RHS: 0.003805 seconds
Time for RHS: 0.003800 seconds
Time for RHS: 0.004472 seconds
Time for RHS: 0.004439 seconds
Time for RHS: 0.003874 seconds
Time for RHS: 0.003812 seconds
Time for RHS: 0.003873 seconds
Time for RHS: 0.003838 seconds
Time for RHS: 0.003832 seconds
Time for RHS: 0.003792 seconds
Time for RHS: 0.004837 seconds
Time for RHS: 0.004512 seconds
Time for RHS: 0.003845 seconds
Time for RHS: 0.003871 seconds
Time for RHS: 0.003878 seconds
Time for RHS: 0.003862 seconds
Time for RHS: 0.003801 seconds
Time for RHS: 0.003751 seconds
Time for RHS: 0.004529 seconds
Time for RHS: 0.004541 seconds
Time for RHS: 0.003790 seconds
Time for RHS: 0.003851 seconds
Time for RHS: 0.003877 seconds
Time for RHS: 0.003850 seconds
Time for RHS: 0.003804 seconds
Time for RHS: 0.003853 seconds
Time for RHS: 0.004584 seconds
Time for RHS: 0.004503 seconds
Time for RHS: 0.003789 seconds
Time for RHS: 0.003751 seconds
Time for RHS: 0.003813 seconds
Time for RHS: 0.003801 seconds
Time for RHS: 0.003806 seconds
Time for RHS: 0.003805 seconds
Time for RHS: 0.004418 seconds
Time for RHS: 0.004404 seconds
Time for RHS: 0.003784 seconds
Time for RHS: 0.003839 seconds
Time for RHS: 0.003850 seconds
Time for RHS: 0.003835 seconds
Time for RHS: 0.003840 seconds
Time for RHS: 0.003862 seconds
Time for RHS: 0.004717 seconds
Time for RHS: 0.004779 seconds
Time for RHS: 0.003819 seconds
Time for RHS: 0.003938 seconds
Time for RHS: 0.003891 seconds
Time for RHS: 0.003845 seconds
Time for RHS: 0.003743 seconds
Time for RHS: 0.003782 seconds
Time for RHS: 0.004488 seconds
Time for RHS: 0.004480 seconds
Time for RHS: 0.003842 seconds
Time for RHS: 0.003895 seconds
Time for RHS: 0.003837 seconds
Time for RHS: 0.003835 seconds
Time for RHS: 0.003721 seconds
Time for RHS: 0.003772 seconds
Time for RHS: 0.004488 seconds
Time for RHS: 0.004443 seconds
Time for RHS: 0.003837 seconds
Time for RHS: 0.003778 seconds
Time for RHS: 0.003757 seconds
Time for RHS: 0.003925 seconds
Time for RHS: 0.003816 seconds
Time for RHS: 0.003905 seconds
Time for RHS: 0.005220 seconds
Time for RHS: 0.004904 seconds
Time for RHS: 0.004027 seconds
Time for RHS: 0.004029 seconds
Time for RHS: 0.004030 seconds
Time for RHS: 0.004010 seconds
Time for RHS: 0.004033 seconds
Time for RHS: 0.003996 seconds
Time for RHS: 0.004596 seconds
Time for RHS: 0.004507 seconds
Time for RHS: 0.003771 seconds
Time for RHS: 0.003831 seconds
Time for RHS: 0.003880 seconds
Time for RHS: 0.003856 seconds
Time for RHS: 0.003789 seconds
Time for RHS: 0.003757 seconds
Time for RHS: 0.004494 seconds
Time for RHS: 0.004521 seconds
Time for RHS: 0.003832 seconds
Time for RHS: 0.003858 seconds
Time for RHS: 0.003857 seconds
Time for RHS: 0.003867 seconds
Time for RHS: 0.003855 seconds
Time for RHS: 0.003844 seconds
Time for RHS: 0.004561 seconds
Time for RHS: 0.004520 seconds
Time for RHS: 0.003790 seconds
Time for RHS: 0.003864 seconds
Time for RHS: 0.003833 seconds
Time for RHS: 0.003845 seconds
Time for RHS: 0.003770 seconds
Time for RHS: 0.003761 seconds
Time for RHS: 0.004463 seconds
Time for RHS: 0.004416 seconds
Time for RHS: 0.003835 seconds
Time for RHS: 0.003860 seconds
Time for RHS: 0.003831 seconds
Time for RHS: 0.003793 seconds
Time for RHS: 0.003848 seconds
Time for RHS: 0.003782 seconds
Time for RHS: 0.004737 seconds
Time for RHS: 0.004535 seconds
Time for RHS: 0.003796 seconds
Time for RHS: 0.003906 seconds
Time for RHS: 0.003938 seconds
Time for RHS: 0.003900 seconds
Time for RHS: 0.003842 seconds
Time for RHS: 0.003787 seconds
Time for RHS: 0.004521 seconds
Time for RHS: 0.004536 seconds
Time for RHS: 0.003805 seconds
Time for RHS: 0.003805 seconds
Time for RHS: 0.003863 seconds
Time for RHS: 0.003800 seconds
Time for RHS: 0.003795 seconds
Time for RHS: 0.003743 seconds
Time for RHS: 0.004473 seconds
Time for RHS: 0.004440 seconds
Time for RHS: 0.003861 seconds
Time for RHS: 0.003862 seconds
Time for RHS: 0.003877 seconds
Time for RHS: 0.003863 seconds
Time for RHS: 0.003830 seconds
Time for RHS: 0.003812 seconds
Time for RHS: 0.004844 seconds
Time for RHS: 0.004625 seconds
Time for RHS: 0.003816 seconds
Time for RHS: 0.003833 seconds
Time for RHS: 0.003863 seconds
Time for RHS: 0.003832 seconds
Time for RHS: 0.003852 seconds
Time for RHS: 0.003784 seconds
Time for RHS: 0.004573 seconds
Time for RHS: 0.004553 seconds
Time for RHS: 0.003747 seconds
Time for RHS: 0.003832 seconds
Time for RHS: 0.003934 seconds
Time for RHS: 0.003884 seconds
Time for RHS: 0.003843 seconds
Time for RHS: 0.003835 seconds
Time for RHS: 0.004511 seconds
Time for RHS: 0.004529 seconds
Time for RHS: 0.003765 seconds
Time for RHS: 0.003844 seconds
Time for RHS: 0.003846 seconds
Time for RHS: 0.003877 seconds
Time for RHS: 0.003867 seconds
Time for RHS: 0.003856 seconds
Time for RHS: 0.004515 seconds
Time for RHS: 0.004416 seconds
Time for RHS: 0.003760 seconds
Time for RHS: 0.003797 seconds
Time for RHS: 0.003811 seconds
Time for RHS: 0.003884 seconds
Time for RHS: 0.003799 seconds
Time for RHS: 0.003801 seconds
Time for RHS: 0.004792 seconds
Time for RHS: 0.004565 seconds
Time for RHS: 0.003825 seconds
Time for RHS: 0.003871 seconds
Time for RHS: 0.003844 seconds
Time for RHS: 0.003801 seconds
Time for RHS: 0.003818 seconds
Time for RHS: 0.003792 seconds
Time for RHS: 0.004536 seconds
Time for RHS: 0.004604 seconds
Time for RHS: 0.003800 seconds
Time for RHS: 0.003834 seconds
Time for RHS: 0.003802 seconds
Time for RHS: 0.003882 seconds
Time for RHS: 0.003850 seconds
Time for RHS: 0.003797 seconds
Time for RHS: 0.004561 seconds
Time for RHS: 0.004463 seconds
Time for RHS: 0.003825 seconds
Time for RHS: 0.003930 seconds
Time for RHS: 0.003813 seconds
Time for RHS: 0.003850 seconds
Time for RHS: 0.003835 seconds
Time for RHS: 0.003834 seconds
Time for RHS: 0.038134 seconds
Time for RHS: 0.031412 seconds
Time for RHS: 0.032371 seconds
Time for RHS: 0.032374 seconds
Time for RHS: 0.005405 seconds
Time for RHS: 0.004942 seconds
Time for RHS: 0.004043 seconds
Time for RHS: 0.004043 seconds
Time for RHS: 0.004071 seconds
Time for RHS: 0.004018 seconds
Time for RHS: 0.003947 seconds
Time for RHS: 0.003953 seconds
Time for RHS: 0.004503 seconds
Time for RHS: 0.004516 seconds
Time for RHS: 0.003815 seconds
Time for RHS: 0.003823 seconds
Time for RHS: 0.003829 seconds
Time for RHS: 0.003863 seconds
Time for RHS: 0.003869 seconds
Time for RHS: 0.003781 seconds
Time for RHS: 0.004476 seconds
Time for RHS: 0.004551 seconds
Time for RHS: 0.003798 seconds
Time for RHS: 0.003851 seconds
Time for RHS: 0.003919 seconds
Time for RHS: 0.003866 seconds
Time for RHS: 0.003794 seconds
Time for RHS: 0.003802 seconds
Time for RHS: 0.004599 seconds
Time for RHS: 0.004542 seconds
Time for RHS: 0.003822 seconds
Time for RHS: 0.003834 seconds
Time for RHS: 0.003869 seconds
Time for RHS: 0.003834 seconds
Time for RHS: 0.003846 seconds
Time for RHS: 0.003777 seconds
Time for RHS: 0.004454 seconds
Time for RHS: 0.004410 seconds
Time for RHS: 0.003812 seconds
Time for RHS: 0.003804 seconds
Time for RHS: 0.003831 seconds
Time for RHS: 0.003794 seconds
Time for RHS: 0.003864 seconds
Time for RHS: 0.003846 seconds
Time for RHS: 0.004742 seconds
Time for RHS: 0.004558 seconds
Time for RHS: 0.003824 seconds
Time for RHS: 0.003906 seconds
Time for RHS: 0.003876 seconds
Time for RHS: 0.003890 seconds
Time for RHS: 0.003866 seconds
Time for RHS: 0.003865 seconds
Time for RHS: 0.004505 seconds
Time for RHS: 0.004530 seconds
Time for RHS: 0.003773 seconds
Time for RHS: 0.003907 seconds
Time for RHS: 0.003863 seconds
Time for RHS: 0.003847 seconds
Time for RHS: 0.003808 seconds
Time for RHS: 0.003797 seconds
Time for RHS: 0.004534 seconds
Time for RHS: 0.004426 seconds
Time for RHS: 0.003865 seconds
Time for RHS: 0.003783 seconds
Time for RHS: 0.003852 seconds
Time for RHS: 0.003868 seconds
Time for RHS: 0.003848 seconds
Time for RHS: 0.003907 seconds
Time for RHS: 0.004963 seconds
Time for RHS: 0.004543 seconds
Time for RHS: 0.003849 seconds
Time for RHS: 0.003819 seconds
Time for RHS: 0.003810 seconds
Time for RHS: 0.003809 seconds
Time for RHS: 0.003857 seconds
Time for RHS: 0.003837 seconds
Time for RHS: 0.004585 seconds
Time for RHS: 0.004507 seconds
Time for RHS: 0.003812 seconds
Time for RHS: 0.003885 seconds
Time for RHS: 0.003881 seconds
Time for RHS: 0.003829 seconds
Time for RHS: 0.003865 seconds
Time for RHS: 0.003825 seconds
Time for RHS: 0.004587 seconds
Time for RHS: 0.004510 seconds
Time for RHS: 0.003834 seconds
Time for RHS: 0.003889 seconds
Time for RHS: 0.003900 seconds
Time for RHS: 0.003850 seconds
Time for RHS: 0.003857 seconds
Time for RHS: 0.003799 seconds
Time for RHS: 0.004497 seconds
Time for RHS: 0.004421 seconds
Time for RHS: 0.003836 seconds
Time for RHS: 0.003856 seconds
Time for RHS: 0.003835 seconds
Time for RHS: 0.004313 seconds
Time for RHS: 0.003851 seconds
Time for RHS: 0.003835 seconds
Time for RHS: 0.004853 seconds
Time for RHS: 0.004593 seconds
Time for RHS: 0.003819 seconds
Time for RHS: 0.003879 seconds
Time for RHS: 0.003880 seconds
Time for RHS: 0.003895 seconds
Time for RHS: 0.004181 seconds
Time for RHS: 0.003829 seconds
Time for RHS: 0.004563 seconds
Time for RHS: 0.004647 seconds
Time for RHS: 0.003788 seconds
Time for RHS: 0.003806 seconds
Time for RHS: 0.003810 seconds
Time for RHS: 0.003841 seconds
Time for RHS: 0.003831 seconds
Time for RHS: 0.003794 seconds
Time for RHS: 0.004478 seconds
Time for RHS: 0.004399 seconds
Time for RHS: 0.003816 seconds
Time for RHS: 0.003814 seconds
Time for RHS: 0.003851 seconds
Time for RHS: 0.003913 seconds
Time for RHS: 0.003853 seconds
Time for RHS: 0.003865 seconds
Time for RHS: 0.005311 seconds
Time for RHS: 0.004772 seconds
Time for RHS: 0.003960 seconds
Time for RHS: 0.004013 seconds
Time for RHS: 0.003964 seconds
Time for RHS: 0.004028 seconds
Time for RHS: 0.003955 seconds
Time for RHS: 0.003997 seconds
Time for RHS: 0.004465 seconds
Time for RHS: 0.004529 seconds
Time for RHS: 0.003818 seconds
Time for RHS: 0.003815 seconds
Time for RHS: 0.003828 seconds
Time for RHS: 0.003908 seconds
Time for RHS: 0.003732 seconds
Time for RHS: 0.003787 seconds
Time for RHS: 0.004576 seconds
Time for RHS: 0.004573 seconds
Time for RHS: 0.003778 seconds
Time for RHS: 0.003872 seconds
Time for RHS: 0.003878 seconds
Time for RHS: 0.003884 seconds
Time for RHS: 0.003800 seconds
Time for RHS: 0.003844 seconds
Time for RHS: 0.004497 seconds
Time for RHS: 0.004486 seconds
Time for RHS: 0.003816 seconds
Time for RHS: 0.003945 seconds
Time for RHS: 0.003837 seconds
Time for RHS: 0.003846 seconds
Time for RHS: 0.003780 seconds
Time for RHS: 0.003840 seconds
Time for RHS: 0.004529 seconds
Time for RHS: 0.004384 seconds
Time for RHS: 0.003775 seconds
Time for RHS: 0.003826 seconds
Time for RHS: 0.003774 seconds
Time for RHS: 0.003827 seconds
Time for RHS: 0.003813 seconds
Time for RHS: 0.003781 seconds
Time for RHS: 0.004749 seconds
Time for RHS: 0.004577 seconds
Time for RHS: 0.003838 seconds
Time for RHS: 0.003879 seconds
Time for RHS: 0.003920 seconds
Time for RHS: 0.003866 seconds
Time for RHS: 0.003873 seconds
Time for RHS: 0.003808 seconds
Time for RHS: 0.004542 seconds
Time for RHS: 0.004570 seconds
Time for RHS: 0.003763 seconds
Time for RHS: 0.003819 seconds
Time for RHS: 0.003848 seconds
Time for RHS: 0.003873 seconds
Time for RHS: 0.003797 seconds
Time for RHS: 0.003814 seconds
Time for RHS: 0.004549 seconds
Time for RHS: 0.004387 seconds
Time for RHS: 0.003890 seconds
Time for RHS: 0.003804 seconds
Time for RHS: 0.003842 seconds
Time for RHS: 0.003813 seconds
Time for RHS: 0.003825 seconds
Time for RHS: 0.003753 seconds
Time for RHS: 0.005020 seconds
Time for RHS: 0.004555 seconds
Time for RHS: 0.003805 seconds
Time for RHS: 0.003834 seconds
Time for RHS: 0.003926 seconds
Time for RHS: 0.003819 seconds
Time for RHS: 0.003831 seconds
Time for RHS: 0.003761 seconds
Time for RHS: 0.004529 seconds
Time for RHS: 0.004560 seconds
Time for RHS: 0.003862 seconds
Time for RHS: 0.003844 seconds
Time for RHS: 0.003862 seconds
Time for RHS: 0.003989 seconds
Time for RHS: 0.003871 seconds
Time for RHS: 0.003889 seconds
Time for RHS: 0.004530 seconds
Time for RHS: 0.004514 seconds
Time for RHS: 0.003776 seconds
Time for RHS: 0.003882 seconds
Time for RHS: 0.003925 seconds
Time for RHS: 0.003895 seconds
Time for RHS: 0.003803 seconds
Time for RHS: 0.003801 seconds
Time for RHS: 0.004522 seconds
Time for RHS: 0.004418 seconds
Time for RHS: 0.003817 seconds
Time for RHS: 0.003804 seconds
Time for RHS: 0.003832 seconds
Time for RHS: 0.003911 seconds
Time for RHS: 0.003792 seconds
Time for RHS: 0.003786 seconds
Time for RHS: 0.004842 seconds
Time for RHS: 0.004582 seconds
Time for RHS: 0.003802 seconds
Time for RHS: 0.003906 seconds
Time for RHS: 0.003876 seconds
Time for RHS: 0.003923 seconds
Time for RHS: 0.004249 seconds
Time for RHS: 0.003862 seconds
Time for RHS: 0.004589 seconds
Time for RHS: 0.004500 seconds
Time for RHS: 0.003802 seconds
Time for RHS: 0.003876 seconds
Time for RHS: 0.003866 seconds
Time for RHS: 0.003837 seconds
Time for RHS: 0.003850 seconds
Time for RHS: 0.003832 seconds
Time for RHS: 0.004494 seconds
Time for RHS: 0.004431 seconds
Time for RHS: 0.003776 seconds
Time for RHS: 0.003827 seconds
Time for RHS: 0.003859 seconds
Time for RHS: 0.003832 seconds
Time for RHS: 0.003757 seconds
Time for RHS: 0.003841 seconds
Time for RHS: 0.038551 seconds
Time for RHS: 0.037501 seconds
Time for RHS: 0.037670 seconds
Time for RHS: 0.037336 seconds
Time for RHS: 0.005409 seconds
Time for RHS: 0.005035 seconds
Time for RHS: 0.004681 seconds
Time for RHS: 0.004681 seconds
Time for RHS: 0.004627 seconds
Time for RHS: 0.004593 seconds
Time for RHS: 0.004610 seconds
Time for RHS: 0.004642 seconds
Timestep # 2: integrating to time: 0.833333 Computer used 29.0638 seconds!
Memory usage: current 5667/5667/5667MB, peak 5701/5701/5701MB
puncture position: no. 0 = (-0.0116109 4.46147 2.35192e-05)
puncture position: no. 1 = (0.0193179 -5.53806 3.76241e-05)
If you think the physical evolution time is enough for this simulation, please input 'stop' in the terminal to stop the MPI processes in the next evolution step !
Time for RHS: 0.024408 seconds
Time for RHS: 0.020906 seconds
Time for RHS: 0.021312 seconds
Time for RHS: 0.021368 seconds
Time for RHS: 0.038248 seconds
Time for RHS: 0.031278 seconds
Time for RHS: 0.032172 seconds
Time for RHS: 0.032044 seconds
Time for RHS: 0.038488 seconds
Time for RHS: 0.031468 seconds
Time for RHS: 0.032268 seconds
Time for RHS: 0.032477 seconds
Time for RHS: 0.038555 seconds
Time for RHS: 0.031624 seconds
Time for RHS: 0.032226 seconds
Time for RHS: 0.032186 seconds
Time for RHS: 0.038631 seconds
Time for RHS: 0.031531 seconds
Time for RHS: 0.032282 seconds
Time for RHS: 0.032399 seconds
Time for RHS: 0.005378 seconds
Time for RHS: 0.004912 seconds
Time for RHS: 0.004064 seconds
Time for RHS: 0.004020 seconds
Time for RHS: 0.004039 seconds
Time for RHS: 0.004059 seconds
Time for RHS: 0.003985 seconds
Time for RHS: 0.004034 seconds
Time for RHS: 0.004470 seconds
Time for RHS: 0.004481 seconds
Time for RHS: 0.003767 seconds
Time for RHS: 0.003846 seconds
Time for RHS: 0.003848 seconds
Time for RHS: 0.003814 seconds
Time for RHS: 0.003836 seconds
Time for RHS: 0.003778 seconds
Time for RHS: 0.004536 seconds
Time for RHS: 0.004575 seconds
Time for RHS: 0.003789 seconds
Time for RHS: 0.003868 seconds
Time for RHS: 0.003874 seconds
Time for RHS: 0.003841 seconds
Time for RHS: 0.003848 seconds
Time for RHS: 0.003806 seconds
Time for RHS: 0.004543 seconds
Time for RHS: 0.004541 seconds
Time for RHS: 0.003824 seconds
Time for RHS: 0.003788 seconds
Time for RHS: 0.003832 seconds
Time for RHS: 0.003856 seconds
Time for RHS: 0.003863 seconds
Time for RHS: 0.003797 seconds
Time for RHS: 0.004477 seconds
Time for RHS: 0.004405 seconds
Time for RHS: 0.003841 seconds
Time for RHS: 0.003837 seconds
Time for RHS: 0.003820 seconds
Time for RHS: 0.003755 seconds
Time for RHS: 0.003789 seconds
Time for RHS: 0.003855 seconds
Time for RHS: 0.004765 seconds
Time for RHS: 0.004580 seconds
Time for RHS: 0.003815 seconds
Time for RHS: 0.003876 seconds
Time for RHS: 0.003907 seconds
Time for RHS: 0.003841 seconds
Time for RHS: 0.003804 seconds
Time for RHS: 0.003877 seconds
Time for RHS: 0.004686 seconds
Time for RHS: 0.004525 seconds
Time for RHS: 0.003781 seconds
Time for RHS: 0.003843 seconds
Time for RHS: 0.003978 seconds
Time for RHS: 0.003871 seconds
Time for RHS: 0.003791 seconds
Time for RHS: 0.005441 seconds
Time for RHS: 0.004520 seconds
Time for RHS: 0.004422 seconds
Time for RHS: 0.003835 seconds
Time for RHS: 0.003820 seconds
Time for RHS: 0.003808 seconds
Time for RHS: 0.003835 seconds
Time for RHS: 0.003826 seconds
Time for RHS: 0.003828 seconds
Time for RHS: 0.004892 seconds
Time for RHS: 0.004501 seconds
Time for RHS: 0.003885 seconds
Time for RHS: 0.003850 seconds
Time for RHS: 0.003893 seconds
Time for RHS: 0.003848 seconds
Time for RHS: 0.003782 seconds
Time for RHS: 0.003761 seconds
Time for RHS: 0.004613 seconds
Time for RHS: 0.004552 seconds
Time for RHS: 0.003814 seconds
Time for RHS: 0.003820 seconds
Time for RHS: 0.003831 seconds
Time for RHS: 0.003857 seconds
Time for RHS: 0.003829 seconds
Time for RHS: 0.003841 seconds
Time for RHS: 0.004535 seconds
Time for RHS: 0.004482 seconds
Time for RHS: 0.003777 seconds
Time for RHS: 0.003899 seconds
Time for RHS: 0.003821 seconds
Time for RHS: 0.003790 seconds
Time for RHS: 0.003844 seconds
Time for RHS: 0.003809 seconds
Time for RHS: 0.004519 seconds
Time for RHS: 0.004423 seconds
Time for RHS: 0.003856 seconds
Time for RHS: 0.003779 seconds
Time for RHS: 0.003867 seconds
Time for RHS: 0.003794 seconds
Time for RHS: 0.003842 seconds
Time for RHS: 0.003849 seconds
Time for RHS: 0.004754 seconds
Time for RHS: 0.004530 seconds
Time for RHS: 0.003872 seconds
Time for RHS: 0.003931 seconds
Time for RHS: 0.003861 seconds
Time for RHS: 0.003859 seconds
Time for RHS: 0.003824 seconds
Time for RHS: 0.003781 seconds
Time for RHS: 0.004566 seconds
Time for RHS: 0.004523 seconds
Time for RHS: 0.003833 seconds
Time for RHS: 0.003824 seconds
Time for RHS: 0.003832 seconds
Time for RHS: 0.003878 seconds
Time for RHS: 0.003806 seconds
Time for RHS: 0.003817 seconds
Time for RHS: 0.004425 seconds
Time for RHS: 0.004379 seconds
Time for RHS: 0.003826 seconds
Time for RHS: 0.003900 seconds
Time for RHS: 0.003873 seconds
Time for RHS: 0.003848 seconds
Time for RHS: 0.003798 seconds
Time for RHS: 0.003800 seconds
Time for RHS: 0.005314 seconds
Time for RHS: 0.004824 seconds
Time for RHS: 0.003991 seconds
Time for RHS: 0.003975 seconds
Time for RHS: 0.003968 seconds
Time for RHS: 0.004019 seconds
Time for RHS: 0.004038 seconds
Time for RHS: 0.003908 seconds
Time for RHS: 0.004511 seconds
Time for RHS: 0.004510 seconds
Time for RHS: 0.003920 seconds
Time for RHS: 0.003763 seconds
Time for RHS: 0.003859 seconds
Time for RHS: 0.003888 seconds
Time for RHS: 0.003798 seconds
Time for RHS: 0.003890 seconds
Time for RHS: 0.004519 seconds
Time for RHS: 0.004571 seconds
Time for RHS: 0.003793 seconds
Time for RHS: 0.003839 seconds
Time for RHS: 0.003882 seconds
Time for RHS: 0.003880 seconds
Time for RHS: 0.003888 seconds
Time for RHS: 0.003847 seconds
Time for RHS: 0.004498 seconds
Time for RHS: 0.004504 seconds
Time for RHS: 0.003783 seconds
Time for RHS: 0.003855 seconds
Time for RHS: 0.003885 seconds
Time for RHS: 0.003842 seconds
Time for RHS: 0.003845 seconds
Time for RHS: 0.003836 seconds
Time for RHS: 0.004460 seconds
Time for RHS: 0.004444 seconds
Time for RHS: 0.003861 seconds
Time for RHS: 0.003794 seconds
Time for RHS: 0.003877 seconds
Time for RHS: 0.003846 seconds
Time for RHS: 0.003810 seconds
Time for RHS: 0.003790 seconds
Time for RHS: 0.004795 seconds
Time for RHS: 0.004593 seconds
Time for RHS: 0.003817 seconds
Time for RHS: 0.003940 seconds
Time for RHS: 0.003881 seconds
Time for RHS: 0.003894 seconds
Time for RHS: 0.003870 seconds
Time for RHS: 0.003806 seconds
Time for RHS: 0.004482 seconds
Time for RHS: 0.004486 seconds
Time for RHS: 0.003775 seconds
Time for RHS: 0.003788 seconds
Time for RHS: 0.003820 seconds
Time for RHS: 0.004195 seconds
Time for RHS: 0.003815 seconds
Time for RHS: 0.003797 seconds
Time for RHS: 0.004441 seconds
Time for RHS: 0.004421 seconds
Time for RHS: 0.003875 seconds
Time for RHS: 0.003817 seconds
Time for RHS: 0.003829 seconds
Time for RHS: 0.003819 seconds
Time for RHS: 0.003855 seconds
Time for RHS: 0.003814 seconds
Time for RHS: 0.004934 seconds
Time for RHS: 0.004583 seconds
Time for RHS: 0.003824 seconds
Time for RHS: 0.003873 seconds
Time for RHS: 0.003831 seconds
Time for RHS: 0.003884 seconds
Time for RHS: 0.003831 seconds
Time for RHS: 0.003822 seconds
Time for RHS: 0.004554 seconds
Time for RHS: 0.004524 seconds
Time for RHS: 0.003771 seconds
Time for RHS: 0.003849 seconds
Time for RHS: 0.003871 seconds
Time for RHS: 0.003895 seconds
Time for RHS: 0.003866 seconds
Time for RHS: 0.003822 seconds
Time for RHS: 0.004509 seconds
Time for RHS: 0.004521 seconds
Time for RHS: 0.003888 seconds
Time for RHS: 0.003712 seconds
Time for RHS: 0.003858 seconds
Time for RHS: 0.003779 seconds
Time for RHS: 0.003851 seconds
Time for RHS: 0.003799 seconds
Time for RHS: 0.004492 seconds
Time for RHS: 0.004405 seconds
Time for RHS: 0.003812 seconds
Time for RHS: 0.003812 seconds
Time for RHS: 0.003862 seconds
Time for RHS: 0.003865 seconds
Time for RHS: 0.003802 seconds
Time for RHS: 0.003809 seconds
Time for RHS: 0.004794 seconds
Time for RHS: 0.004575 seconds
Time for RHS: 0.003820 seconds
Time for RHS: 0.003844 seconds
Time for RHS: 0.003885 seconds
Time for RHS: 0.003839 seconds
Time for RHS: 0.003858 seconds
Time for RHS: 0.003873 seconds
Time for RHS: 0.004521 seconds
Time for RHS: 0.004564 seconds
Time for RHS: 0.003782 seconds
Time for RHS: 0.003848 seconds
Time for RHS: 0.003841 seconds
Time for RHS: 0.003824 seconds
Time for RHS: 0.003772 seconds
Time for RHS: 0.003764 seconds
Time for RHS: 0.004584 seconds
Time for RHS: 0.004402 seconds
Time for RHS: 0.003818 seconds
Time for RHS: 0.003833 seconds
Time for RHS: 0.003838 seconds
Time for RHS: 0.003919 seconds
Time for RHS: 0.003836 seconds
Time for RHS: 0.003793 seconds
Time for RHS: 0.038198 seconds
Time for RHS: 0.031408 seconds
Time for RHS: 0.032310 seconds
Time for RHS: 0.032202 seconds
Time for RHS: 0.005401 seconds
Time for RHS: 0.004940 seconds
Time for RHS: 0.004097 seconds
Time for RHS: 0.004022 seconds
Time for RHS: 0.004061 seconds
Time for RHS: 0.003982 seconds
Time for RHS: 0.003969 seconds
Time for RHS: 0.004039 seconds
Time for RHS: 0.004540 seconds
Time for RHS: 0.004513 seconds
Time for RHS: 0.003800 seconds
Time for RHS: 0.003835 seconds
Time for RHS: 0.003827 seconds
Time for RHS: 0.003826 seconds
Time for RHS: 0.003759 seconds
Time for RHS: 0.003766 seconds
Time for RHS: 0.004514 seconds
Time for RHS: 0.004561 seconds
Time for RHS: 0.003816 seconds
Time for RHS: 0.003826 seconds
Time for RHS: 0.003887 seconds
Time for RHS: 0.003821 seconds
Time for RHS: 0.003828 seconds
Time for RHS: 0.003854 seconds
Time for RHS: 0.004533 seconds
Time for RHS: 0.004493 seconds
Time for RHS: 0.003792 seconds
Time for RHS: 0.003865 seconds
Time for RHS: 0.003847 seconds
Time for RHS: 0.003806 seconds
Time for RHS: 0.003774 seconds
Time for RHS: 0.003819 seconds
Time for RHS: 0.004431 seconds
Time for RHS: 0.004375 seconds
Time for RHS: 0.003765 seconds
Time for RHS: 0.003794 seconds
Time for RHS: 0.003789 seconds
Time for RHS: 0.003813 seconds
Time for RHS: 0.003779 seconds
Time for RHS: 0.003788 seconds
Time for RHS: 0.004757 seconds
Time for RHS: 0.004633 seconds
Time for RHS: 0.003855 seconds
Time for RHS: 0.003912 seconds
Time for RHS: 0.003875 seconds
Time for RHS: 0.003880 seconds
Time for RHS: 0.003824 seconds
Time for RHS: 0.003886 seconds
Time for RHS: 0.004524 seconds
Time for RHS: 0.004540 seconds
Time for RHS: 0.003739 seconds
Time for RHS: 0.003822 seconds
Time for RHS: 0.003878 seconds
Time for RHS: 0.003929 seconds
Time for RHS: 0.003822 seconds
Time for RHS: 0.003782 seconds
Time for RHS: 0.004491 seconds
Time for RHS: 0.004440 seconds
Time for RHS: 0.003777 seconds
Time for RHS: 0.003872 seconds
Time for RHS: 0.003782 seconds
Time for RHS: 0.003888 seconds
Time for RHS: 0.003844 seconds
Time for RHS: 0.003892 seconds
Time for RHS: 0.004943 seconds
Time for RHS: 0.004592 seconds
Time for RHS: 0.003814 seconds
Time for RHS: 0.003834 seconds
Time for RHS: 0.003841 seconds
Time for RHS: 0.003888 seconds
Time for RHS: 0.003829 seconds
Time for RHS: 0.003798 seconds
Time for RHS: 0.004577 seconds
Time for RHS: 0.004544 seconds
Time for RHS: 0.003828 seconds
Time for RHS: 0.003896 seconds
Time for RHS: 0.003892 seconds
Time for RHS: 0.003851 seconds
Time for RHS: 0.003815 seconds
Time for RHS: 0.003811 seconds
Time for RHS: 0.004532 seconds
Time for RHS: 0.004505 seconds
Time for RHS: 0.003747 seconds
Time for RHS: 0.003802 seconds
Time for RHS: 0.003815 seconds
Time for RHS: 0.003890 seconds
Time for RHS: 0.003827 seconds
Time for RHS: 0.003774 seconds
Time for RHS: 0.004399 seconds
Time for RHS: 0.004457 seconds
Time for RHS: 0.003800 seconds
Time for RHS: 0.003859 seconds
Time for RHS: 0.003818 seconds
Time for RHS: 0.003916 seconds
Time for RHS: 0.003853 seconds
Time for RHS: 0.003853 seconds
Time for RHS: 0.004810 seconds
Time for RHS: 0.004615 seconds
Time for RHS: 0.003885 seconds
Time for RHS: 0.003844 seconds
Time for RHS: 0.003908 seconds
Time for RHS: 0.003875 seconds
Time for RHS: 0.003810 seconds
Time for RHS: 0.003884 seconds
Time for RHS: 0.004500 seconds
Time for RHS: 0.004483 seconds
Time for RHS: 0.003795 seconds
Time for RHS: 0.003843 seconds
Time for RHS: 0.003831 seconds
Time for RHS: 0.003821 seconds
Time for RHS: 0.003808 seconds
Time for RHS: 0.003744 seconds
Time for RHS: 0.004490 seconds
Time for RHS: 0.004440 seconds
Time for RHS: 0.003827 seconds
Time for RHS: 0.003806 seconds
Time for RHS: 0.003793 seconds
Time for RHS: 0.003823 seconds
Time for RHS: 0.003787 seconds
Time for RHS: 0.003793 seconds
Time for RHS: 0.005269 seconds
Time for RHS: 0.004808 seconds
Time for RHS: 0.004052 seconds
Time for RHS: 0.004007 seconds
Time for RHS: 0.003937 seconds
Time for RHS: 0.004085 seconds
Time for RHS: 0.003981 seconds
Time for RHS: 0.003979 seconds
Time for RHS: 0.004528 seconds
Time for RHS: 0.004524 seconds
Time for RHS: 0.003837 seconds
Time for RHS: 0.003847 seconds
Time for RHS: 0.004040 seconds
Time for RHS: 0.003817 seconds
Time for RHS: 0.003799 seconds
Time for RHS: 0.003813 seconds
Time for RHS: 0.004572 seconds
Time for RHS: 0.004560 seconds
Time for RHS: 0.003841 seconds
Time for RHS: 0.003850 seconds
Time for RHS: 0.003815 seconds
Time for RHS: 0.003856 seconds
Time for RHS: 0.003890 seconds
Time for RHS: 0.003868 seconds
Time for RHS: 0.004534 seconds
Time for RHS: 0.004461 seconds
Time for RHS: 0.003778 seconds
Time for RHS: 0.003852 seconds
Time for RHS: 0.003867 seconds
Time for RHS: 0.003788 seconds
Time for RHS: 0.003819 seconds
Time for RHS: 0.003782 seconds
Time for RHS: 0.004485 seconds
Time for RHS: 0.004397 seconds
Time for RHS: 0.003768 seconds
Time for RHS: 0.003828 seconds
Time for RHS: 0.003839 seconds
Time for RHS: 0.003763 seconds
Time for RHS: 0.003797 seconds
Time for RHS: 0.003852 seconds
Time for RHS: 0.005084 seconds
Time for RHS: 0.004652 seconds
Time for RHS: 0.003846 seconds
Time for RHS: 0.003901 seconds
Time for RHS: 0.003907 seconds
Time for RHS: 0.003879 seconds
Time for RHS: 0.003857 seconds
Time for RHS: 0.003802 seconds
Time for RHS: 0.004565 seconds
Time for RHS: 0.004502 seconds
Time for RHS: 0.003757 seconds
Time for RHS: 0.003748 seconds
Time for RHS: 0.003770 seconds
Time for RHS: 0.003776 seconds
Time for RHS: 0.003795 seconds
Time for RHS: 0.003811 seconds
Time for RHS: 0.004466 seconds
Time for RHS: 0.004416 seconds
Time for RHS: 0.003806 seconds
Time for RHS: 0.003728 seconds
Time for RHS: 0.003795 seconds
Time for RHS: 0.003782 seconds
Time for RHS: 0.003752 seconds
Time for RHS: 0.003747 seconds
Time for RHS: 0.004838 seconds
Time for RHS: 0.004545 seconds
Time for RHS: 0.003821 seconds
Time for RHS: 0.003937 seconds
Time for RHS: 0.003863 seconds
Time for RHS: 0.003846 seconds
Time for RHS: 0.003790 seconds
Time for RHS: 0.003775 seconds
Time for RHS: 0.004585 seconds
Time for RHS: 0.004567 seconds
Time for RHS: 0.003864 seconds
Time for RHS: 0.003911 seconds
Time for RHS: 0.003927 seconds
Time for RHS: 0.003940 seconds
Time for RHS: 0.003873 seconds
Time for RHS: 0.003831 seconds
Time for RHS: 0.004411 seconds
Time for RHS: 0.004442 seconds
Time for RHS: 0.003757 seconds
Time for RHS: 0.003764 seconds
Time for RHS: 0.003836 seconds
Time for RHS: 0.003763 seconds
Time for RHS: 0.003717 seconds
Time for RHS: 0.003666 seconds
Time for RHS: 0.004394 seconds
Time for RHS: 0.004427 seconds
Time for RHS: 0.003754 seconds
Time for RHS: 0.003780 seconds
Time for RHS: 0.003828 seconds
Time for RHS: 0.003756 seconds
Time for RHS: 0.003740 seconds
Time for RHS: 0.003737 seconds
Time for RHS: 0.004745 seconds
Time for RHS: 0.004557 seconds
Time for RHS: 0.003845 seconds
Time for RHS: 0.003879 seconds
Time for RHS: 0.003845 seconds
Time for RHS: 0.003869 seconds
Time for RHS: 0.003890 seconds
Time for RHS: 0.003870 seconds
Time for RHS: 0.004511 seconds
Time for RHS: 0.004607 seconds
Time for RHS: 0.003820 seconds
Time for RHS: 0.003936 seconds
Time for RHS: 0.003761 seconds
Time for RHS: 0.003717 seconds
Time for RHS: 0.003749 seconds
Time for RHS: 0.003794 seconds
Time for RHS: 0.004409 seconds
Time for RHS: 0.004354 seconds
Time for RHS: 0.003768 seconds
Time for RHS: 0.003744 seconds
Time for RHS: 0.003806 seconds
Time for RHS: 0.003755 seconds
Time for RHS: 0.003724 seconds
Time for RHS: 0.003734 seconds
Time for RHS: 0.039069 seconds
Time for RHS: 0.041244 seconds
Time for RHS: 0.037708 seconds
Time for RHS: 0.037468 seconds
Time for RHS: 0.005449 seconds
Time for RHS: 0.005050 seconds
Time for RHS: 0.004669 seconds
Time for RHS: 0.004707 seconds
Time for RHS: 0.004622 seconds
Time for RHS: 0.004716 seconds
Time for RHS: 0.004566 seconds
Time for RHS: 0.004551 seconds
Timestep # 3: integrating to time: 1.25 Computer used 29.2415 seconds!
Memory usage: current 5666/5666/5666MB, peak 5736/5736/5736MB
puncture position: no. 0 = (-0.0297861 4.46124 4.12519e-05)
puncture position: no. 1 = (0.0451533 -5.53742 6.60539e-05)
If you think the physical evolution time is enough for this simulation, please input 'stop' in the terminal to stop the MPI processes in the next evolution step !
Time for RHS: 0.024577 seconds
Time for RHS: 0.020810 seconds
Time for RHS: 0.021058 seconds
Time for RHS: 0.021249 seconds
Time for RHS: 0.038785 seconds
Time for RHS: 0.031394 seconds
Time for RHS: 0.032189 seconds
Time for RHS: 0.032470 seconds
Time for RHS: 0.042429 seconds
Time for RHS: 0.031530 seconds
Time for RHS: 0.032323 seconds
Time for RHS: 0.032282 seconds
Time for RHS: 0.038866 seconds
Time for RHS: 0.031657 seconds
Time for RHS: 0.032374 seconds
Time for RHS: 0.032509 seconds
Time for RHS: 0.038484 seconds
Time for RHS: 0.031176 seconds
Time for RHS: 0.032065 seconds
Time for RHS: 0.032345 seconds
Time for RHS: 0.005458 seconds
Time for RHS: 0.004950 seconds
Time for RHS: 0.004084 seconds
Time for RHS: 0.004043 seconds
Time for RHS: 0.004007 seconds
Time for RHS: 0.003986 seconds
Time for RHS: 0.003930 seconds
Time for RHS: 0.003930 seconds
Time for RHS: 0.004567 seconds
Time for RHS: 0.004555 seconds
Time for RHS: 0.003813 seconds
Time for RHS: 0.003803 seconds
Time for RHS: 0.003886 seconds
Time for RHS: 0.003826 seconds
Time for RHS: 0.003732 seconds
Time for RHS: 0.003743 seconds
Time for RHS: 0.004508 seconds
Time for RHS: 0.004597 seconds
Time for RHS: 0.003830 seconds
Time for RHS: 0.003814 seconds
Time for RHS: 0.003852 seconds
Time for RHS: 0.003871 seconds
Time for RHS: 0.003844 seconds
Time for RHS: 0.003872 seconds
Time for RHS: 0.004454 seconds
Time for RHS: 0.004530 seconds
Time for RHS: 0.003773 seconds
Time for RHS: 0.003761 seconds
Time for RHS: 0.003820 seconds
Time for RHS: 0.003752 seconds
Time for RHS: 0.003706 seconds
Time for RHS: 0.003752 seconds
Time for RHS: 0.004468 seconds
Time for RHS: 0.004398 seconds
Time for RHS: 0.003746 seconds
Time for RHS: 0.003819 seconds
Time for RHS: 0.003782 seconds
Time for RHS: 0.003777 seconds
Time for RHS: 0.003746 seconds
Time for RHS: 0.003701 seconds
Time for RHS: 0.004745 seconds
Time for RHS: 0.004569 seconds
Time for RHS: 0.003844 seconds
Time for RHS: 0.003903 seconds
Time for RHS: 0.003841 seconds
Time for RHS: 0.003872 seconds
Time for RHS: 0.003846 seconds
Time for RHS: 0.003870 seconds
Time for RHS: 0.004543 seconds
Time for RHS: 0.004476 seconds
Time for RHS: 0.003704 seconds
Time for RHS: 0.003806 seconds
Time for RHS: 0.003771 seconds
Time for RHS: 0.003769 seconds
Time for RHS: 0.003741 seconds
Time for RHS: 0.003745 seconds
Time for RHS: 0.004355 seconds
Time for RHS: 0.004355 seconds
Time for RHS: 0.003768 seconds
Time for RHS: 0.003785 seconds
Time for RHS: 0.003774 seconds
Time for RHS: 0.003697 seconds
Time for RHS: 0.003723 seconds
Time for RHS: 0.003715 seconds
Time for RHS: 0.004907 seconds
Time for RHS: 0.004597 seconds