Skip to content

Instantly share code, notes, and snippets.

@konrad-topolski
Created April 18, 2021 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save konrad-topolski/57af20b18539cd7bcb4ae2d11993144f to your computer and use it in GitHub Desktop.
Save konrad-topolski/57af20b18539cd7bcb4ae2d11993144f to your computer and use it in GitHub Desktop.
All files
#==============================================================================
# BBH: TwoPunctures - Mclachlan
#==============================================================================
#------------------------------------------------------------------------------
# Cactus parameters:
#------------------------------------------------------------------------------
Cactus::cctk_run_title = "BBH"
Cactus::cctk_full_warnings = "yes"
#Cactus::terminate = "never"
#Cactus::terminate = "time"
#Cactus::cctk_final_time = 1500.0
#Cactus::terminate = "iteration"
#Cactus::cctk_itlast = 0
#Cactus::cctk_itlast = 256
Cactus::terminate="runtime"
Cactus::max_runtime=500
#------------------------------------------------------------------------------
# Activate all necessary thorns:
#------------------------------------------------------------------------------
ActiveThorns = "Boundary CartGrid3D CoordBase Fortran InitBase IOUtil LocalReduce SymBase Time"
ActiveThorns = "AEILocalInterp LocalInterp"
ActiveThorns = "MoL ReflectionSymmetry Slab SpaceMask SphericalSurface"
ActiveThorns = "Carpet CarpetInterp CarpetIOASCII CarpetIOHDF5 CarpetIOScalar CarpetLib CarpetIOBasic CarpetReduce CarpetRegrid2 CarpetSlab CarpetTracker CarpetMask LoopControl SystemTopology"
ActiveThorns = "NaNChecker TerminationTrigger TimerReport"
ActiveThorns = "ADMbase ADMcoupling ADMmacros CoordGauge StaticConformal"
ActiveThorns = "PunctureTracker"
ActiveThorns = "TmunuBase"
ActiveThorns = "QuasiLocalMeasures"
ActiveThorns = "BLAS LAPACK GSL HDF5"
ActiveThorns = "TwoPunctures"
ActiveThorns = "SummationByParts"
ActiveThorns = "GenericFD NewRad"
ActiveThorns = "ML_BSSN ML_BSSN_Helper ML_ADMConstraints"
ActiveThorns = "Dissipation"
ActiveThorns = "AHFinderDirect"
ActiveThorns = "WeylScal4 Multipole"
ActiveThorns = "SystemStatistics"
#------------------------------------------------------------------------------
# Diagnostic parameters:
#------------------------------------------------------------------------------
AHFinderDirect::verbose_level = "algorithm details"
Carpet::output_timers_every = 1024
Carpet::storage_verbose = "no"
#Carpet::timers_verbose = "no"
Carpet::verbose = "no"
#Carpet::verbose = "yes" # only for Initial Data
Carpet::veryverbose = "no"
Carpet::grid_structure_filename = "carpet-grid-structure"
Carpet::grid_coordinates_filename = "carpet-grid-coordinates"
CarpetLib::output_bboxes = "no"
CarpetLib::print_memstats_every = 1024
#CarpetLib::print_timestats_every = 1024
CarpetMask::verbose = "yes"
CarpetReduce::verbose = "no"
CarpetRegrid2::verbose = "yes"
#CarpetRegrid2::veryverbose = "yes"
CarpetTracker::verbose = "yes"
Dissipation::verbose = "no"
NaNChecker::verbose = "all"
TimerReport::out_every = 1024
TimerReport::out_filename = "TimerReport"
#TimerReport::output_all_timers = "yes"
#TimerReport::output_all_timers_together = "yes"
#TimerReport::output_all_timers_readable = "yes"
#TimerReport::before_checkpoint = "yes"
TimerReport::n_top_timers = 40
TwoPunctures::verbose = "yes"
PunctureTracker::verbose = "yes"
QuasiLocalMeasures::verbose = "yes"
SphericalSurface::verbose = "yes"
#------------------------------------------------------------------------------
# Utility parameters:
#------------------------------------------------------------------------------
#NaNChecker::check_every = 16
NaNChecker::check_every = 1
NaNChecker::check_vars = "
ML_BSSN::ML_log_confac
ML_BSSN::ML_metric
ML_BSSN::ML_trace_curv
ML_BSSN::ML_curv
ML_BSSN::ML_Gamma
ML_BSSN::ML_lapse
ML_BSSN::ML_shift
ML_BSSN::ML_dtlapse
ML_BSSN::ML_dtshift
ADMBase::curv
ADMBase::metric
ADMBase::lapse
ADMBase::shift
ADMBase::dtlapse
ADMBase::dtshift
"
NaNChecker::action_if_found = "terminate"
#NaNChecker::action_if_found = "abort"
#NaNChecker::action_if_found = "just warn" #"terminate", "just warn", "abort"
#NaNChecker::check_after=0
#TerminationTrigger::max_walltime = 0.0 # hours
TerminationTrigger::max_walltime = 48.0 # hours
TerminationTrigger::on_remaining_walltime = 10.0 # minutes
TerminationTrigger::termination_from_file = "yes"
TerminationTrigger::create_termination_file = "yes"
TerminationTrigger::termination_file = "../TERMINATE"
#------------------------------------------------------------------------------
# Run parameters:
#------------------------------------------------------------------------------
#------
# Grid:
#------
Time::dtfac = 0.25
MoL::ODE_Method = "rk4"
MoL::MoL_Intermediate_Steps = 4
MoL::MoL_Num_Scratch_Levels = 1
CartGrid3D::type = "coordbase"
#CartGrid3D::domain = "full"
#CartGrid3D::avoid_origin = "no"
CoordBase::domainsize = "minmax"
CoordBase::spacing = "gridspacing" # "gridspacing" or "numcells"
CoordBase::xmin =-120.00
CoordBase::ymin =-120.00
CoordBase::zmin = 0.00
CoordBase::xmax = 120.00
CoordBase::ymax = 120.00
CoordBase::zmax = 120.00
CoordBase::dx = 1.25 # dx or ncells_x
CoordBase::dy = 1.25 # dy or ncells_y
CoordBase::dz = 1.25 # dz or ncells_z
CoordBase::boundary_size_x_lower = 3
CoordBase::boundary_size_y_lower = 3
CoordBase::boundary_size_z_lower = 3
CoordBase::boundary_size_x_upper = 3
CoordBase::boundary_size_y_upper = 3
CoordBase::boundary_size_z_upper = 3
CoordBase::boundary_shiftout_x_lower = 0
CoordBase::boundary_shiftout_y_lower = 0
CoordBase::boundary_shiftout_z_lower = 1
CoordBase::boundary_shiftout_x_upper = 0
CoordBase::boundary_shiftout_y_upper = 0
CoordBase::boundary_shiftout_z_upper = 0
Driver::ghost_size = 3
ReflectionSymmetry::reflection_x = "no"
ReflectionSymmetry::reflection_y = "no"
ReflectionSymmetry::reflection_z = "yes"
ReflectionSymmetry::avoid_origin_x = "no"
ReflectionSymmetry::avoid_origin_y = "no"
ReflectionSymmetry::avoid_origin_z = "no"
# General Carpet parameters:
Carpet::domain_from_coordbase = "yes"
Carpet::enable_all_storage = "no"
Carpet::use_buffer_zones = "yes"
Carpet::schedule_barriers = "no"
Carpet::poison_new_timelevels = "yes"
Carpet::check_for_poison = "no"
#Carpet::poison_value = 113 # git version only!
Carpet::init_3_timelevels = "no"
Carpet::init_fill_timelevels = "yes"
CarpetLib::poison_new_memory = "yes"
CarpetLib::poison_value = 114
CarpetLib::check_bboxes = "no"
CarpetLib::interleave_communications = "yes"
#CarpetLib::vary_tags = "yes" # git version only!
CarpetLib::combine_sends = "yes"
#CarpetLib::reduce_mpi_waitall = "yes" # git version only!
CarpetInterp::tree_search = "yes"
CarpetInterp::check_tree_search = "no"
CarpetRegrid2::freeze_unaligned_levels = "yes"
#CarpetRegrid2::snap_to_coarse = "yes"
# System specific Carpet parameters:
Carpet::time_refinement_factors = "[1, 1, 2, 4, 8, 16, 32, 64, 128, 256]"
Carpet::max_refinement_levels = 9
Carpet::prolongation_order_space = 5
Carpet::prolongation_order_time = 2
CarpetRegrid2::regrid_every = 32
CarpetRegrid2::num_centres = 2
CarpetRegrid2::num_levels_1 = 9
CarpetRegrid2::position_x_1 = +3.0
CarpetRegrid2::radius_1[ 1] = 64.0
CarpetRegrid2::radius_1[ 2] = 16.0
CarpetRegrid2::radius_1[ 3] = 8.0
CarpetRegrid2::radius_1[ 4] = 4.0
CarpetRegrid2::radius_1[ 5] = 3.0
CarpetRegrid2::radius_1[ 6] = 2.0
CarpetRegrid2::radius_1[ 7] = 1.0
CarpetRegrid2::radius_1[ 8] = 0.5
CarpetRegrid2::movement_threshold_1 = 0.16
CarpetRegrid2::num_levels_2 = 8
CarpetRegrid2::position_x_2 = -1.0
CarpetRegrid2::radius_2[ 1] = 64.0
CarpetRegrid2::radius_2[ 2] = 16.0
CarpetRegrid2::radius_2[ 3] = 8.0
CarpetRegrid2::radius_2[ 4] = 4.0
CarpetRegrid2::radius_2[ 5] = 3.0
CarpetRegrid2::radius_2[ 6] = 2.0
CarpetRegrid2::radius_2[ 7] = 1.0
CarpetRegrid2::radius_2[ 8] = 0.5
CarpetRegrid2::movement_threshold_2 = 0.16
#CarpetMask::excluded_surface [0] = 0
#CarpetMask::excluded_surface_factor[0] = 1.0
#CarpetMask::excluded_surface [1] = 1
#CarpetMask::excluded_surface_factor[1] = 1.0
#CarpetMask::excluded_surface [2] = 2
#CarpetMask::excluded_surface_factor[2] = 1.0
CarpetTracker::surface[0] = 0
CarpetTracker::surface[1] = 1
#------
# MODEL:
#------
ADMBase::metric_type = "physical"
ADMBase::initial_data = "twopunctures"
ADMBase::initial_lapse = "twopunctures-averaged"
ADMBase::initial_shift = "zero"
ADMBase::initial_dtlapse = "zero"
ADMBase::initial_dtshift = "zero"
# needed for AHFinderDirect:
ADMBase::metric_timelevels = 3
#TwoPunctures::keep_u_around = "yes"
TwoPunctures::npoints_A = 28
TwoPunctures::npoints_B = 28
TwoPunctures::npoints_phi = 14
TwoPunctures::Newton_tol = 1.e-10
TwoPunctures::grid_setup_method = "evaluation"
TwoPunctures::par_b = 3.0
TwoPunctures::give_bare_mass = "no"
TwoPunctures::target_m_plus = 0.25
TwoPunctures::target_m_minus = 0.75
TwoPunctures::par_P_plus [1] = +0.13808
TwoPunctures::par_P_minus[1] = -0.13808
TwoPunctures::TP_Tiny = 1.e-10
#----------
# Numerics:
#----------
InitBase::initial_data_setup_method = "init_all_levels"
ADMMacros::spatial_order = 4
SummationByParts::order = 4
#SpaceMask::use_mask = "yes"
#Dissipation::epsdis = 0.01
#Dissipation::extra_dissipation_in_horizons = "yes"
#Dissipation::update_ah_every = 16
#Dissipation::ah_slope = 0.2
#Dissipation::ah_max_epsdis=0.1
#Dissipation::surface_number[0] = 1
#Dissipation::horizon_number[0] = 1
Dissipation::order = 5
Dissipation::vars = "
ML_BSSN::ML_log_confac
ML_BSSN::ML_metric
ML_BSSN::ML_curv
ML_BSSN::ML_trace_curv
ML_BSSN::ML_Gamma
ML_BSSN::ML_lapse
ML_BSSN::ML_shift
ML_BSSN::ML_dtlapse
ML_BSSN::ML_dtshift
"
SphericalSurface::nsurfaces = 3
SphericalSurface::maxntheta = 39
SphericalSurface::maxnphi = 76
SphericalSurface::ntheta [0] = 39
SphericalSurface::nphi [0] = 76
SphericalSurface::nghoststheta[0] = 2
SphericalSurface::nghostsphi [0] = 2
SphericalSurface::ntheta [1] = 39
SphericalSurface::nphi [1] = 76
SphericalSurface::nghoststheta[1] = 2
SphericalSurface::nghostsphi [1] = 2
SphericalSurface::ntheta [2] = 39
SphericalSurface::nphi [2] = 76
SphericalSurface::nghoststheta[2] = 2
SphericalSurface::nghostsphi [2] = 2
#-----------
# Evolution:
#-----------
ADMBase::evolution_method = "ML_BSSN"
ADMBase::lapse_evolution_method = "ML_BSSN"
ADMBase::shift_evolution_method = "ML_BSSN"
ADMBase::dtlapse_evolution_method= "ML_BSSN"
ADMBase::dtshift_evolution_method= "ML_BSSN"
ML_BSSN::timelevels = 3
ML_BSSN::harmonicN = 1 # 1+log
ML_BSSN::harmonicF = 2.0 # 1+log
ML_BSSN::ShiftGammaCoeff = 0.75
#ML_BSSN::AlphaDriver = 1.0
ML_BSSN::BetaDriver = 1.0
ML_BSSN::advectLapse = 1.0
ML_BSSN::advectShift = 1.0
ML_BSSN::MinimumLapse = 1.0e-8
ML_BSSN::initial_boundary_condition = "extrapolate-gammas"
ML_BSSN::rhs_boundary_condition = "NewRad"
Boundary::radpower = 2
ML_BSSN::ML_log_confac_bound = "none"
ML_BSSN::ML_metric_bound = "none"
ML_BSSN::ML_Gamma_bound = "none"
ML_BSSN::ML_trace_curv_bound = "none"
ML_BSSN::ML_curv_bound = "none"
ML_BSSN::ML_lapse_bound = "none"
ML_BSSN::ML_dtlapse_bound = "none"
ML_BSSN::ML_shift_bound = "none"
ML_BSSN::ML_dtshift_bound = "none"
#------------------------------------------------------------------------------
# Output:
#------------------------------------------------------------------------------
IO::out_dir = $parfile
IO::out_fileinfo = "none"
IOBasic::outInfo_every = 1
IOBasic::outInfo_reductions = "maximum"
IOBasic::outInfo_vars = "
Carpet::physical_time_per_hour
SystemStatistics::maxrss_mb
ML_ADMConstraints::ML_Ham
ML_BSSN::ML_trace_curv
"
IOScalar::outScalar_every = 32
IOScalar::one_file_per_group = "yes"
IOScalar::outScalar_reductions = "minimum maximum average norm1 norm2"
IOScalar::outScalar_vars = "
ADMBase::lapse
ADMBase::shift
ADMBase::metric
ADMBase::curv
ADMBase::dtlapse
ADMBase::dtshift
ML_ADMConstraints::ML_Ham
ML_ADMConstraints::ML_mom
ML_BSSN::ML_Ham
ML_BSSN::ML_mom
SystemStatistics::process_memory_mb{out_every=4}
SphericalSurface::sf_radius
"
IOASCII::one_file_per_group = "yes"
IOASCII::output_symmetry_points = "no"
#IOASCII::output_ghost_points = "no" #hg version only!
IOASCII::out3D_ghosts = "no"
#IOASCII::out3D_outer_ghosts = "no"
IOASCII::out0D_every = 32
IOASCII::out0D_vars = "
Carpet::timing
PunctureTracker::pt_loc
QuasiLocalMeasures::qlm_scalars
SphericalSurface::sf_active
SphericalSurface::sf_valid
SphericalSurface::sf_info
SphericalSurface::sf_radius
SphericalSurface::sf_origin
SphericalSurface::sf_coordinate_descriptors
"
#Set these IOASCII options for initial data only:
IOASCII::out1D_every = 512000000
IOASCII::out1D_d = "no"
IOASCII::out1D_vars = "
CarpetReduce::weight
ADMBase::lapse
ADMBase::metric
ADMBase::curv
ADMBase::shift
ML_BSSN::ML_Ham
ML_BSSN::ML_mom
ML_ADMConstraints::ML_Ham
ML_ADMConstraints::ML_mom
"
# To draw the AH circunference in the z=0 plane
# set these IOASCII options (for evolution only):
# NOTE: it is not possible yet to output array lines
# as set below.
#IOASCII::out1D_every = 32
#IOASCII::out1D_x = "no"
#IOASCII::out1D_z = "no"
#IOASCII::out1D_d = "no"
#IOASCII::out1D_yline_xi = 19
#IOASCII::out1D_yline_zi = 0
#IOASCII::out1D_vars = "
# SphericalSurface::sf_radius
#"
IOASCII::out2D_every = 512000000
IOASCII::out2D_vars = "
ML_ADMConstraints::ML_Ham
ML_ADMConstraints::ML_mom
SphericalSurface::sf_radius{out_every=32}
"
# ADMBase::lapse
# ADMBase::metric
# ADMBase::curv
# ML_BSSN::ML_Ham
# ML_BSSN::ML_mom
IOHDF5::one_file_per_group = "yes"
IOHDF5::open_one_input_file_at_a_time = "yes"
IOHDF5::out2D_every = 512
IOHDF5::out2D_xy = "yes"
IOHDF5::out2D_xz = "no"
IOHDF5::out2D_yz = "no"
IOHDF5::out2D_xyplane_z = 0.0
IOHDF5::out2D_vars = "
CarpetReduce::weight
Grid::coordinates
ADMBase::lapse
ADMBase::metric
ADMBase::curv
ML_ADMConstraints::ML_Ham
ML_ADMConstraints::ML_Mom
WeylScal4::Psi4r
WeylScal4::Psi4i
"
#IOHDF5::out3D_ghosts = "no"
#IOHDF5::out3D_outer_ghosts = "no"
IOHDF5::out_every = 512000000
#IOHDF5::out_every = 256
IOHDF5::out_vars = "
CarpetReduce::weight
ADMBase::lapse
ML_ADMConstraints::ML_Ham
ML_ADMConstraints::ML_Mom
"
# Grid::coordinates
# ADMBase::metric
# ML_BSSN::ML_Ham
# ML_BSSN::ML_mom
#------------------------------------------------------------------------------
# Analysis:
#------------------------------------------------------------------------------
AHFinderDirect::find_every = 32
#AHFinderDirect::run_at_CCTK_ANALYSIS = "yes"
#AHFinderDirect::run_at_CCTK_POSTSTEP = "no"
AHFinderDirect::run_at_CCTK_POST_RECOVER_VARIABLES = "no"
AHFinderDirect::move_origins = "yes"
AHFinderDirect::reshape_while_moving = "yes"
AHFinderDirect::predict_origin_movement = "yes"
# Hermite to order 3 to avoid discontinuities in the metric spatial derivatives:
#AHFinderDirect::geometry_interpolator_name = "Hermite polynomial interpolation"
#AHFinderDirect::geometry_interpolator_pars = "order=3"
#AHFinderDirect::surface_interpolator_name = "Hermite polynomial interpolation"
#AHFinderDirect::surface_interpolator_pars = "order=3"
AHFinderDirect::geometry_interpolator_name = "Lagrange polynomial interpolation"
AHFinderDirect::geometry_interpolator_pars = "order=4"
AHFinderDirect::surface_interpolator_name = "Lagrange polynomial interpolation"
AHFinderDirect::surface_interpolator_pars = "order=4"
AHFinderDirect::output_h_every = 0
AHFinderDirect::N_horizons = 3
AHFinderDirect::origin_x [1] = +3.0
AHFinderDirect::initial_guess__coord_sphere__x_center[1] = +3.0
AHFinderDirect::initial_guess__coord_sphere__radius [1] = 0.375
AHFinderDirect::which_surface_to_store_info [1] = 0
AHFinderDirect::set_mask_for_individual_horizon [1] = no
AHFinderDirect::reset_horizon_after_not_finding [1] = no
AHFinderDirect::track_origin_from_grid_scalar [1] = yes
AHFinderDirect::track_origin_source_x [1] = "PunctureTracker::pt_loc_x[0]"
AHFinderDirect::track_origin_source_y [1] = "PunctureTracker::pt_loc_y[0]"
AHFinderDirect::track_origin_source_z [1] = "PunctureTracker::pt_loc_z[0]"
AHFinderDirect::max_allowable_horizon_radius [1] = 3
AHFinderDirect::origin_x [2] = -1.0
AHFinderDirect::initial_guess__coord_sphere__x_center[2] = -1.0
AHFinderDirect::initial_guess__coord_sphere__radius [2] = 0.125
AHFinderDirect::which_surface_to_store_info [2] = 1
AHFinderDirect::set_mask_for_individual_horizon [2] = no
AHFinderDirect::reset_horizon_after_not_finding [2] = no
AHFinderDirect::track_origin_from_grid_scalar [2] = yes
AHFinderDirect::track_origin_source_x [2] = "PunctureTracker::pt_loc_x[1]"
AHFinderDirect::track_origin_source_y [2] = "PunctureTracker::pt_loc_y[1]"
AHFinderDirect::track_origin_source_z [2] = "PunctureTracker::pt_loc_z[1]"
AHFinderDirect::max_allowable_horizon_radius [2] = 3
AHFinderDirect::origin_x [3] = 0
AHFinderDirect::find_after_individual_time [3] = 100.0
AHFinderDirect::initial_guess__coord_sphere__x_center[3] = 0
AHFinderDirect::initial_guess__coord_sphere__radius [3] = 1.0
AHFinderDirect::which_surface_to_store_info [3] = 2
AHFinderDirect::reset_horizon_after_not_finding [3] = no
AHFinderDirect::max_allowable_horizon_radius [3] = 6
PunctureTracker::track [0] = "yes"
PunctureTracker::initial_x [0] = 3.0
PunctureTracker::which_surface_to_store_info[0] = 0
PunctureTracker::track [1] = "yes"
PunctureTracker::initial_x [1] = -1.0
PunctureTracker::which_surface_to_store_info[1] = 1
QuasiLocalMeasures::num_surfaces = 3
QuasiLocalMeasures::spatial_order = 4
QuasiLocalMeasures::interpolator = "Lagrange polynomial interpolation"
QuasiLocalMeasures::interpolator_options = "order=4"
QuasiLocalMeasures::surface_index [0] = 0
QuasiLocalMeasures::surface_index [1] = 1
QuasiLocalMeasures::surface_index [2] = 2
Multipole::nradii = 4
Multipole::radius[0] = 30
Multipole::radius[1] = 40
Multipole::radius[2] = 50
Multipole::radius[3] = 60
Multipole::ntheta = 120
Multipole::nphi = 240
Multipole::variables = "WeylScal4::Psi4r{sw=-2 cmplx='WeylScal4::Psi4i' name='psi4'}"
Multipole::out_every = 4
Multipole::l_max = 4
WeylScal4::fd_order = "4th"
#------------------------------------------------------------------------------
# Checkpoint/Recovery:
#------------------------------------------------------------------------------
IOHDF5::checkpoint = "no"
IO::checkpoint_dir = $parfile
IO::checkpoint_ID = "no"
IO::checkpoint_every = 6144
#IO::checkpoint_every_walltime_hours = 6.0
IO::checkpoint_keep=3
IO::checkpoint_on_terminate = "no"
IO::recover = "no"
IO::recover_dir = $parfile
This file has been truncated, but you can view the full file.
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=0 of N_interp_points=2964
interpolation point (x,y,z)=(1.70792e+243,2.01396e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1 of N_interp_points=2964
interpolation point (x,y,z)=(1.88113e+243,1.98342e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=2 of N_interp_points=2964
interpolation point (x,y,z)=(2.05504e+243,1.95275e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=3 of N_interp_points=2964
interpolation point (x,y,z)=(2.22825e+243,1.92221e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=4 of N_interp_points=2964
interpolation point (x,y,z)=(2.39937e+243,1.89204e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=5 of N_interp_points=2964
interpolation point (x,y,z)=(2.56702e+243,1.86248e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=6 of N_interp_points=2964
interpolation point (x,y,z)=(2.72984e+243,1.83377e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=7 of N_interp_points=2964
interpolation point (x,y,z)=(2.88653e+243,1.80614e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=8 of N_interp_points=2964
interpolation point (x,y,z)=(3.03582e+243,1.77981e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=9 of N_interp_points=2964
interpolation point (x,y,z)=(3.17652e+243,1.755e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=10 of N_interp_points=2964
interpolation point (x,y,z)=(3.30749e+243,1.73191e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=11 of N_interp_points=2964
interpolation point (x,y,z)=(3.42768e+243,1.71072e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=12 of N_interp_points=2964
interpolation point (x,y,z)=(3.53611e+243,1.6916e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=13 of N_interp_points=2964
interpolation point (x,y,z)=(3.63192e+243,1.67471e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=14 of N_interp_points=2964
interpolation point (x,y,z)=(3.71433e+243,1.66017e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=15 of N_interp_points=2964
interpolation point (x,y,z)=(3.78268e+243,1.64812e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=16 of N_interp_points=2964
interpolation point (x,y,z)=(3.83642e+243,1.63865e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=17 of N_interp_points=2964
interpolation point (x,y,z)=(3.87512e+243,1.63182e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=18 of N_interp_points=2964
interpolation point (x,y,z)=(3.89847e+243,1.62771e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=19 of N_interp_points=2964
interpolation point (x,y,z)=(3.90627e+243,1.62633e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=20 of N_interp_points=2964
interpolation point (x,y,z)=(3.89847e+243,1.62771e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=21 of N_interp_points=2964
interpolation point (x,y,z)=(3.87512e+243,1.63182e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=22 of N_interp_points=2964
interpolation point (x,y,z)=(3.83642e+243,1.63865e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=23 of N_interp_points=2964
interpolation point (x,y,z)=(3.78268e+243,1.64812e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=24 of N_interp_points=2964
interpolation point (x,y,z)=(3.71433e+243,1.66017e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=25 of N_interp_points=2964
interpolation point (x,y,z)=(3.63192e+243,1.67471e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=26 of N_interp_points=2964
interpolation point (x,y,z)=(3.53611e+243,1.6916e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=27 of N_interp_points=2964
interpolation point (x,y,z)=(3.42768e+243,1.71072e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=28 of N_interp_points=2964
interpolation point (x,y,z)=(3.30749e+243,1.73191e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=29 of N_interp_points=2964
interpolation point (x,y,z)=(3.17652e+243,1.755e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=30 of N_interp_points=2964
interpolation point (x,y,z)=(3.03582e+243,1.77981e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=31 of N_interp_points=2964
interpolation point (x,y,z)=(2.88653e+243,1.80614e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=32 of N_interp_points=2964
interpolation point (x,y,z)=(2.72984e+243,1.83377e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=33 of N_interp_points=2964
interpolation point (x,y,z)=(2.56702e+243,1.86248e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=34 of N_interp_points=2964
interpolation point (x,y,z)=(2.39937e+243,1.89204e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=35 of N_interp_points=2964
interpolation point (x,y,z)=(2.22825e+243,1.92221e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=36 of N_interp_points=2964
interpolation point (x,y,z)=(2.05504e+243,1.95275e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=37 of N_interp_points=2964
interpolation point (x,y,z)=(1.88113e+243,1.98342e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=38 of N_interp_points=2964
interpolation point (x,y,z)=(1.70792e+243,2.01396e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=39 of N_interp_points=2964
interpolation point (x,y,z)=(1.70491e+243,1.99111e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=40 of N_interp_points=2964
interpolation point (x,y,z)=(1.88012e+243,1.97578e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=41 of N_interp_points=2964
interpolation point (x,y,z)=(2.05605e+243,1.96039e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=42 of N_interp_points=2964
interpolation point (x,y,z)=(2.23126e+243,1.94506e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=43 of N_interp_points=2964
interpolation point (x,y,z)=(2.40436e+243,1.92992e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=44 of N_interp_points=2964
interpolation point (x,y,z)=(2.57394e+243,1.91508e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=45 of N_interp_points=2964
interpolation point (x,y,z)=(2.73865e+243,1.90067e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=46 of N_interp_points=2964
interpolation point (x,y,z)=(2.89715e+243,1.8868e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=47 of N_interp_points=2964
interpolation point (x,y,z)=(3.04817e+243,1.87359e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=48 of N_interp_points=2964
interpolation point (x,y,z)=(3.1905e+243,1.86114e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=49 of N_interp_points=2964
interpolation point (x,y,z)=(3.32298e+243,1.84955e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=50 of N_interp_points=2964
interpolation point (x,y,z)=(3.44455e+243,1.83891e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=51 of N_interp_points=2964
interpolation point (x,y,z)=(3.55424e+243,1.82931e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=52 of N_interp_points=2964
interpolation point (x,y,z)=(3.65115e+243,1.82083e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=53 of N_interp_points=2964
interpolation point (x,y,z)=(3.73452e+243,1.81354e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=54 of N_interp_points=2964
interpolation point (x,y,z)=(3.80366e+243,1.80749e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=55 of N_interp_points=2964
interpolation point (x,y,z)=(3.85802e+243,1.80274e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=56 of N_interp_points=2964
interpolation point (x,y,z)=(3.89717e+243,1.79931e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=57 of N_interp_points=2964
interpolation point (x,y,z)=(3.92079e+243,1.79724e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=58 of N_interp_points=2964
interpolation point (x,y,z)=(3.92868e+243,1.79655e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=59 of N_interp_points=2964
interpolation point (x,y,z)=(3.92079e+243,1.79724e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=60 of N_interp_points=2964
interpolation point (x,y,z)=(3.89717e+243,1.79931e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=61 of N_interp_points=2964
interpolation point (x,y,z)=(3.85802e+243,1.80274e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=62 of N_interp_points=2964
interpolation point (x,y,z)=(3.80366e+243,1.80749e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=63 of N_interp_points=2964
interpolation point (x,y,z)=(3.73452e+243,1.81354e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=64 of N_interp_points=2964
interpolation point (x,y,z)=(3.65115e+243,1.82083e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=65 of N_interp_points=2964
interpolation point (x,y,z)=(3.55424e+243,1.82931e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=66 of N_interp_points=2964
interpolation point (x,y,z)=(3.44455e+243,1.83891e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=67 of N_interp_points=2964
interpolation point (x,y,z)=(3.32298e+243,1.84955e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=68 of N_interp_points=2964
interpolation point (x,y,z)=(3.1905e+243,1.86114e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=69 of N_interp_points=2964
interpolation point (x,y,z)=(3.04817e+243,1.87359e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=70 of N_interp_points=2964
interpolation point (x,y,z)=(2.89715e+243,1.8868e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=71 of N_interp_points=2964
interpolation point (x,y,z)=(2.73865e+243,1.90067e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=72 of N_interp_points=2964
interpolation point (x,y,z)=(2.57394e+243,1.91508e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=73 of N_interp_points=2964
interpolation point (x,y,z)=(2.40436e+243,1.92992e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=74 of N_interp_points=2964
interpolation point (x,y,z)=(3.63433e+243,2.57455e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=75 of N_interp_points=2964
interpolation point (x,y,z)=(2.23126e+243,1.94506e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=76 of N_interp_points=2964
interpolation point (x,y,z)=(2.05605e+243,1.96039e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=77 of N_interp_points=2964
interpolation point (x,y,z)=(3.69955e+243,2.59829e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=78 of N_interp_points=2964
interpolation point (x,y,z)=(1.88012e+243,1.97578e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=79 of N_interp_points=2964
interpolation point (x,y,z)=(3.75083e+243,2.61695e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=80 of N_interp_points=2964
interpolation point (x,y,z)=(1.70491e+243,1.99111e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=81 of N_interp_points=2964
interpolation point (x,y,z)=(3.78776e+243,2.63039e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=82 of N_interp_points=2964
interpolation point (x,y,z)=(1.7039e+243,1.96808e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=83 of N_interp_points=2964
interpolation point (x,y,z)=(3.81003e+243,2.6385e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=84 of N_interp_points=2964
interpolation point (x,y,z)=(1.87979e+243,1.96808e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=85 of N_interp_points=2964
interpolation point (x,y,z)=(3.81748e+243,2.64121e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=86 of N_interp_points=2964
interpolation point (x,y,z)=(2.05638e+243,1.96808e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=87 of N_interp_points=2964
interpolation point (x,y,z)=(3.81003e+243,2.6385e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=88 of N_interp_points=2964
interpolation point (x,y,z)=(3.78776e+243,2.63039e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=89 of N_interp_points=2964
interpolation point (x,y,z)=(3.75083e+243,2.61695e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=90 of N_interp_points=2964
interpolation point (x,y,z)=(3.69955e+243,2.59829e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=91 of N_interp_points=2964
interpolation point (x,y,z)=(3.63433e+243,2.57455e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=92 of N_interp_points=2964
interpolation point (x,y,z)=(3.55569e+243,2.54593e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=93 of N_interp_points=2964
interpolation point (x,y,z)=(3.46428e+243,2.51265e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=94 of N_interp_points=2964
interpolation point (x,y,z)=(3.36081e+243,2.47499e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=95 of N_interp_points=2964
interpolation point (x,y,z)=(3.24613e+243,2.43326e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=96 of N_interp_points=2964
interpolation point (x,y,z)=(3.12116e+243,2.38777e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=97 of N_interp_points=2964
interpolation point (x,y,z)=(2.23227e+243,1.96808e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=98 of N_interp_points=2964
interpolation point (x,y,z)=(2.98691e+243,2.33891e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=99 of N_interp_points=2964
interpolation point (x,y,z)=(2.40602e+243,1.96808e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=100 of N_interp_points=2964
interpolation point (x,y,z)=(2.84445e+243,2.28706e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=101 of N_interp_points=2964
interpolation point (x,y,z)=(2.57626e+243,1.96808e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=102 of N_interp_points=2964
interpolation point (x,y,z)=(2.69494e+243,2.23264e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=103 of N_interp_points=2964
interpolation point (x,y,z)=(2.53958e+243,2.17609e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=104 of N_interp_points=2964
interpolation point (x,y,z)=(2.74159e+243,1.96808e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=105 of N_interp_points=2964
interpolation point (x,y,z)=(2.37961e+243,2.11787e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=106 of N_interp_points=2964
interpolation point (x,y,z)=(2.9007e+243,1.96808e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=107 of N_interp_points=2964
interpolation point (x,y,z)=(3.0523e+243,1.96808e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=108 of N_interp_points=2964
interpolation point (x,y,z)=(2.21633e+243,2.05844e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=109 of N_interp_points=2964
interpolation point (x,y,z)=(3.19516e+243,1.96808e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=110 of N_interp_points=2964
interpolation point (x,y,z)=(2.05106e+243,1.99828e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=111 of N_interp_points=2964
interpolation point (x,y,z)=(3.32815e+243,1.96808e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=112 of N_interp_points=2964
interpolation point (x,y,z)=(3.45019e+243,1.96808e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=113 of N_interp_points=2964
interpolation point (x,y,z)=(3.5603e+243,1.96808e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=114 of N_interp_points=2964
interpolation point (x,y,z)=(3.65758e+243,1.96808e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=115 of N_interp_points=2964
interpolation point (x,y,z)=(3.74127e+243,1.96808e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=116 of N_interp_points=2964
interpolation point (x,y,z)=(3.81067e+243,1.96808e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=117 of N_interp_points=2964
interpolation point (x,y,z)=(3.86524e+243,1.96808e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=118 of N_interp_points=2964
interpolation point (x,y,z)=(3.90454e+243,1.96808e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=119 of N_interp_points=2964
interpolation point (x,y,z)=(1.88511e+243,1.93788e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=120 of N_interp_points=2964
interpolation point (x,y,z)=(3.92825e+243,1.96808e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=121 of N_interp_points=2964
interpolation point (x,y,z)=(1.71983e+243,1.87773e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=122 of N_interp_points=2964
interpolation point (x,y,z)=(3.93617e+243,1.96808e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=123 of N_interp_points=2964
interpolation point (x,y,z)=(1.72865e+243,1.85644e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=124 of N_interp_points=2964
interpolation point (x,y,z)=(3.92825e+243,1.96808e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=125 of N_interp_points=2964
interpolation point (x,y,z)=(1.88806e+243,1.93077e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=126 of N_interp_points=2964
interpolation point (x,y,z)=(3.90454e+243,1.96808e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=127 of N_interp_points=2964
interpolation point (x,y,z)=(2.04811e+243,2.0054e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=128 of N_interp_points=2964
interpolation point (x,y,z)=(3.86524e+243,1.96808e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=129 of N_interp_points=2964
interpolation point (x,y,z)=(2.20751e+243,2.07973e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=130 of N_interp_points=2964
interpolation point (x,y,z)=(3.81067e+243,1.96808e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=131 of N_interp_points=2964
interpolation point (x,y,z)=(2.36499e+243,2.15317e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=132 of N_interp_points=2964
interpolation point (x,y,z)=(3.74127e+243,1.96808e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=133 of N_interp_points=2964
interpolation point (x,y,z)=(2.51927e+243,2.22511e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=134 of N_interp_points=2964
interpolation point (x,y,z)=(3.65758e+243,1.96808e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=135 of N_interp_points=2964
interpolation point (x,y,z)=(2.66912e+243,2.29498e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=136 of N_interp_points=2964
interpolation point (x,y,z)=(1.88806e+243,1.93077e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=137 of N_interp_points=2964
interpolation point (x,y,z)=(3.5603e+243,1.96808e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=138 of N_interp_points=2964
interpolation point (x,y,z)=(2.81332e+243,2.36222e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=139 of N_interp_points=2964
interpolation point (x,y,z)=(1.72865e+243,1.85644e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=140 of N_interp_points=2964
interpolation point (x,y,z)=(3.45019e+243,1.96808e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=141 of N_interp_points=2964
interpolation point (x,y,z)=(3.32815e+243,1.96808e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=142 of N_interp_points=2964
interpolation point (x,y,z)=(1.7393e+243,1.83599e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=143 of N_interp_points=2964
interpolation point (x,y,z)=(2.95071e+243,2.42629e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=144 of N_interp_points=2964
interpolation point (x,y,z)=(3.19516e+243,1.96808e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=145 of N_interp_points=2964
interpolation point (x,y,z)=(3.0802e+243,2.48667e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=146 of N_interp_points=2964
interpolation point (x,y,z)=(1.89162e+243,1.92394e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=147 of N_interp_points=2964
interpolation point (x,y,z)=(2.04455e+243,2.01223e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=148 of N_interp_points=2964
interpolation point (x,y,z)=(3.20073e+243,2.54287e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=149 of N_interp_points=2964
interpolation point (x,y,z)=(3.0523e+243,1.96808e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=150 of N_interp_points=2964
interpolation point (x,y,z)=(3.31133e+243,2.59445e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=151 of N_interp_points=2964
interpolation point (x,y,z)=(2.19687e+243,2.10018e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=152 of N_interp_points=2964
interpolation point (x,y,z)=(2.34735e+243,2.18705e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=153 of N_interp_points=2964
interpolation point (x,y,z)=(3.41112e+243,2.64098e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=154 of N_interp_points=2964
interpolation point (x,y,z)=(2.9007e+243,1.96808e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=155 of N_interp_points=2964
interpolation point (x,y,z)=(2.49478e+243,2.27217e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=156 of N_interp_points=2964
interpolation point (x,y,z)=(3.49929e+243,2.6821e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=157 of N_interp_points=2964
interpolation point (x,y,z)=(2.74159e+243,1.96808e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=158 of N_interp_points=2964
interpolation point (x,y,z)=(2.57626e+243,1.96808e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=159 of N_interp_points=2964
interpolation point (x,y,z)=(3.57513e+243,2.71746e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=160 of N_interp_points=2964
interpolation point (x,y,z)=(2.63796e+243,2.35484e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=161 of N_interp_points=2964
interpolation point (x,y,z)=(2.40602e+243,1.96808e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=162 of N_interp_points=2964
interpolation point (x,y,z)=(2.77575e+243,2.43439e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=163 of N_interp_points=2964
interpolation point (x,y,z)=(3.63804e+243,2.7468e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=164 of N_interp_points=2964
interpolation point (x,y,z)=(3.68749e+243,2.76986e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=165 of N_interp_points=2964
interpolation point (x,y,z)=(2.90704e+243,2.51019e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=166 of N_interp_points=2964
interpolation point (x,y,z)=(2.23227e+243,1.96808e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=167 of N_interp_points=2964
interpolation point (x,y,z)=(3.72311e+243,2.78647e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=168 of N_interp_points=2964
interpolation point (x,y,z)=(3.03077e+243,2.58162e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=169 of N_interp_points=2964
interpolation point (x,y,z)=(3.14594e+243,2.64812e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=170 of N_interp_points=2964
interpolation point (x,y,z)=(3.74459e+243,2.79648e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=171 of N_interp_points=2964
interpolation point (x,y,z)=(2.05638e+243,1.96808e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=172 of N_interp_points=2964
interpolation point (x,y,z)=(3.75177e+243,2.79983e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=173 of N_interp_points=2964
interpolation point (x,y,z)=(3.25163e+243,2.70914e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=174 of N_interp_points=2964
interpolation point (x,y,z)=(1.87979e+243,1.96808e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=175 of N_interp_points=2964
interpolation point (x,y,z)=(1.7039e+243,1.96808e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=176 of N_interp_points=2964
interpolation point (x,y,z)=(3.74459e+243,2.79648e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=177 of N_interp_points=2964
interpolation point (x,y,z)=(3.34698e+243,2.76419e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=178 of N_interp_points=2964
interpolation point (x,y,z)=(3.43123e+243,2.81283e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=179 of N_interp_points=2964
interpolation point (x,y,z)=(3.72311e+243,2.78647e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=180 of N_interp_points=2964
interpolation point (x,y,z)=(1.70491e+243,1.94506e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=181 of N_interp_points=2964
interpolation point (x,y,z)=(3.50371e+243,2.85468e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=182 of N_interp_points=2964
interpolation point (x,y,z)=(3.68749e+243,2.76986e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=183 of N_interp_points=2964
interpolation point (x,y,z)=(1.88012e+243,1.96039e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=184 of N_interp_points=2964
interpolation point (x,y,z)=(2.05605e+243,1.97578e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=185 of N_interp_points=2964
interpolation point (x,y,z)=(3.56381e+243,2.88938e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=186 of N_interp_points=2964
interpolation point (x,y,z)=(3.63804e+243,2.7468e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=187 of N_interp_points=2964
interpolation point (x,y,z)=(2.23126e+243,1.99111e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=188 of N_interp_points=2964
interpolation point (x,y,z)=(3.57513e+243,2.71746e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=189 of N_interp_points=2964
interpolation point (x,y,z)=(3.61107e+243,2.91666e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=190 of N_interp_points=2964
interpolation point (x,y,z)=(3.6451e+243,2.93631e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=191 of N_interp_points=2964
interpolation point (x,y,z)=(3.49929e+243,2.6821e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=192 of N_interp_points=2964
interpolation point (x,y,z)=(2.40436e+243,2.00625e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=193 of N_interp_points=2964
interpolation point (x,y,z)=(2.57394e+243,2.02109e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=194 of N_interp_points=2964
interpolation point (x,y,z)=(3.41112e+243,2.64098e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=195 of N_interp_points=2964
interpolation point (x,y,z)=(3.66563e+243,2.94816e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=196 of N_interp_points=2964
interpolation point (x,y,z)=(2.73865e+243,2.0355e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=197 of N_interp_points=2964
interpolation point (x,y,z)=(3.67249e+243,2.95213e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=198 of N_interp_points=2964
interpolation point (x,y,z)=(3.31133e+243,2.59445e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=199 of N_interp_points=2964
interpolation point (x,y,z)=(3.20073e+243,2.54287e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=200 of N_interp_points=2964
interpolation point (x,y,z)=(3.66563e+243,2.94816e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=201 of N_interp_points=2964
interpolation point (x,y,z)=(3.0802e+243,2.48667e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=202 of N_interp_points=2964
interpolation point (x,y,z)=(3.6451e+243,2.93631e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=203 of N_interp_points=2964
interpolation point (x,y,z)=(2.95071e+243,2.42629e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=204 of N_interp_points=2964
interpolation point (x,y,z)=(3.61107e+243,2.91666e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=205 of N_interp_points=2964
interpolation point (x,y,z)=(2.81332e+243,2.36222e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=206 of N_interp_points=2964
interpolation point (x,y,z)=(3.56381e+243,2.88938e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=207 of N_interp_points=2964
interpolation point (x,y,z)=(2.66912e+243,2.29498e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=208 of N_interp_points=2964
interpolation point (x,y,z)=(3.50371e+243,2.85468e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=209 of N_interp_points=2964
interpolation point (x,y,z)=(2.51927e+243,2.22511e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=210 of N_interp_points=2964
interpolation point (x,y,z)=(3.43123e+243,2.81283e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=211 of N_interp_points=2964
interpolation point (x,y,z)=(2.36499e+243,2.15317e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=212 of N_interp_points=2964
interpolation point (x,y,z)=(3.34698e+243,2.76419e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=213 of N_interp_points=2964
interpolation point (x,y,z)=(2.20751e+243,2.07973e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=214 of N_interp_points=2964
interpolation point (x,y,z)=(3.25163e+243,2.70914e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=215 of N_interp_points=2964
interpolation point (x,y,z)=(2.04811e+243,2.0054e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=216 of N_interp_points=2964
interpolation point (x,y,z)=(3.14594e+243,2.64812e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=217 of N_interp_points=2964
interpolation point (x,y,z)=(3.03077e+243,2.58162e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=218 of N_interp_points=2964
interpolation point (x,y,z)=(2.90704e+243,2.51019e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=219 of N_interp_points=2964
interpolation point (x,y,z)=(2.77575e+243,2.43439e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=220 of N_interp_points=2964
interpolation point (x,y,z)=(2.63796e+243,2.35484e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=221 of N_interp_points=2964
interpolation point (x,y,z)=(2.49478e+243,2.27217e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=222 of N_interp_points=2964
interpolation point (x,y,z)=(2.34735e+243,2.18705e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=223 of N_interp_points=2964
interpolation point (x,y,z)=(2.19687e+243,2.10018e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=224 of N_interp_points=2964
interpolation point (x,y,z)=(2.04455e+243,2.01223e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=225 of N_interp_points=2964
interpolation point (x,y,z)=(1.89162e+243,1.92394e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=226 of N_interp_points=2964
interpolation point (x,y,z)=(1.7393e+243,1.83599e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=227 of N_interp_points=2964
interpolation point (x,y,z)=(1.75168e+243,1.81656e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=228 of N_interp_points=2964
interpolation point (x,y,z)=(1.89575e+243,1.91744e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=229 of N_interp_points=2964
interpolation point (x,y,z)=(2.04041e+243,2.01873e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=230 of N_interp_points=2964
interpolation point (x,y,z)=(2.18449e+243,2.11961e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=231 of N_interp_points=2964
interpolation point (x,y,z)=(2.32682e+243,2.21928e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=232 of N_interp_points=2964
interpolation point (x,y,z)=(2.46627e+243,2.31692e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=233 of N_interp_points=2964
interpolation point (x,y,z)=(2.6017e+243,2.41175e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=234 of N_interp_points=2964
interpolation point (x,y,z)=(2.73204e+243,2.50301e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=235 of N_interp_points=2964
interpolation point (x,y,z)=(2.85622e+243,2.58996e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=236 of N_interp_points=2964
interpolation point (x,y,z)=(2.97325e+243,2.67191e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=237 of N_interp_points=2964
interpolation point (x,y,z)=(3.08219e+243,2.74819e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=238 of N_interp_points=2964
interpolation point (x,y,z)=(3.18216e+243,2.81819e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=239 of N_interp_points=2964
interpolation point (x,y,z)=(3.27235e+243,2.88134e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=240 of N_interp_points=2964
interpolation point (x,y,z)=(3.35204e+243,2.93714e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=241 of N_interp_points=2964
interpolation point (x,y,z)=(3.42059e+243,2.98514e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=242 of N_interp_points=2964
interpolation point (x,y,z)=(3.47744e+243,3.02495e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=243 of N_interp_points=2964
interpolation point (x,y,z)=(3.52215e+243,3.05625e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=244 of N_interp_points=2964
interpolation point (x,y,z)=(3.55434e+243,3.07879e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=245 of N_interp_points=2964
interpolation point (x,y,z)=(3.57375e+243,3.09239e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=246 of N_interp_points=2964
interpolation point (x,y,z)=(3.58024e+243,3.09693e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=247 of N_interp_points=2964
interpolation point (x,y,z)=(3.57375e+243,3.09239e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=248 of N_interp_points=2964
interpolation point (x,y,z)=(1.1497e+243,3.72311e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=249 of N_interp_points=2964
interpolation point (x,y,z)=(1.13968e+243,3.74459e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=250 of N_interp_points=2964
interpolation point (x,y,z)=(1.13634e+243,3.75177e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=251 of N_interp_points=2964
interpolation point (x,y,z)=(1.13968e+243,3.74459e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=252 of N_interp_points=2964
interpolation point (x,y,z)=(1.1497e+243,3.72311e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=253 of N_interp_points=2964
interpolation point (x,y,z)=(1.16631e+243,3.68749e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=254 of N_interp_points=2964
interpolation point (x,y,z)=(1.18937e+243,3.63804e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=255 of N_interp_points=2964
interpolation point (x,y,z)=(1.2187e+243,3.57513e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=256 of N_interp_points=2964
interpolation point (x,y,z)=(1.25407e+243,3.49929e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=257 of N_interp_points=2964
interpolation point (x,y,z)=(1.29519e+243,3.41112e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=258 of N_interp_points=2964
interpolation point (x,y,z)=(1.34172e+243,3.31133e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=259 of N_interp_points=2964
interpolation point (x,y,z)=(1.39329e+243,3.20073e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=260 of N_interp_points=2964
interpolation point (x,y,z)=(1.4495e+243,3.0802e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=261 of N_interp_points=2964
interpolation point (x,y,z)=(1.50988e+243,2.95071e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=262 of N_interp_points=2964
interpolation point (x,y,z)=(1.57394e+243,2.81332e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=263 of N_interp_points=2964
interpolation point (x,y,z)=(1.64119e+243,2.66912e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=264 of N_interp_points=2964
interpolation point (x,y,z)=(1.71106e+243,2.51927e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=265 of N_interp_points=2964
interpolation point (x,y,z)=(1.783e+243,2.36499e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=266 of N_interp_points=2964
interpolation point (x,y,z)=(1.85644e+243,2.20751e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=267 of N_interp_points=2964
interpolation point (x,y,z)=(1.93077e+243,2.04811e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=268 of N_interp_points=2964
interpolation point (x,y,z)=(2.0054e+243,1.88806e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=269 of N_interp_points=2964
interpolation point (x,y,z)=(2.07973e+243,1.72865e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=270 of N_interp_points=2964
interpolation point (x,y,z)=(2.10018e+243,1.7393e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=271 of N_interp_points=2964
interpolation point (x,y,z)=(2.01223e+243,1.89162e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=272 of N_interp_points=2964
interpolation point (x,y,z)=(1.92394e+243,2.04455e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=273 of N_interp_points=2964
interpolation point (x,y,z)=(1.83599e+243,2.19687e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=274 of N_interp_points=2964
interpolation point (x,y,z)=(1.74911e+243,2.34735e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=275 of N_interp_points=2964
interpolation point (x,y,z)=(1.664e+243,2.49478e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=276 of N_interp_points=2964
interpolation point (x,y,z)=(1.58133e+243,2.63796e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=277 of N_interp_points=2964
interpolation point (x,y,z)=(1.50178e+243,2.77575e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=278 of N_interp_points=2964
interpolation point (x,y,z)=(1.42598e+243,2.90704e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=279 of N_interp_points=2964
interpolation point (x,y,z)=(1.35454e+243,3.03077e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=280 of N_interp_points=2964
interpolation point (x,y,z)=(1.28805e+243,3.14594e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=281 of N_interp_points=2964
interpolation point (x,y,z)=(1.22703e+243,3.25163e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=282 of N_interp_points=2964
interpolation point (x,y,z)=(1.17198e+243,3.34698e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=283 of N_interp_points=2964
interpolation point (x,y,z)=(1.12333e+243,3.43123e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=284 of N_interp_points=2964
interpolation point (x,y,z)=(1.08149e+243,3.50371e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=285 of N_interp_points=2964
interpolation point (x,y,z)=(1.04679e+243,3.56381e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=286 of N_interp_points=2964
interpolation point (x,y,z)=(1.0195e+243,3.61107e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=287 of N_interp_points=2964
interpolation point (x,y,z)=(9.99856e+242,3.6451e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=288 of N_interp_points=2964
interpolation point (x,y,z)=(9.88003e+242,3.66563e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=289 of N_interp_points=2964
interpolation point (x,y,z)=(9.84042e+242,3.67249e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=290 of N_interp_points=2964
interpolation point (x,y,z)=(9.88003e+242,3.66563e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=291 of N_interp_points=2964
interpolation point (x,y,z)=(9.99856e+242,3.6451e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=292 of N_interp_points=2964
interpolation point (x,y,z)=(1.0195e+243,3.61107e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=293 of N_interp_points=2964
interpolation point (x,y,z)=(1.04679e+243,3.56381e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=294 of N_interp_points=2964
interpolation point (x,y,z)=(1.08149e+243,3.50371e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=295 of N_interp_points=2964
interpolation point (x,y,z)=(2.89715e+243,2.04937e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=296 of N_interp_points=2964
interpolation point (x,y,z)=(3.03582e+243,2.15636e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=297 of N_interp_points=2964
interpolation point (x,y,z)=(1.12333e+243,3.43123e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=298 of N_interp_points=2964
interpolation point (x,y,z)=(3.04817e+243,2.06258e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=299 of N_interp_points=2964
interpolation point (x,y,z)=(2.88653e+243,2.13003e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=300 of N_interp_points=2964
interpolation point (x,y,z)=(1.17198e+243,3.34698e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=301 of N_interp_points=2964
interpolation point (x,y,z)=(2.72984e+243,2.1024e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=302 of N_interp_points=2964
interpolation point (x,y,z)=(3.1905e+243,2.07503e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=303 of N_interp_points=2964
interpolation point (x,y,z)=(1.22703e+243,3.25163e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=304 of N_interp_points=2964
interpolation point (x,y,z)=(2.56702e+243,2.07369e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=305 of N_interp_points=2964
interpolation point (x,y,z)=(3.32298e+243,2.08662e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=306 of N_interp_points=2964
interpolation point (x,y,z)=(1.28805e+243,3.14594e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=307 of N_interp_points=2964
interpolation point (x,y,z)=(3.44455e+243,2.09726e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=308 of N_interp_points=2964
interpolation point (x,y,z)=(2.39937e+243,2.04413e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=309 of N_interp_points=2964
interpolation point (x,y,z)=(1.35454e+243,3.03077e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=310 of N_interp_points=2964
interpolation point (x,y,z)=(2.22825e+243,2.01396e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=311 of N_interp_points=2964
interpolation point (x,y,z)=(3.55424e+243,2.10685e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=312 of N_interp_points=2964
interpolation point (x,y,z)=(1.42598e+243,2.90704e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=313 of N_interp_points=2964
interpolation point (x,y,z)=(3.65115e+243,2.11533e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=314 of N_interp_points=2964
interpolation point (x,y,z)=(2.05504e+243,1.98342e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=315 of N_interp_points=2964
interpolation point (x,y,z)=(1.50178e+243,2.77575e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=316 of N_interp_points=2964
interpolation point (x,y,z)=(3.73452e+243,2.12263e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=317 of N_interp_points=2964
interpolation point (x,y,z)=(1.88113e+243,1.95275e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=318 of N_interp_points=2964
interpolation point (x,y,z)=(1.58133e+243,2.63796e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=319 of N_interp_points=2964
interpolation point (x,y,z)=(1.70792e+243,1.92221e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=320 of N_interp_points=2964
interpolation point (x,y,z)=(3.80366e+243,2.12868e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=321 of N_interp_points=2964
interpolation point (x,y,z)=(1.664e+243,2.49478e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=322 of N_interp_points=2964
interpolation point (x,y,z)=(1.7129e+243,1.89971e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=323 of N_interp_points=2964
interpolation point (x,y,z)=(3.85802e+243,2.13343e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=324 of N_interp_points=2964
interpolation point (x,y,z)=(1.74911e+243,2.34735e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=325 of N_interp_points=2964
interpolation point (x,y,z)=(2.84232e+243,3.00996e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=326 of N_interp_points=2964
interpolation point (x,y,z)=(3.89717e+243,2.13686e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=327 of N_interp_points=2964
interpolation point (x,y,z)=(1.88279e+243,1.94523e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=328 of N_interp_points=2964
interpolation point (x,y,z)=(1.83599e+243,2.19687e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=329 of N_interp_points=2964
interpolation point (x,y,z)=(2.05337e+243,1.99094e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=330 of N_interp_points=2964
interpolation point (x,y,z)=(3.92079e+243,2.13892e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=331 of N_interp_points=2964
interpolation point (x,y,z)=(3.92868e+243,2.13961e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=332 of N_interp_points=2964
interpolation point (x,y,z)=(2.22326e+243,2.03646e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=333 of N_interp_points=2964
interpolation point (x,y,z)=(1.92394e+243,2.04455e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=334 of N_interp_points=2964
interpolation point (x,y,z)=(2.75684e+243,2.90808e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=335 of N_interp_points=2964
interpolation point (x,y,z)=(3.92079e+243,2.13892e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=336 of N_interp_points=2964
interpolation point (x,y,z)=(2.3911e+243,2.08143e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=337 of N_interp_points=2964
interpolation point (x,y,z)=(2.01223e+243,1.89162e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=338 of N_interp_points=2964
interpolation point (x,y,z)=(2.665e+243,2.79864e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=339 of N_interp_points=2964
interpolation point (x,y,z)=(3.89717e+243,2.13686e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=340 of N_interp_points=2964
interpolation point (x,y,z)=(2.55553e+243,2.12549e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=341 of N_interp_points=2964
interpolation point (x,y,z)=(2.10018e+243,1.7393e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=342 of N_interp_points=2964
interpolation point (x,y,z)=(2.56756e+243,2.68251e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=343 of N_interp_points=2964
interpolation point (x,y,z)=(3.85802e+243,2.13343e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=344 of N_interp_points=2964
interpolation point (x,y,z)=(2.71523e+243,2.16828e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=345 of N_interp_points=2964
interpolation point (x,y,z)=(2.86892e+243,2.20946e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=346 of N_interp_points=2964
interpolation point (x,y,z)=(3.80366e+243,2.12868e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=347 of N_interp_points=2964
interpolation point (x,y,z)=(2.46528e+243,2.56062e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=348 of N_interp_points=2964
interpolation point (x,y,z)=(2.11961e+243,1.75168e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=349 of N_interp_points=2964
interpolation point (x,y,z)=(3.73452e+243,2.12263e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=350 of N_interp_points=2964
interpolation point (x,y,z)=(3.01535e+243,2.2487e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=351 of N_interp_points=2964
interpolation point (x,y,z)=(2.35901e+243,2.43397e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=352 of N_interp_points=2964
interpolation point (x,y,z)=(3.15335e+243,2.28568e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=353 of N_interp_points=2964
interpolation point (x,y,z)=(3.65115e+243,2.11533e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=354 of N_interp_points=2964
interpolation point (x,y,z)=(3.28181e+243,2.3201e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=355 of N_interp_points=2964
interpolation point (x,y,z)=(3.55424e+243,2.10685e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=356 of N_interp_points=2964
interpolation point (x,y,z)=(3.39969e+243,2.35168e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=357 of N_interp_points=2964
interpolation point (x,y,z)=(3.44455e+243,2.09726e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=358 of N_interp_points=2964
interpolation point (x,y,z)=(3.50604e+243,2.38018e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=359 of N_interp_points=2964
interpolation point (x,y,z)=(3.32298e+243,2.08662e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=360 of N_interp_points=2964
interpolation point (x,y,z)=(3.60002e+243,2.40536e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=361 of N_interp_points=2964
interpolation point (x,y,z)=(3.68085e+243,2.42702e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=362 of N_interp_points=2964
interpolation point (x,y,z)=(3.1905e+243,2.07503e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=363 of N_interp_points=2964
interpolation point (x,y,z)=(2.24959e+243,2.30357e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=364 of N_interp_points=2964
interpolation point (x,y,z)=(3.04817e+243,2.06258e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=365 of N_interp_points=2964
interpolation point (x,y,z)=(3.74789e+243,2.44498e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=366 of N_interp_points=2964
interpolation point (x,y,z)=(2.1379e+243,2.17046e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=367 of N_interp_points=2964
interpolation point (x,y,z)=(2.89715e+243,2.04937e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=368 of N_interp_points=2964
interpolation point (x,y,z)=(3.8006e+243,2.45911e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=369 of N_interp_points=2964
interpolation point (x,y,z)=(2.02484e+243,2.03572e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=370 of N_interp_points=2964
interpolation point (x,y,z)=(2.73865e+243,2.0355e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=371 of N_interp_points=2964
interpolation point (x,y,z)=(3.83856e+243,2.46928e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=372 of N_interp_points=2964
interpolation point (x,y,z)=(1.91133e+243,1.90044e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=373 of N_interp_points=2964
interpolation point (x,y,z)=(3.86145e+243,2.47541e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=374 of N_interp_points=2964
interpolation point (x,y,z)=(2.57394e+243,2.02109e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=375 of N_interp_points=2964
interpolation point (x,y,z)=(1.79827e+243,1.76571e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=376 of N_interp_points=2964
interpolation point (x,y,z)=(1.81656e+243,1.75168e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=377 of N_interp_points=2964
interpolation point (x,y,z)=(3.86911e+243,2.47746e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=378 of N_interp_points=2964
interpolation point (x,y,z)=(2.40436e+243,2.00625e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=379 of N_interp_points=2964
interpolation point (x,y,z)=(1.91744e+243,1.89575e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=380 of N_interp_points=2964
interpolation point (x,y,z)=(2.23126e+243,1.99111e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=381 of N_interp_points=2964
interpolation point (x,y,z)=(3.86145e+243,2.47541e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=382 of N_interp_points=2964
interpolation point (x,y,z)=(2.01873e+243,2.04041e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=383 of N_interp_points=2964
interpolation point (x,y,z)=(2.11961e+243,2.18449e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=384 of N_interp_points=2964
interpolation point (x,y,z)=(2.05605e+243,1.97578e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=385 of N_interp_points=2964
interpolation point (x,y,z)=(3.83856e+243,2.46928e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=386 of N_interp_points=2964
interpolation point (x,y,z)=(2.21928e+243,2.32682e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=387 of N_interp_points=2964
interpolation point (x,y,z)=(2.01873e+243,1.89575e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=388 of N_interp_points=2964
interpolation point (x,y,z)=(3.8006e+243,2.45911e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=389 of N_interp_points=2964
interpolation point (x,y,z)=(1.88012e+243,1.96039e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=390 of N_interp_points=2964
interpolation point (x,y,z)=(1.70491e+243,1.94506e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=391 of N_interp_points=2964
interpolation point (x,y,z)=(3.74789e+243,2.44498e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=392 of N_interp_points=2964
interpolation point (x,y,z)=(2.31692e+243,2.46627e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=393 of N_interp_points=2964
interpolation point (x,y,z)=(1.91744e+243,2.04041e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=394 of N_interp_points=2964
interpolation point (x,y,z)=(1.70792e+243,1.92221e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=395 of N_interp_points=2964
interpolation point (x,y,z)=(3.68085e+243,2.42702e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=396 of N_interp_points=2964
interpolation point (x,y,z)=(3.60002e+243,2.40536e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=397 of N_interp_points=2964
interpolation point (x,y,z)=(1.81656e+243,2.18449e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=398 of N_interp_points=2964
interpolation point (x,y,z)=(3.50604e+243,2.38018e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=399 of N_interp_points=2964
interpolation point (x,y,z)=(1.88113e+243,1.95275e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=400 of N_interp_points=2964
interpolation point (x,y,z)=(1.71689e+243,2.32682e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=401 of N_interp_points=2964
interpolation point (x,y,z)=(2.05504e+243,1.98342e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=402 of N_interp_points=2964
interpolation point (x,y,z)=(3.39969e+243,2.35168e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=403 of N_interp_points=2964
interpolation point (x,y,z)=(2.41175e+243,2.6017e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=404 of N_interp_points=2964
interpolation point (x,y,z)=(1.61925e+243,2.46627e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=405 of N_interp_points=2964
interpolation point (x,y,z)=(2.22825e+243,2.01396e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=406 of N_interp_points=2964
interpolation point (x,y,z)=(3.28181e+243,2.3201e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=407 of N_interp_points=2964
interpolation point (x,y,z)=(2.50301e+243,2.73204e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=408 of N_interp_points=2964
interpolation point (x,y,z)=(1.52442e+243,2.6017e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=409 of N_interp_points=2964
interpolation point (x,y,z)=(2.39937e+243,2.04413e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=410 of N_interp_points=2964
interpolation point (x,y,z)=(3.15335e+243,2.28568e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=411 of N_interp_points=2964
interpolation point (x,y,z)=(2.58996e+243,2.85622e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=412 of N_interp_points=2964
interpolation point (x,y,z)=(2.67191e+243,2.97325e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=413 of N_interp_points=2964
interpolation point (x,y,z)=(1.43316e+243,2.73204e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=414 of N_interp_points=2964
interpolation point (x,y,z)=(3.01535e+243,2.2487e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=415 of N_interp_points=2964
interpolation point (x,y,z)=(2.56702e+243,2.07369e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=416 of N_interp_points=2964
interpolation point (x,y,z)=(2.74819e+243,3.08219e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=417 of N_interp_points=2964
interpolation point (x,y,z)=(1.34621e+243,2.85622e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=418 of N_interp_points=2964
interpolation point (x,y,z)=(1.26426e+243,2.97325e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=419 of N_interp_points=2964
interpolation point (x,y,z)=(2.81819e+243,3.18216e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=420 of N_interp_points=2964
interpolation point (x,y,z)=(2.86892e+243,2.20946e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=421 of N_interp_points=2964
interpolation point (x,y,z)=(2.72984e+243,2.1024e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=422 of N_interp_points=2964
interpolation point (x,y,z)=(2.88134e+243,3.27235e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=423 of N_interp_points=2964
interpolation point (x,y,z)=(2.76419e+243,3.34698e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=424 of N_interp_points=2964
interpolation point (x,y,z)=(1.18798e+243,3.08219e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=425 of N_interp_points=2964
interpolation point (x,y,z)=(2.88653e+243,2.13003e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=426 of N_interp_points=2964
interpolation point (x,y,z)=(2.71523e+243,2.16828e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=427 of N_interp_points=2964
interpolation point (x,y,z)=(2.55553e+243,2.12549e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=428 of N_interp_points=2964
interpolation point (x,y,z)=(3.03582e+243,2.15636e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=429 of N_interp_points=2964
interpolation point (x,y,z)=(1.11798e+243,3.18216e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=430 of N_interp_points=2964
interpolation point (x,y,z)=(2.81283e+243,3.43123e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=431 of N_interp_points=2964
interpolation point (x,y,z)=(2.93714e+243,3.35204e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=432 of N_interp_points=2964
interpolation point (x,y,z)=(3.17652e+243,2.18116e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=433 of N_interp_points=2964
interpolation point (x,y,z)=(2.3911e+243,2.08143e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=434 of N_interp_points=2964
interpolation point (x,y,z)=(1.05483e+243,3.27235e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=435 of N_interp_points=2964
interpolation point (x,y,z)=(2.98514e+243,3.42059e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=436 of N_interp_points=2964
interpolation point (x,y,z)=(2.85468e+243,3.50371e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=437 of N_interp_points=2964
interpolation point (x,y,z)=(3.30749e+243,2.20426e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=438 of N_interp_points=2964
interpolation point (x,y,z)=(2.22326e+243,2.03646e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=439 of N_interp_points=2964
interpolation point (x,y,z)=(2.88938e+243,3.56381e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=440 of N_interp_points=2964
interpolation point (x,y,z)=(3.02495e+243,3.47744e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=441 of N_interp_points=2964
interpolation point (x,y,z)=(3.05625e+243,3.52215e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=442 of N_interp_points=2964
interpolation point (x,y,z)=(2.91666e+243,3.61107e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=443 of N_interp_points=2964
interpolation point (x,y,z)=(9.99027e+242,3.35204e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=444 of N_interp_points=2964
interpolation point (x,y,z)=(2.05337e+243,1.99094e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=445 of N_interp_points=2964
interpolation point (x,y,z)=(3.42768e+243,2.22545e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=446 of N_interp_points=2964
interpolation point (x,y,z)=(9.51028e+242,3.42059e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=447 of N_interp_points=2964
interpolation point (x,y,z)=(2.93631e+243,3.6451e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=448 of N_interp_points=2964
interpolation point (x,y,z)=(3.07879e+243,3.55434e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=449 of N_interp_points=2964
interpolation point (x,y,z)=(1.88279e+243,1.94523e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=450 of N_interp_points=2964
interpolation point (x,y,z)=(3.53611e+243,2.24457e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=451 of N_interp_points=2964
interpolation point (x,y,z)=(9.11218e+242,3.47744e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=452 of N_interp_points=2964
interpolation point (x,y,z)=(2.94816e+243,3.66563e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=453 of N_interp_points=2964
interpolation point (x,y,z)=(3.09239e+243,3.57375e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=454 of N_interp_points=2964
interpolation point (x,y,z)=(3.09693e+243,3.58024e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=455 of N_interp_points=2964
interpolation point (x,y,z)=(2.95213e+243,3.67249e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=456 of N_interp_points=2964
interpolation point (x,y,z)=(3.63192e+243,2.26146e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=457 of N_interp_points=2964
interpolation point (x,y,z)=(1.7129e+243,1.89971e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=458 of N_interp_points=2964
interpolation point (x,y,z)=(1.99111e+243,2.23126e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=459 of N_interp_points=2964
interpolation point (x,y,z)=(8.79918e+242,3.52215e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=460 of N_interp_points=2964
interpolation point (x,y,z)=(1.71983e+243,1.87773e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=461 of N_interp_points=2964
interpolation point (x,y,z)=(3.71433e+243,2.27599e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=462 of N_interp_points=2964
interpolation point (x,y,z)=(2.94816e+243,3.66563e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=463 of N_interp_points=2964
interpolation point (x,y,z)=(3.09239e+243,3.57375e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=464 of N_interp_points=2964
interpolation point (x,y,z)=(8.57378e+242,3.55434e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=465 of N_interp_points=2964
interpolation point (x,y,z)=(2.00625e+243,2.40436e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=466 of N_interp_points=2964
interpolation point (x,y,z)=(8.43782e+242,3.57375e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=467 of N_interp_points=2964
interpolation point (x,y,z)=(3.78268e+243,2.28805e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=468 of N_interp_points=2964
interpolation point (x,y,z)=(1.88511e+243,1.93788e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=469 of N_interp_points=2964
interpolation point (x,y,z)=(8.39237e+242,3.58024e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=470 of N_interp_points=2964
interpolation point (x,y,z)=(2.05106e+243,1.99828e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=471 of N_interp_points=2964
interpolation point (x,y,z)=(3.83642e+243,2.29752e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=472 of N_interp_points=2964
interpolation point (x,y,z)=(2.93631e+243,3.6451e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=473 of N_interp_points=2964
interpolation point (x,y,z)=(3.07879e+243,3.55434e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=474 of N_interp_points=2964
interpolation point (x,y,z)=(8.43782e+242,3.57375e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=475 of N_interp_points=2964
interpolation point (x,y,z)=(3.55434e+243,3.07879e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=476 of N_interp_points=2964
interpolation point (x,y,z)=(2.39813e+243,2.39813e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=477 of N_interp_points=2964
interpolation point (x,y,z)=(8.57378e+242,3.55434e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=478 of N_interp_points=2964
interpolation point (x,y,z)=(2.02109e+243,2.57394e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=479 of N_interp_points=2964
interpolation point (x,y,z)=(8.79918e+242,3.52215e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=480 of N_interp_points=2964
interpolation point (x,y,z)=(2.91666e+243,3.61107e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=481 of N_interp_points=2964
interpolation point (x,y,z)=(3.05625e+243,3.52215e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=482 of N_interp_points=2964
interpolation point (x,y,z)=(2.21633e+243,2.05844e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=483 of N_interp_points=2964
interpolation point (x,y,z)=(9.11218e+242,3.47744e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=484 of N_interp_points=2964
interpolation point (x,y,z)=(3.87512e+243,2.30435e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=485 of N_interp_points=2964
interpolation point (x,y,z)=(2.37961e+243,2.11787e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=486 of N_interp_points=2964
interpolation point (x,y,z)=(2.0355e+243,2.73865e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=487 of N_interp_points=2964
interpolation point (x,y,z)=(3.52215e+243,3.05625e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=488 of N_interp_points=2964
interpolation point (x,y,z)=(2.51504e+243,2.51504e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=489 of N_interp_points=2964
interpolation point (x,y,z)=(9.51028e+242,3.42059e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=490 of N_interp_points=2964
interpolation point (x,y,z)=(9.99027e+242,3.35204e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=491 of N_interp_points=2964
interpolation point (x,y,z)=(2.88938e+243,3.56381e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=492 of N_interp_points=2964
interpolation point (x,y,z)=(3.47744e+243,3.02495e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=493 of N_interp_points=2964
interpolation point (x,y,z)=(2.62754e+243,2.62754e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=494 of N_interp_points=2964
interpolation point (x,y,z)=(1.05483e+243,3.27235e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=495 of N_interp_points=2964
interpolation point (x,y,z)=(3.02495e+243,3.47744e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=496 of N_interp_points=2964
interpolation point (x,y,z)=(2.85468e+243,3.50371e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=497 of N_interp_points=2964
interpolation point (x,y,z)=(2.04937e+243,2.89715e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=498 of N_interp_points=2964
interpolation point (x,y,z)=(2.98514e+243,3.42059e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=499 of N_interp_points=2964
interpolation point (x,y,z)=(2.81283e+243,3.43123e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=500 of N_interp_points=2964
interpolation point (x,y,z)=(2.73474e+243,2.73474e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=501 of N_interp_points=2964
interpolation point (x,y,z)=(3.42059e+243,2.98514e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=502 of N_interp_points=2964
interpolation point (x,y,z)=(2.76419e+243,3.34698e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=503 of N_interp_points=2964
interpolation point (x,y,z)=(2.93714e+243,3.35204e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=504 of N_interp_points=2964
interpolation point (x,y,z)=(1.11798e+243,3.18216e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=505 of N_interp_points=2964
interpolation point (x,y,z)=(2.88134e+243,3.27235e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=506 of N_interp_points=2964
interpolation point (x,y,z)=(2.70914e+243,3.25163e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=507 of N_interp_points=2964
interpolation point (x,y,z)=(3.89847e+243,2.30846e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=508 of N_interp_points=2964
interpolation point (x,y,z)=(2.53958e+243,2.17609e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=509 of N_interp_points=2964
interpolation point (x,y,z)=(2.06258e+243,3.04817e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=510 of N_interp_points=2964
interpolation point (x,y,z)=(1.18798e+243,3.08219e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=511 of N_interp_points=2964
interpolation point (x,y,z)=(3.35204e+243,2.93714e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=512 of N_interp_points=2964
interpolation point (x,y,z)=(2.83576e+243,2.83576e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=513 of N_interp_points=2964
interpolation point (x,y,z)=(2.64812e+243,3.14594e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=514 of N_interp_points=2964
interpolation point (x,y,z)=(2.81819e+243,3.18216e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=515 of N_interp_points=2964
interpolation point (x,y,z)=(2.07503e+243,3.1905e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=516 of N_interp_points=2964
interpolation point (x,y,z)=(2.58162e+243,3.03077e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=517 of N_interp_points=2964
interpolation point (x,y,z)=(2.74819e+243,3.08219e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=518 of N_interp_points=2964
interpolation point (x,y,z)=(2.9298e+243,2.9298e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=519 of N_interp_points=2964
interpolation point (x,y,z)=(3.27235e+243,2.88134e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=520 of N_interp_points=2964
interpolation point (x,y,z)=(3.90627e+243,2.30984e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=521 of N_interp_points=2964
interpolation point (x,y,z)=(2.69494e+243,2.23264e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=522 of N_interp_points=2964
interpolation point (x,y,z)=(3.18216e+243,2.81819e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=523 of N_interp_points=2964
interpolation point (x,y,z)=(3.01609e+243,3.01609e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=524 of N_interp_points=2964
interpolation point (x,y,z)=(2.67191e+243,2.97325e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=525 of N_interp_points=2964
interpolation point (x,y,z)=(2.51019e+243,2.90704e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=526 of N_interp_points=2964
interpolation point (x,y,z)=(1.26426e+243,2.97325e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=527 of N_interp_points=2964
interpolation point (x,y,z)=(2.08662e+243,3.32298e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=528 of N_interp_points=2964
interpolation point (x,y,z)=(2.43439e+243,2.77575e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=529 of N_interp_points=2964
interpolation point (x,y,z)=(2.58996e+243,2.85622e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=530 of N_interp_points=2964
interpolation point (x,y,z)=(3.09395e+243,3.09395e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=531 of N_interp_points=2964
interpolation point (x,y,z)=(3.08219e+243,2.74819e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=532 of N_interp_points=2964
interpolation point (x,y,z)=(2.09726e+243,3.44455e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=533 of N_interp_points=2964
interpolation point (x,y,z)=(1.34621e+243,2.85622e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=534 of N_interp_points=2964
interpolation point (x,y,z)=(2.35484e+243,2.63796e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=535 of N_interp_points=2964
interpolation point (x,y,z)=(2.50301e+243,2.73204e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=536 of N_interp_points=2964
interpolation point (x,y,z)=(2.97325e+243,2.67191e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=537 of N_interp_points=2964
interpolation point (x,y,z)=(3.16274e+243,3.16274e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=538 of N_interp_points=2964
interpolation point (x,y,z)=(1.43316e+243,2.73204e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=539 of N_interp_points=2964
interpolation point (x,y,z)=(3.22191e+243,3.22191e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=540 of N_interp_points=2964
interpolation point (x,y,z)=(2.85622e+243,2.58996e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=541 of N_interp_points=2964
interpolation point (x,y,z)=(2.84445e+243,2.28706e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=542 of N_interp_points=2964
interpolation point (x,y,z)=(3.89847e+243,2.30846e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=543 of N_interp_points=2964
interpolation point (x,y,z)=(2.41175e+243,2.6017e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=544 of N_interp_points=2964
interpolation point (x,y,z)=(2.27217e+243,2.49478e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=545 of N_interp_points=2964
interpolation point (x,y,z)=(1.52442e+243,2.6017e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=546 of N_interp_points=2964
interpolation point (x,y,z)=(2.10685e+243,3.55424e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=547 of N_interp_points=2964
interpolation point (x,y,z)=(2.98691e+243,2.33891e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=548 of N_interp_points=2964
interpolation point (x,y,z)=(3.87512e+243,2.30435e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=549 of N_interp_points=2964
interpolation point (x,y,z)=(1.61925e+243,2.46627e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=550 of N_interp_points=2964
interpolation point (x,y,z)=(2.31692e+243,2.46627e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=551 of N_interp_points=2964
interpolation point (x,y,z)=(2.18705e+243,2.34735e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=552 of N_interp_points=2964
interpolation point (x,y,z)=(1.71689e+243,2.32682e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=553 of N_interp_points=2964
interpolation point (x,y,z)=(2.73204e+243,2.50301e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=554 of N_interp_points=2964
interpolation point (x,y,z)=(3.27099e+243,3.27099e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=555 of N_interp_points=2964
interpolation point (x,y,z)=(3.83642e+243,2.29752e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=556 of N_interp_points=2964
interpolation point (x,y,z)=(3.12116e+243,2.38777e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=557 of N_interp_points=2964
interpolation point (x,y,z)=(2.11533e+243,3.65115e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=558 of N_interp_points=2964
interpolation point (x,y,z)=(1.81656e+243,2.18449e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=559 of N_interp_points=2964
interpolation point (x,y,z)=(3.30958e+243,3.30958e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=560 of N_interp_points=2964
interpolation point (x,y,z)=(2.6017e+243,2.41175e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=561 of N_interp_points=2964
interpolation point (x,y,z)=(1.91744e+243,2.04041e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=562 of N_interp_points=2964
interpolation point (x,y,z)=(3.24613e+243,2.43326e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=563 of N_interp_points=2964
interpolation point (x,y,z)=(3.78268e+243,2.28805e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=564 of N_interp_points=2964
interpolation point (x,y,z)=(2.12263e+243,3.73452e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=565 of N_interp_points=2964
interpolation point (x,y,z)=(2.01873e+243,1.89575e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=566 of N_interp_points=2964
interpolation point (x,y,z)=(2.10018e+243,2.19687e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=567 of N_interp_points=2964
interpolation point (x,y,z)=(2.21928e+243,2.32682e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=568 of N_interp_points=2964
interpolation point (x,y,z)=(2.01223e+243,2.04455e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=569 of N_interp_points=2964
interpolation point (x,y,z)=(2.11961e+243,1.75168e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=570 of N_interp_points=2964
interpolation point (x,y,z)=(3.71433e+243,2.27599e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=571 of N_interp_points=2964
interpolation point (x,y,z)=(3.36081e+243,2.47499e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=572 of N_interp_points=2964
interpolation point (x,y,z)=(2.1379e+243,1.76571e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=573 of N_interp_points=2964
interpolation point (x,y,z)=(2.46627e+243,2.31692e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=574 of N_interp_points=2964
interpolation point (x,y,z)=(3.33737e+243,3.33737e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=575 of N_interp_points=2964
interpolation point (x,y,z)=(3.63192e+243,2.26146e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=576 of N_interp_points=2964
interpolation point (x,y,z)=(3.46428e+243,2.51265e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=577 of N_interp_points=2964
interpolation point (x,y,z)=(2.12868e+243,3.80366e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=578 of N_interp_points=2964
interpolation point (x,y,z)=(2.32682e+243,2.21928e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=579 of N_interp_points=2964
interpolation point (x,y,z)=(3.35413e+243,3.35413e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=580 of N_interp_points=2964
interpolation point (x,y,z)=(2.11961e+243,2.18449e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=581 of N_interp_points=2964
interpolation point (x,y,z)=(1.92394e+243,1.89162e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=582 of N_interp_points=2964
interpolation point (x,y,z)=(2.13343e+243,3.85802e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=583 of N_interp_points=2964
interpolation point (x,y,z)=(3.55569e+243,2.54593e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=584 of N_interp_points=2964
interpolation point (x,y,z)=(3.53611e+243,2.24457e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=585 of N_interp_points=2964
interpolation point (x,y,z)=(2.02484e+243,1.90044e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=586 of N_interp_points=2964
interpolation point (x,y,z)=(2.13686e+243,3.89717e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=587 of N_interp_points=2964
interpolation point (x,y,z)=(3.42768e+243,2.22545e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=588 of N_interp_points=2964
interpolation point (x,y,z)=(2.01873e+243,2.04041e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=589 of N_interp_points=2964
interpolation point (x,y,z)=(1.83599e+243,1.7393e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=590 of N_interp_points=2964
interpolation point (x,y,z)=(3.30749e+243,2.20426e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=591 of N_interp_points=2964
interpolation point (x,y,z)=(3.35973e+243,3.35973e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=592 of N_interp_points=2964
interpolation point (x,y,z)=(2.18449e+243,2.11961e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=593 of N_interp_points=2964
interpolation point (x,y,z)=(1.91744e+243,1.89575e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=594 of N_interp_points=2964
interpolation point (x,y,z)=(1.85644e+243,1.72865e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=595 of N_interp_points=2964
interpolation point (x,y,z)=(1.91133e+243,2.03572e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=596 of N_interp_points=2964
interpolation point (x,y,z)=(1.93077e+243,1.88806e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=597 of N_interp_points=2964
interpolation point (x,y,z)=(1.81656e+243,1.75168e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=598 of N_interp_points=2964
interpolation point (x,y,z)=(3.17652e+243,2.18116e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=599 of N_interp_points=2964
interpolation point (x,y,z)=(3.35413e+243,3.35413e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=600 of N_interp_points=2964
interpolation point (x,y,z)=(2.04041e+243,2.01873e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=601 of N_interp_points=2964
interpolation point (x,y,z)=(1.79827e+243,2.17046e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=602 of N_interp_points=2964
interpolation point (x,y,z)=(2.0054e+243,2.04811e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=603 of N_interp_points=2964
interpolation point (x,y,z)=(1.83599e+243,1.7393e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=604 of N_interp_points=2964
interpolation point (x,y,z)=(2.13892e+243,3.92079e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=605 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.5603e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=606 of N_interp_points=2964
interpolation point (x,y,z)=(1.89575e+243,1.91744e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=607 of N_interp_points=2964
interpolation point (x,y,z)=(3.33737e+243,3.33737e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=608 of N_interp_points=2964
interpolation point (x,y,z)=(1.68658e+243,2.30357e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=609 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.45019e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=610 of N_interp_points=2964
interpolation point (x,y,z)=(2.13961e+243,3.92868e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=611 of N_interp_points=2964
interpolation point (x,y,z)=(1.92394e+243,1.89162e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=612 of N_interp_points=2964
interpolation point (x,y,z)=(2.07973e+243,2.20751e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=613 of N_interp_points=2964
interpolation point (x,y,z)=(3.30958e+243,3.30958e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=614 of N_interp_points=2964
interpolation point (x,y,z)=(1.75168e+243,1.81656e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=615 of N_interp_points=2964
interpolation point (x,y,z)=(2.13892e+243,3.92079e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=616 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.32815e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=617 of N_interp_points=2964
interpolation point (x,y,z)=(2.13686e+243,3.89717e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=618 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.19516e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=619 of N_interp_points=2964
interpolation point (x,y,z)=(3.27099e+243,3.27099e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=620 of N_interp_points=2964
interpolation point (x,y,z)=(1.76571e+243,1.79827e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=621 of N_interp_points=2964
interpolation point (x,y,z)=(1.57716e+243,2.43397e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=622 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.0523e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=623 of N_interp_points=2964
interpolation point (x,y,z)=(2.13343e+243,3.85802e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=624 of N_interp_points=2964
interpolation point (x,y,z)=(2.15317e+243,2.36499e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=625 of N_interp_points=2964
interpolation point (x,y,z)=(2.01223e+243,2.04455e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=626 of N_interp_points=2964
interpolation point (x,y,z)=(2.12868e+243,3.80366e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=627 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,2.9007e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=628 of N_interp_points=2964
interpolation point (x,y,z)=(1.90044e+243,1.91133e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=629 of N_interp_points=2964
interpolation point (x,y,z)=(3.22191e+243,3.22191e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=630 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,2.74159e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=631 of N_interp_points=2964
interpolation point (x,y,z)=(2.12263e+243,3.73452e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=632 of N_interp_points=2964
interpolation point (x,y,z)=(2.22511e+243,2.51927e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=633 of N_interp_points=2964
interpolation point (x,y,z)=(2.10018e+243,2.19687e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=634 of N_interp_points=2964
interpolation point (x,y,z)=(1.47088e+243,2.56062e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=635 of N_interp_points=2964
interpolation point (x,y,z)=(2.03572e+243,2.02484e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=636 of N_interp_points=2964
interpolation point (x,y,z)=(3.16274e+243,3.16274e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=637 of N_interp_points=2964
interpolation point (x,y,z)=(2.18705e+243,2.34735e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=638 of N_interp_points=2964
interpolation point (x,y,z)=(2.29498e+243,2.66912e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=639 of N_interp_points=2964
interpolation point (x,y,z)=(2.36222e+243,2.81332e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=640 of N_interp_points=2964
interpolation point (x,y,z)=(2.27217e+243,2.49478e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=641 of N_interp_points=2964
interpolation point (x,y,z)=(3.09395e+243,3.09395e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=642 of N_interp_points=2964
interpolation point (x,y,z)=(2.17046e+243,2.1379e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=643 of N_interp_points=2964
interpolation point (x,y,z)=(1.36861e+243,2.68251e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=644 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,2.57626e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=645 of N_interp_points=2964
interpolation point (x,y,z)=(2.11533e+243,3.65115e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=646 of N_interp_points=2964
interpolation point (x,y,z)=(3.01609e+243,3.01609e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=647 of N_interp_points=2964
interpolation point (x,y,z)=(2.30357e+243,2.24959e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=648 of N_interp_points=2964
interpolation point (x,y,z)=(2.35484e+243,2.63796e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=649 of N_interp_points=2964
interpolation point (x,y,z)=(2.42629e+243,2.95071e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=650 of N_interp_points=2964
interpolation point (x,y,z)=(2.10685e+243,3.55424e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=651 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,2.40602e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=652 of N_interp_points=2964
interpolation point (x,y,z)=(2.9298e+243,2.9298e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=653 of N_interp_points=2964
interpolation point (x,y,z)=(2.43397e+243,2.35901e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=654 of N_interp_points=2964
interpolation point (x,y,z)=(1.27117e+243,2.79864e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=655 of N_interp_points=2964
interpolation point (x,y,z)=(2.48667e+243,3.0802e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=656 of N_interp_points=2964
interpolation point (x,y,z)=(2.43439e+243,2.77575e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=657 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,2.23227e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=658 of N_interp_points=2964
interpolation point (x,y,z)=(2.09726e+243,3.44455e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=659 of N_interp_points=2964
interpolation point (x,y,z)=(1.17933e+243,2.90808e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=660 of N_interp_points=2964
interpolation point (x,y,z)=(2.51019e+243,2.90704e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=661 of N_interp_points=2964
interpolation point (x,y,z)=(2.54287e+243,3.20073e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=662 of N_interp_points=2964
interpolation point (x,y,z)=(2.83576e+243,2.83576e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=663 of N_interp_points=2964
interpolation point (x,y,z)=(2.56062e+243,2.46528e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=664 of N_interp_points=2964
interpolation point (x,y,z)=(1.09385e+243,3.00996e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=665 of N_interp_points=2964
interpolation point (x,y,z)=(1.0154e+243,3.10344e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=666 of N_interp_points=2964
interpolation point (x,y,z)=(2.59445e+243,3.31133e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=667 of N_interp_points=2964
interpolation point (x,y,z)=(2.58162e+243,3.03077e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=668 of N_interp_points=2964
interpolation point (x,y,z)=(2.68251e+243,2.56756e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=669 of N_interp_points=2964
interpolation point (x,y,z)=(2.73474e+243,2.73474e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=670 of N_interp_points=2964
interpolation point (x,y,z)=(9.44629e+242,3.18779e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=671 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,2.05638e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=672 of N_interp_points=2964
interpolation point (x,y,z)=(2.08662e+243,3.32298e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=673 of N_interp_points=2964
interpolation point (x,y,z)=(2.64098e+243,3.41112e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=674 of N_interp_points=2964
interpolation point (x,y,z)=(2.64812e+243,3.14594e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=675 of N_interp_points=2964
interpolation point (x,y,z)=(8.82095e+242,3.26232e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=676 of N_interp_points=2964
interpolation point (x,y,z)=(2.62754e+243,2.62754e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=677 of N_interp_points=2964
interpolation point (x,y,z)=(2.79864e+243,2.665e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=678 of N_interp_points=2964
interpolation point (x,y,z)=(2.07503e+243,3.1905e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=679 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,1.87979e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=680 of N_interp_points=2964
interpolation point (x,y,z)=(2.6821e+243,3.49929e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=681 of N_interp_points=2964
interpolation point (x,y,z)=(2.70914e+243,3.25163e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=682 of N_interp_points=2964
interpolation point (x,y,z)=(8.28304e+242,3.32642e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=683 of N_interp_points=2964
interpolation point (x,y,z)=(2.51504e+243,2.51504e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=684 of N_interp_points=2964
interpolation point (x,y,z)=(2.90808e+243,2.75684e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=685 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,1.7039e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=686 of N_interp_points=2964
interpolation point (x,y,z)=(2.06258e+243,3.04817e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=687 of N_interp_points=2964
interpolation point (x,y,z)=(7.83691e+242,3.37959e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=688 of N_interp_points=2964
interpolation point (x,y,z)=(1.99111e+243,1.70491e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=689 of N_interp_points=2964
interpolation point (x,y,z)=(2.71746e+243,3.57513e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=690 of N_interp_points=2964
interpolation point (x,y,z)=(7.48613e+242,3.42139e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=691 of N_interp_points=2964
interpolation point (x,y,z)=(3.00996e+243,2.84232e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=692 of N_interp_points=2964
interpolation point (x,y,z)=(2.39813e+243,2.39813e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=693 of N_interp_points=2964
interpolation point (x,y,z)=(2.04937e+243,2.89715e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=694 of N_interp_points=2964
interpolation point (x,y,z)=(1.97578e+243,1.88012e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=695 of N_interp_points=2964
interpolation point (x,y,z)=(2.27775e+243,2.27775e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=696 of N_interp_points=2964
interpolation point (x,y,z)=(3.10344e+243,2.92076e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=697 of N_interp_points=2964
interpolation point (x,y,z)=(2.0355e+243,2.73865e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=698 of N_interp_points=2964
interpolation point (x,y,z)=(7.23354e+242,3.4515e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=699 of N_interp_points=2964
interpolation point (x,y,z)=(1.96039e+243,2.05605e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=700 of N_interp_points=2964
interpolation point (x,y,z)=(2.02109e+243,2.57394e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=701 of N_interp_points=2964
interpolation point (x,y,z)=(7.08117e+242,3.46965e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=702 of N_interp_points=2964
interpolation point (x,y,z)=(2.00625e+243,2.40436e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=703 of N_interp_points=2964
interpolation point (x,y,z)=(1.94506e+243,2.23126e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=704 of N_interp_points=2964
interpolation point (x,y,z)=(2.7468e+243,3.63804e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=705 of N_interp_points=2964
interpolation point (x,y,z)=(1.92992e+243,2.40436e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=706 of N_interp_points=2964
interpolation point (x,y,z)=(1.99111e+243,2.23126e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=707 of N_interp_points=2964
interpolation point (x,y,z)=(2.15489e+243,2.15489e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=708 of N_interp_points=2964
interpolation point (x,y,z)=(3.18779e+243,2.99154e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=709 of N_interp_points=2964
interpolation point (x,y,z)=(7.03024e+242,3.47572e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=710 of N_interp_points=2964
interpolation point (x,y,z)=(2.03052e+243,2.03052e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=711 of N_interp_points=2964
interpolation point (x,y,z)=(3.26232e+243,3.05407e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=712 of N_interp_points=2964
interpolation point (x,y,z)=(1.91508e+243,2.57394e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=713 of N_interp_points=2964
interpolation point (x,y,z)=(1.97578e+243,2.05605e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=714 of N_interp_points=2964
interpolation point (x,y,z)=(2.76986e+243,3.68749e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=715 of N_interp_points=2964
interpolation point (x,y,z)=(3.32642e+243,3.10786e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=716 of N_interp_points=2964
interpolation point (x,y,z)=(1.90565e+243,1.90565e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=717 of N_interp_points=2964
interpolation point (x,y,z)=(2.78647e+243,3.72311e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=718 of N_interp_points=2964
interpolation point (x,y,z)=(1.96039e+243,1.88012e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=719 of N_interp_points=2964
interpolation point (x,y,z)=(1.90067e+243,2.73865e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=720 of N_interp_points=2964
interpolation point (x,y,z)=(7.08117e+242,3.46965e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=721 of N_interp_points=2964
interpolation point (x,y,z)=(2.79648e+243,3.74459e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=722 of N_interp_points=2964
interpolation point (x,y,z)=(7.23354e+242,3.4515e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=723 of N_interp_points=2964
interpolation point (x,y,z)=(1.8868e+243,2.89715e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=724 of N_interp_points=2964
interpolation point (x,y,z)=(1.94506e+243,1.70491e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=725 of N_interp_points=2964
interpolation point (x,y,z)=(3.37959e+243,3.15248e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=726 of N_interp_points=2964
interpolation point (x,y,z)=(1.78128e+243,1.78128e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=727 of N_interp_points=2964
interpolation point (x,y,z)=(2.79983e+243,3.75177e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=728 of N_interp_points=2964
interpolation point (x,y,z)=(1.79827e+243,1.76571e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=729 of N_interp_points=2964
interpolation point (x,y,z)=(3.42139e+243,3.18755e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=730 of N_interp_points=2964
interpolation point (x,y,z)=(7.48613e+242,3.42139e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=731 of N_interp_points=2964
interpolation point (x,y,z)=(2.79648e+243,3.74459e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=732 of N_interp_points=2964
interpolation point (x,y,z)=(2.78647e+243,3.72311e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=733 of N_interp_points=2964
interpolation point (x,y,z)=(7.83691e+242,3.37959e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=734 of N_interp_points=2964
interpolation point (x,y,z)=(3.4515e+243,3.21281e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=735 of N_interp_points=2964
interpolation point (x,y,z)=(1.91133e+243,1.90044e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=736 of N_interp_points=2964
interpolation point (x,y,z)=(1.87359e+243,3.04817e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=737 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,1.7039e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=738 of N_interp_points=2964
interpolation point (x,y,z)=(2.76986e+243,3.68749e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=739 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,1.87979e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=740 of N_interp_points=2964
interpolation point (x,y,z)=(1.86114e+243,3.1905e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=741 of N_interp_points=2964
interpolation point (x,y,z)=(2.7468e+243,3.63804e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=742 of N_interp_points=2964
interpolation point (x,y,z)=(2.02484e+243,2.03572e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=743 of N_interp_points=2964
interpolation point (x,y,z)=(3.46965e+243,3.22805e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=744 of N_interp_points=2964
interpolation point (x,y,z)=(2.71746e+243,3.57513e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=745 of N_interp_points=2964
interpolation point (x,y,z)=(1.84955e+243,3.32298e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=746 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,2.05638e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=747 of N_interp_points=2964
interpolation point (x,y,z)=(3.47572e+243,3.23314e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=748 of N_interp_points=2964
interpolation point (x,y,z)=(2.1379e+243,2.17046e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=749 of N_interp_points=2964
interpolation point (x,y,z)=(2.6821e+243,3.49929e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=750 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,2.23227e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=751 of N_interp_points=2964
interpolation point (x,y,z)=(1.83891e+243,3.44455e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=752 of N_interp_points=2964
interpolation point (x,y,z)=(2.24959e+243,2.30357e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=753 of N_interp_points=2964
interpolation point (x,y,z)=(3.46965e+243,3.22805e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=754 of N_interp_points=2964
interpolation point (x,y,z)=(2.64098e+243,3.41112e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=755 of N_interp_points=2964
interpolation point (x,y,z)=(2.59445e+243,3.31133e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=756 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,2.40602e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=757 of N_interp_points=2964
interpolation point (x,y,z)=(1.82931e+243,3.55424e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=758 of N_interp_points=2964
interpolation point (x,y,z)=(2.35901e+243,2.43397e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=759 of N_interp_points=2964
interpolation point (x,y,z)=(3.4515e+243,3.21281e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=760 of N_interp_points=2964
interpolation point (x,y,z)=(2.54287e+243,3.20073e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=761 of N_interp_points=2964
interpolation point (x,y,z)=(2.48667e+243,3.0802e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=762 of N_interp_points=2964
interpolation point (x,y,z)=(3.42139e+243,3.18755e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=763 of N_interp_points=2964
interpolation point (x,y,z)=(2.46528e+243,2.56062e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=764 of N_interp_points=2964
interpolation point (x,y,z)=(1.82083e+243,3.65115e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=765 of N_interp_points=2964
interpolation point (x,y,z)=(2.42629e+243,2.95071e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=766 of N_interp_points=2964
interpolation point (x,y,z)=(2.56756e+243,2.68251e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=767 of N_interp_points=2964
interpolation point (x,y,z)=(3.37959e+243,3.15248e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=768 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,2.57626e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=769 of N_interp_points=2964
interpolation point (x,y,z)=(1.81354e+243,3.73452e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=770 of N_interp_points=2964
interpolation point (x,y,z)=(1.80749e+243,3.80366e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=771 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,2.74159e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=772 of N_interp_points=2964
interpolation point (x,y,z)=(2.36222e+243,2.81332e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=773 of N_interp_points=2964
interpolation point (x,y,z)=(3.32642e+243,3.10786e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=774 of N_interp_points=2964
interpolation point (x,y,z)=(2.665e+243,2.79864e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=775 of N_interp_points=2964
interpolation point (x,y,z)=(1.80274e+243,3.85802e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=776 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,2.9007e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=777 of N_interp_points=2964
interpolation point (x,y,z)=(2.29498e+243,2.66912e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=778 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.0523e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=779 of N_interp_points=2964
interpolation point (x,y,z)=(1.79931e+243,3.89717e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=780 of N_interp_points=2964
interpolation point (x,y,z)=(2.75684e+243,2.90808e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=781 of N_interp_points=2964
interpolation point (x,y,z)=(3.26232e+243,3.05407e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=782 of N_interp_points=2964
interpolation point (x,y,z)=(2.22511e+243,2.51927e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=783 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.19516e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=784 of N_interp_points=2964
interpolation point (x,y,z)=(1.79724e+243,3.92079e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=785 of N_interp_points=2964
interpolation point (x,y,z)=(2.15317e+243,2.36499e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=786 of N_interp_points=2964
interpolation point (x,y,z)=(1.79655e+243,3.92868e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=787 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.32815e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=788 of N_interp_points=2964
interpolation point (x,y,z)=(3.18779e+243,2.99154e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=789 of N_interp_points=2964
interpolation point (x,y,z)=(2.84232e+243,3.00996e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=790 of N_interp_points=2964
interpolation point (x,y,z)=(2.92076e+243,3.10344e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=791 of N_interp_points=2964
interpolation point (x,y,z)=(3.10344e+243,2.92076e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=792 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.45019e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=793 of N_interp_points=2964
interpolation point (x,y,z)=(1.79724e+243,3.92079e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=794 of N_interp_points=2964
interpolation point (x,y,z)=(3.00996e+243,2.84232e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=795 of N_interp_points=2964
interpolation point (x,y,z)=(2.99154e+243,3.18779e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=796 of N_interp_points=2964
interpolation point (x,y,z)=(1.79931e+243,3.89717e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=797 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.5603e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=798 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.65758e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=799 of N_interp_points=2964
interpolation point (x,y,z)=(1.80274e+243,3.85802e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=800 of N_interp_points=2964
interpolation point (x,y,z)=(2.90808e+243,2.75684e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
WARNING level 1 from host nid00028 process 1
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn QuasiLocalMeasures, file qlm_interpolate.F90:416:
0-origin interpolation point number pt=801 of N_interp_points=2964
interpolation point (x,y,z)=(3.05407e+243,3.26232e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=802 of N_interp_points=2964
interpolation point (x,y,z)=(1.80749e+243,3.80366e+243,1.27655e+243)
-> Interpolator failed
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=803 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.74127e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=804 of N_interp_points=2964
interpolation point (x,y,z)=(3.10786e+243,3.32642e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=805 of N_interp_points=2964
interpolation point (x,y,z)=(2.79864e+243,2.665e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=806 of N_interp_points=2964
interpolation point (x,y,z)=(1.81354e+243,3.73452e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=807 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.81067e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=808 of N_interp_points=2964
interpolation point (x,y,z)=(2.68251e+243,2.56756e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=809 of N_interp_points=2964
interpolation point (x,y,z)=(3.15248e+243,3.37959e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=810 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.86524e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=811 of N_interp_points=2964
interpolation point (x,y,z)=(1.82083e+243,3.65115e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=812 of N_interp_points=2964
interpolation point (x,y,z)=(2.56062e+243,2.46528e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=813 of N_interp_points=2964
interpolation point (x,y,z)=(3.18755e+243,3.42139e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=814 of N_interp_points=2964
interpolation point (x,y,z)=(1.82931e+243,3.55424e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=815 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.90454e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=816 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.92825e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=817 of N_interp_points=2964
interpolation point (x,y,z)=(1.83891e+243,3.44455e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=818 of N_interp_points=2964
interpolation point (x,y,z)=(2.43397e+243,2.35901e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=819 of N_interp_points=2964
interpolation point (x,y,z)=(3.21281e+243,3.4515e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=820 of N_interp_points=2964
interpolation point (x,y,z)=(1.84955e+243,3.32298e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=821 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.93617e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=822 of N_interp_points=2964
interpolation point (x,y,z)=(3.22805e+243,3.46965e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=823 of N_interp_points=2964
interpolation point (x,y,z)=(2.30357e+243,2.24959e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=824 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.92825e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=825 of N_interp_points=2964
interpolation point (x,y,z)=(1.86114e+243,3.1905e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=826 of N_interp_points=2964
interpolation point (x,y,z)=(2.17046e+243,2.1379e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=827 of N_interp_points=2964
interpolation point (x,y,z)=(3.23314e+243,3.47572e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=828 of N_interp_points=2964
interpolation point (x,y,z)=(3.22805e+243,3.46965e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=829 of N_interp_points=2964
interpolation point (x,y,z)=(2.03572e+243,2.02484e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=830 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.90454e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=831 of N_interp_points=2964
interpolation point (x,y,z)=(1.87359e+243,3.04817e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=832 of N_interp_points=2964
interpolation point (x,y,z)=(1.90044e+243,1.91133e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=833 of N_interp_points=2964
interpolation point (x,y,z)=(3.21281e+243,3.4515e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=834 of N_interp_points=2964
interpolation point (x,y,z)=(1.8868e+243,2.89715e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=835 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.86524e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=836 of N_interp_points=2964
interpolation point (x,y,z)=(3.18755e+243,3.42139e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=837 of N_interp_points=2964
interpolation point (x,y,z)=(1.76571e+243,1.79827e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=838 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.81067e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=839 of N_interp_points=2964
interpolation point (x,y,z)=(1.90067e+243,2.73865e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=840 of N_interp_points=2964
interpolation point (x,y,z)=(1.91508e+243,2.57394e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=841 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.74127e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=842 of N_interp_points=2964
interpolation point (x,y,z)=(1.78128e+243,1.78128e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=843 of N_interp_points=2964
interpolation point (x,y,z)=(3.15248e+243,3.37959e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=844 of N_interp_points=2964
interpolation point (x,y,z)=(1.96808e+243,3.65758e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=845 of N_interp_points=2964
interpolation point (x,y,z)=(1.92992e+243,2.40436e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=846 of N_interp_points=2964
interpolation point (x,y,z)=(3.10786e+243,3.32642e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=847 of N_interp_points=2964
interpolation point (x,y,z)=(1.90565e+243,1.90565e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=848 of N_interp_points=2964
interpolation point (x,y,z)=(1.94506e+243,2.23126e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=849 of N_interp_points=2964
interpolation point (x,y,z)=(1.96039e+243,2.05605e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=850 of N_interp_points=2964
interpolation point (x,y,z)=(2.03052e+243,2.03052e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=851 of N_interp_points=2964
interpolation point (x,y,z)=(3.05407e+243,3.26232e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=852 of N_interp_points=2964
interpolation point (x,y,z)=(2.99154e+243,3.18779e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=853 of N_interp_points=2964
interpolation point (x,y,z)=(2.15489e+243,2.15489e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=854 of N_interp_points=2964
interpolation point (x,y,z)=(1.97578e+243,1.88012e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=855 of N_interp_points=2964
interpolation point (x,y,z)=(2.27775e+243,2.27775e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=856 of N_interp_points=2964
interpolation point (x,y,z)=(2.92076e+243,3.10344e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=857 of N_interp_points=2964
interpolation point (x,y,z)=(1.99111e+243,1.70491e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=858 of N_interp_points=2964
interpolation point (x,y,z)=(2.01396e+243,1.70792e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=859 of N_interp_points=2964
interpolation point (x,y,z)=(1.98342e+243,1.88113e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=860 of N_interp_points=2964
interpolation point (x,y,z)=(1.95275e+243,2.05504e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=861 of N_interp_points=2964
interpolation point (x,y,z)=(1.92221e+243,2.22825e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=862 of N_interp_points=2964
interpolation point (x,y,z)=(1.89204e+243,2.39937e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=863 of N_interp_points=2964
interpolation point (x,y,z)=(1.86248e+243,2.56702e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=864 of N_interp_points=2964
interpolation point (x,y,z)=(1.83377e+243,2.72984e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=865 of N_interp_points=2964
interpolation point (x,y,z)=(1.80614e+243,2.88653e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=866 of N_interp_points=2964
interpolation point (x,y,z)=(1.77981e+243,3.03582e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=867 of N_interp_points=2964
interpolation point (x,y,z)=(1.755e+243,3.17652e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=868 of N_interp_points=2964
interpolation point (x,y,z)=(1.13753e+243,2.665e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=869 of N_interp_points=2964
interpolation point (x,y,z)=(8.28304e+242,3.32642e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=870 of N_interp_points=2964
interpolation point (x,y,z)=(1.02809e+243,2.75684e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=871 of N_interp_points=2964
interpolation point (x,y,z)=(8.82095e+242,3.26232e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=872 of N_interp_points=2964
interpolation point (x,y,z)=(9.44629e+242,3.18779e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=873 of N_interp_points=2964
interpolation point (x,y,z)=(9.2621e+242,2.84232e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=874 of N_interp_points=2964
interpolation point (x,y,z)=(1.0154e+243,3.10344e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=875 of N_interp_points=2964
interpolation point (x,y,z)=(8.32724e+242,2.92076e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=876 of N_interp_points=2964
interpolation point (x,y,z)=(1.09385e+243,3.00996e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=877 of N_interp_points=2964
interpolation point (x,y,z)=(7.48378e+242,2.99154e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=878 of N_interp_points=2964
interpolation point (x,y,z)=(1.17933e+243,2.90808e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=879 of N_interp_points=2964
interpolation point (x,y,z)=(6.73852e+242,3.05407e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=880 of N_interp_points=2964
interpolation point (x,y,z)=(1.27117e+243,2.79864e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=881 of N_interp_points=2964
interpolation point (x,y,z)=(6.09747e+242,3.10786e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=882 of N_interp_points=2964
interpolation point (x,y,z)=(1.36861e+243,2.68251e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=883 of N_interp_points=2964
interpolation point (x,y,z)=(5.56579e+242,3.15248e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=884 of N_interp_points=2964
interpolation point (x,y,z)=(1.47088e+243,2.56062e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=885 of N_interp_points=2964
interpolation point (x,y,z)=(5.14775e+242,3.18755e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=886 of N_interp_points=2964
interpolation point (x,y,z)=(1.57716e+243,2.43397e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=887 of N_interp_points=2964
interpolation point (x,y,z)=(4.84673e+242,3.21281e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=888 of N_interp_points=2964
interpolation point (x,y,z)=(1.68658e+243,2.30357e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=889 of N_interp_points=2964
interpolation point (x,y,z)=(4.66514e+242,3.22805e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=890 of N_interp_points=2964
interpolation point (x,y,z)=(1.79827e+243,2.17046e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=891 of N_interp_points=2964
interpolation point (x,y,z)=(4.60444e+242,3.23314e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=892 of N_interp_points=2964
interpolation point (x,y,z)=(1.91133e+243,2.03572e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=893 of N_interp_points=2964
interpolation point (x,y,z)=(4.66514e+242,3.22805e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=894 of N_interp_points=2964
interpolation point (x,y,z)=(2.02484e+243,1.90044e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=895 of N_interp_points=2964
interpolation point (x,y,z)=(4.84673e+242,3.21281e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=896 of N_interp_points=2964
interpolation point (x,y,z)=(2.1379e+243,1.76571e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=897 of N_interp_points=2964
interpolation point (x,y,z)=(5.14775e+242,3.18755e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=898 of N_interp_points=2964
interpolation point (x,y,z)=(2.15489e+243,1.78128e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=899 of N_interp_points=2964
interpolation point (x,y,z)=(5.56579e+242,3.15248e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=900 of N_interp_points=2964
interpolation point (x,y,z)=(6.09747e+242,3.10786e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=901 of N_interp_points=2964
interpolation point (x,y,z)=(2.03052e+243,1.90565e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=902 of N_interp_points=2964
interpolation point (x,y,z)=(6.73852e+242,3.05407e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=903 of N_interp_points=2964
interpolation point (x,y,z)=(7.48378e+242,2.99154e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=904 of N_interp_points=2964
interpolation point (x,y,z)=(1.90565e+243,2.03052e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=905 of N_interp_points=2964
interpolation point (x,y,z)=(1.78128e+243,2.15489e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=906 of N_interp_points=2964
interpolation point (x,y,z)=(8.32724e+242,2.92076e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=907 of N_interp_points=2964
interpolation point (x,y,z)=(1.65841e+243,2.27775e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=908 of N_interp_points=2964
interpolation point (x,y,z)=(9.2621e+242,2.84232e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=909 of N_interp_points=2964
interpolation point (x,y,z)=(1.53804e+243,2.39813e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=910 of N_interp_points=2964
interpolation point (x,y,z)=(1.02809e+243,2.75684e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=911 of N_interp_points=2964
interpolation point (x,y,z)=(1.42113e+243,2.51504e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=912 of N_interp_points=2964
interpolation point (x,y,z)=(1.13753e+243,2.665e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=913 of N_interp_points=2964
interpolation point (x,y,z)=(1.30863e+243,2.62754e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=914 of N_interp_points=2964
interpolation point (x,y,z)=(1.25366e+243,2.56756e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=915 of N_interp_points=2964
interpolation point (x,y,z)=(1.20143e+243,2.73474e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=916 of N_interp_points=2964
interpolation point (x,y,z)=(1.37554e+243,2.46528e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=917 of N_interp_points=2964
interpolation point (x,y,z)=(1.10041e+243,2.83576e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=918 of N_interp_points=2964
interpolation point (x,y,z)=(1.5022e+243,2.35901e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=919 of N_interp_points=2964
interpolation point (x,y,z)=(1.00637e+243,2.9298e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=920 of N_interp_points=2964
interpolation point (x,y,z)=(1.6326e+243,2.24959e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=921 of N_interp_points=2964
interpolation point (x,y,z)=(9.20075e+242,3.01609e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=922 of N_interp_points=2964
interpolation point (x,y,z)=(1.76571e+243,2.1379e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=923 of N_interp_points=2964
interpolation point (x,y,z)=(8.42219e+242,3.09395e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=924 of N_interp_points=2964
interpolation point (x,y,z)=(1.90044e+243,2.02484e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=925 of N_interp_points=2964
interpolation point (x,y,z)=(7.73428e+242,3.16274e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=926 of N_interp_points=2964
interpolation point (x,y,z)=(2.03572e+243,1.91133e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=927 of N_interp_points=2964
interpolation point (x,y,z)=(7.14255e+242,3.22191e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=928 of N_interp_points=2964
interpolation point (x,y,z)=(2.17046e+243,1.79827e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=929 of N_interp_points=2964
interpolation point (x,y,z)=(6.65177e+242,3.27099e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=930 of N_interp_points=2964
interpolation point (x,y,z)=(2.18449e+243,1.81656e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=931 of N_interp_points=2964
interpolation point (x,y,z)=(6.26589e+242,3.30958e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=932 of N_interp_points=2964
interpolation point (x,y,z)=(2.04041e+243,1.91744e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=933 of N_interp_points=2964
interpolation point (x,y,z)=(5.98803e+242,3.33737e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=934 of N_interp_points=2964
interpolation point (x,y,z)=(1.89575e+243,2.01873e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=935 of N_interp_points=2964
interpolation point (x,y,z)=(1.75168e+243,2.11961e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=936 of N_interp_points=2964
interpolation point (x,y,z)=(5.82041e+242,3.35413e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=937 of N_interp_points=2964
interpolation point (x,y,z)=(1.60934e+243,2.21928e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=938 of N_interp_points=2964
interpolation point (x,y,z)=(5.76438e+242,3.35973e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=939 of N_interp_points=2964
interpolation point (x,y,z)=(1.4699e+243,2.31692e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=940 of N_interp_points=2964
interpolation point (x,y,z)=(5.82041e+242,3.35413e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=941 of N_interp_points=2964
interpolation point (x,y,z)=(1.33446e+243,2.41175e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=942 of N_interp_points=2964
interpolation point (x,y,z)=(5.98803e+242,3.33737e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=943 of N_interp_points=2964
interpolation point (x,y,z)=(1.20413e+243,2.50301e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=944 of N_interp_points=2964
interpolation point (x,y,z)=(6.26589e+242,3.30958e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=945 of N_interp_points=2964
interpolation point (x,y,z)=(1.07995e+243,2.58996e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=946 of N_interp_points=2964
interpolation point (x,y,z)=(6.65177e+242,3.27099e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=947 of N_interp_points=2964
interpolation point (x,y,z)=(9.62919e+242,2.67191e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=948 of N_interp_points=2964
interpolation point (x,y,z)=(7.14255e+242,3.22191e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=949 of N_interp_points=2964
interpolation point (x,y,z)=(8.5398e+242,2.74819e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=950 of N_interp_points=2964
interpolation point (x,y,z)=(7.73428e+242,3.16274e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=951 of N_interp_points=2964
interpolation point (x,y,z)=(7.54012e+242,2.81819e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=952 of N_interp_points=2964
interpolation point (x,y,z)=(8.42219e+242,3.09395e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=953 of N_interp_points=2964
interpolation point (x,y,z)=(6.63819e+242,2.88134e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=954 of N_interp_points=2964
interpolation point (x,y,z)=(9.20075e+242,3.01609e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=955 of N_interp_points=2964
interpolation point (x,y,z)=(5.84127e+242,2.93714e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=956 of N_interp_points=2964
interpolation point (x,y,z)=(1.00637e+243,2.9298e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=957 of N_interp_points=2964
interpolation point (x,y,z)=(5.15578e+242,2.98514e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=958 of N_interp_points=2964
interpolation point (x,y,z)=(1.10041e+243,2.83576e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=959 of N_interp_points=2964
interpolation point (x,y,z)=(4.58724e+242,3.02495e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=960 of N_interp_points=2964
interpolation point (x,y,z)=(1.20143e+243,2.73474e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=961 of N_interp_points=2964
interpolation point (x,y,z)=(4.14022e+242,3.05625e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=962 of N_interp_points=2964
interpolation point (x,y,z)=(1.30863e+243,2.62754e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=963 of N_interp_points=2964
interpolation point (x,y,z)=(3.81832e+242,3.07879e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=964 of N_interp_points=2964
interpolation point (x,y,z)=(1.42113e+243,2.51504e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=965 of N_interp_points=2964
interpolation point (x,y,z)=(3.62414e+242,3.09239e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=966 of N_interp_points=2964
interpolation point (x,y,z)=(1.53804e+243,2.39813e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=967 of N_interp_points=2964
interpolation point (x,y,z)=(3.55924e+242,3.09693e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=968 of N_interp_points=2964
interpolation point (x,y,z)=(1.65841e+243,2.27775e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=969 of N_interp_points=2964
interpolation point (x,y,z)=(1.78128e+243,2.15489e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=970 of N_interp_points=2964
interpolation point (x,y,z)=(3.62414e+242,3.09239e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=971 of N_interp_points=2964
interpolation point (x,y,z)=(1.90565e+243,2.03052e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=972 of N_interp_points=2964
interpolation point (x,y,z)=(3.81832e+242,3.07879e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=973 of N_interp_points=2964
interpolation point (x,y,z)=(2.03052e+243,1.90565e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=974 of N_interp_points=2964
interpolation point (x,y,z)=(4.14022e+242,3.05625e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=975 of N_interp_points=2964
interpolation point (x,y,z)=(2.15489e+243,1.78128e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=976 of N_interp_points=2964
interpolation point (x,y,z)=(4.58724e+242,3.02495e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=977 of N_interp_points=2964
interpolation point (x,y,z)=(2.17046e+243,1.79827e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=978 of N_interp_points=2964
interpolation point (x,y,z)=(5.15578e+242,2.98514e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=979 of N_interp_points=2964
interpolation point (x,y,z)=(2.03572e+243,1.91133e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=980 of N_interp_points=2964
interpolation point (x,y,z)=(5.84127e+242,2.93714e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=981 of N_interp_points=2964
interpolation point (x,y,z)=(1.90044e+243,2.02484e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=982 of N_interp_points=2964
interpolation point (x,y,z)=(6.63819e+242,2.88134e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=983 of N_interp_points=2964
interpolation point (x,y,z)=(1.76571e+243,2.1379e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=984 of N_interp_points=2964
interpolation point (x,y,z)=(7.54012e+242,2.81819e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=985 of N_interp_points=2964
interpolation point (x,y,z)=(1.6326e+243,2.24959e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=986 of N_interp_points=2964
interpolation point (x,y,z)=(8.5398e+242,2.74819e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=987 of N_interp_points=2964
interpolation point (x,y,z)=(1.5022e+243,2.35901e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=988 of N_interp_points=2964
interpolation point (x,y,z)=(9.62919e+242,2.67191e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=989 of N_interp_points=2964
interpolation point (x,y,z)=(1.37554e+243,2.46528e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=990 of N_interp_points=2964
interpolation point (x,y,z)=(1.07995e+243,2.58996e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=991 of N_interp_points=2964
interpolation point (x,y,z)=(1.25366e+243,2.56756e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=992 of N_interp_points=2964
interpolation point (x,y,z)=(2.07973e+243,2.20751e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=993 of N_interp_points=2964
interpolation point (x,y,z)=(2.47746e+243,3.86911e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=994 of N_interp_points=2964
interpolation point (x,y,z)=(2.0054e+243,2.04811e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=995 of N_interp_points=2964
interpolation point (x,y,z)=(2.47541e+243,3.86145e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=996 of N_interp_points=2964
interpolation point (x,y,z)=(1.93077e+243,1.88806e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=997 of N_interp_points=2964
interpolation point (x,y,z)=(2.46928e+243,3.83856e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=998 of N_interp_points=2964
interpolation point (x,y,z)=(1.85644e+243,1.72865e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=999 of N_interp_points=2964
interpolation point (x,y,z)=(2.45911e+243,3.8006e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1000 of N_interp_points=2964
interpolation point (x,y,z)=(1.87773e+243,1.71983e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1001 of N_interp_points=2964
interpolation point (x,y,z)=(2.44498e+243,3.74789e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1002 of N_interp_points=2964
interpolation point (x,y,z)=(1.93788e+243,1.88511e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1003 of N_interp_points=2964
interpolation point (x,y,z)=(2.42702e+243,3.68085e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1004 of N_interp_points=2964
interpolation point (x,y,z)=(1.99828e+243,2.05106e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1005 of N_interp_points=2964
interpolation point (x,y,z)=(2.40536e+243,3.60002e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1006 of N_interp_points=2964
interpolation point (x,y,z)=(2.05844e+243,2.21633e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1007 of N_interp_points=2964
interpolation point (x,y,z)=(2.38018e+243,3.50604e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1008 of N_interp_points=2964
interpolation point (x,y,z)=(2.11787e+243,2.37961e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1009 of N_interp_points=2964
interpolation point (x,y,z)=(2.35168e+243,3.39969e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1010 of N_interp_points=2964
interpolation point (x,y,z)=(2.17609e+243,2.53958e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1011 of N_interp_points=2964
interpolation point (x,y,z)=(2.3201e+243,3.28181e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1012 of N_interp_points=2964
interpolation point (x,y,z)=(2.23264e+243,2.69494e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1013 of N_interp_points=2964
interpolation point (x,y,z)=(2.28568e+243,3.15335e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1014 of N_interp_points=2964
interpolation point (x,y,z)=(2.28706e+243,2.84445e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1015 of N_interp_points=2964
interpolation point (x,y,z)=(2.2487e+243,3.01535e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1016 of N_interp_points=2964
interpolation point (x,y,z)=(2.20946e+243,2.86892e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1017 of N_interp_points=2964
interpolation point (x,y,z)=(2.33891e+243,2.98691e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1018 of N_interp_points=2964
interpolation point (x,y,z)=(2.16828e+243,2.71523e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1019 of N_interp_points=2964
interpolation point (x,y,z)=(2.38777e+243,3.12116e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1020 of N_interp_points=2964
interpolation point (x,y,z)=(2.12549e+243,2.55553e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1021 of N_interp_points=2964
interpolation point (x,y,z)=(2.43326e+243,3.24613e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1022 of N_interp_points=2964
interpolation point (x,y,z)=(2.08143e+243,2.3911e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1023 of N_interp_points=2964
interpolation point (x,y,z)=(2.47499e+243,3.36081e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1024 of N_interp_points=2964
interpolation point (x,y,z)=(2.03646e+243,2.22326e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1025 of N_interp_points=2964
interpolation point (x,y,z)=(2.51265e+243,3.46428e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1026 of N_interp_points=2964
interpolation point (x,y,z)=(1.99094e+243,2.05337e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1027 of N_interp_points=2964
interpolation point (x,y,z)=(2.54593e+243,3.55569e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1028 of N_interp_points=2964
interpolation point (x,y,z)=(2.57455e+243,3.63433e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1029 of N_interp_points=2964
interpolation point (x,y,z)=(1.94523e+243,1.88279e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1030 of N_interp_points=2964
interpolation point (x,y,z)=(2.59829e+243,3.69955e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1031 of N_interp_points=2964
interpolation point (x,y,z)=(2.61695e+243,3.75083e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1032 of N_interp_points=2964
interpolation point (x,y,z)=(1.89971e+243,1.7129e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1033 of N_interp_points=2964
interpolation point (x,y,z)=(2.63039e+243,3.78776e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1034 of N_interp_points=2964
interpolation point (x,y,z)=(1.92221e+243,1.70792e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1035 of N_interp_points=2964
interpolation point (x,y,z)=(2.6385e+243,3.81003e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1036 of N_interp_points=2964
interpolation point (x,y,z)=(1.95275e+243,1.88113e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1037 of N_interp_points=2964
interpolation point (x,y,z)=(2.64121e+243,3.81748e+243,1.96808e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1038 of N_interp_points=2964
interpolation point (x,y,z)=(1.98342e+243,2.05504e+243,3.93419e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1039 of N_interp_points=2964
interpolation point (x,y,z)=(2.6385e+243,3.81003e+243,1.79167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1040 of N_interp_points=2964
interpolation point (x,y,z)=(2.01396e+243,2.22825e+243,3.91836e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1041 of N_interp_points=2964
interpolation point (x,y,z)=(2.63039e+243,3.78776e+243,1.61667e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1042 of N_interp_points=2964
interpolation point (x,y,z)=(2.04413e+243,2.39937e+243,3.88682e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1043 of N_interp_points=2964
interpolation point (x,y,z)=(2.61695e+243,3.75083e+243,1.4445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1044 of N_interp_points=2964
interpolation point (x,y,z)=(2.07369e+243,2.56702e+243,3.83984e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1045 of N_interp_points=2964
interpolation point (x,y,z)=(2.59829e+243,3.69955e+243,1.27655e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1046 of N_interp_points=2964
interpolation point (x,y,z)=(2.1024e+243,2.72984e+243,3.77779e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1047 of N_interp_points=2964
interpolation point (x,y,z)=(2.57455e+243,3.63433e+243,1.11416e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1048 of N_interp_points=2964
interpolation point (x,y,z)=(2.13003e+243,2.88653e+243,3.70117e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1049 of N_interp_points=2964
interpolation point (x,y,z)=(2.54593e+243,3.55569e+243,9.58655e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1050 of N_interp_points=2964
interpolation point (x,y,z)=(2.15636e+243,3.03582e+243,3.61059e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1051 of N_interp_points=2964
interpolation point (x,y,z)=(2.51265e+243,3.46428e+243,8.11273e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1052 of N_interp_points=2964
interpolation point (x,y,z)=(2.18116e+243,3.17652e+243,3.50679e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1053 of N_interp_points=2964
interpolation point (x,y,z)=(2.47499e+243,3.36081e+243,6.73205e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1054 of N_interp_points=2964
interpolation point (x,y,z)=(2.20426e+243,3.30749e+243,3.39061e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1055 of N_interp_points=2964
interpolation point (x,y,z)=(2.22545e+243,3.42768e+243,3.26296e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1056 of N_interp_points=2964
interpolation point (x,y,z)=(2.43326e+243,3.24613e+243,5.45563e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1057 of N_interp_points=2964
interpolation point (x,y,z)=(2.24457e+243,3.53611e+243,3.12489e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1058 of N_interp_points=2964
interpolation point (x,y,z)=(2.26146e+243,3.63192e+243,2.97751e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1059 of N_interp_points=2964
interpolation point (x,y,z)=(2.38777e+243,3.12116e+243,4.29374e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1060 of N_interp_points=2964
interpolation point (x,y,z)=(2.33891e+243,2.98691e+243,3.25574e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1061 of N_interp_points=2964
interpolation point (x,y,z)=(2.27599e+243,3.71433e+243,2.822e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1062 of N_interp_points=2964
interpolation point (x,y,z)=(2.28706e+243,2.84445e+243,2.34998e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1063 of N_interp_points=2964
interpolation point (x,y,z)=(2.23264e+243,2.69494e+243,1.58376e+242)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1064 of N_interp_points=2964
interpolation point (x,y,z)=(2.28805e+243,3.78268e+243,2.65962e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1065 of N_interp_points=2964
interpolation point (x,y,z)=(2.17609e+243,2.53958e+243,9.63249e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1066 of N_interp_points=2964
interpolation point (x,y,z)=(2.29752e+243,3.83642e+243,2.49167e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1067 of N_interp_points=2964
interpolation point (x,y,z)=(2.11787e+243,2.37961e+243,4.9344e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1068 of N_interp_points=2964
interpolation point (x,y,z)=(2.30435e+243,3.87512e+243,2.3195e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1069 of N_interp_points=2964
interpolation point (x,y,z)=(2.05844e+243,2.21633e+243,1.78116e+241)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1070 of N_interp_points=2964
interpolation point (x,y,z)=(2.30846e+243,3.89847e+243,2.1445e+243)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/../template.c:1109:
->
CCTK_InterpLocalUniform():
interpolation point is either outside the grid,
or inside but too close to the grid boundary!
(this may be caused by a global interpolation with
driver::ghost_size too small)
0-origin interpolation point number pt=1071 of N_interp_points=2964
interpolation point (x,y,z)=(1.99828e+243,2.05106e+243,1.98173e+240)
grid x_min(delta_x)x_max = -122.5(1.25)122.5
grid y_min(delta_y)y_max = -122.5(1.25)3.75
grid z_min(delta_z)z_max = -3.75(1.25)122.5
WARNING level 1 from host nid00027 process 0
while executing schedule bin CCTK_ANALYSIS, routine QuasiLocalMeasures::qlm_calculate
in thorn AEILocalInterp, file /lustre/tetyda/home/topolski/Cactus/arrangements/Numerical/
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment