-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Valgrind verrou
to check for sketchy float operations
#650
Comments
I seem to, perhaps, have found something useful. Hard to believe, I know. This is the output from running the 1D sod shocktube example for just 10 time steps. We see there is already some weird stuff going on. This is with instinct: examples/1D_sodshocktube $ valgrind -s --tool=verrou --rounding-mode=random /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation > valgrind.txt
==1409376== Verrou, Check floating-point rounding errors
==1409376== Copyright (C) 2014-2019, EDF (F. Fevotte & B. Lathuiliere). 2019-2023, EDF (B. Lathuiliere). 2020-2021, TriScale innov (F. Fevotte)
==1409376==
==1409376== Using Valgrind-3.23.0.verrou-2.6.0 and LibVEX; rerun with -h for copyright info
==1409376== Command: /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation
==1409376==
==1409376== First seed : 2204177
==1409376== Backend verrou : 1.x-dev
==1409376== Backend mcaquad : 1.x-dev
==1409376== Backend checkcancellation : 1.x-dev
==1409376== Backend check_float_max : 1.x-dev
==1409376== Backend checkdenorm : 1.x-dev
==1409376== Instrumented operations :
==1409376== add : yes
==1409376== sub : yes
==1409376== mul : yes
==1409376== div : yes
==1409376== mAdd : yes
==1409376== mSub : yes
==1409376== sqrt : yes
==1409376== cmp : no
==1409376== conv : yes
==1409376== max : no
==1409376== min : no
==1409376== Instrumented vectorized operations :
==1409376== scal : no
==1409376== llo : yes
==1409376== vec2 : yes
==1409376== vec4 : yes
==1409376== vec8 : yes
==1409376== unk : yes
==1409376== Instrumented type :
==1409376== flt : yes
==1409376== dbl : yes
==1409376== Backend verrou simulating RANDOM rounding mode
==1409376== EXCLUDE DETECTED: /usr/lib64/libm-2.28.so
==1409376== EXCLUDE DETECTED: /usr/lib64/libgcc_s-8-20210514.so.1
==1409376== EXCLUDE DETECTED: /usr/lib64/libquadmath.so.0.0.0
==1409376== Using exclusion rule: * /usr/lib64/libm-2.28.so
==1409376== Using exclusion rule: * /usr/lib64/libquadmath.so.0.0.0
==1409376== Using exclusion rule: * /usr/lib64/libgcc_s-8-20210514.so.1
==1409376== NaN:
==1409376== at 0x452577: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376==
==1409376== NaN:
==1409376== at 0x452577: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376==
==1409376== NaN:
==1409376== at 0x452577: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376==
==1409376== NaN:
==1409376== at 0x452577: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x50CC77: __m_data_output_MOD_s_write_serial_data_files (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x495201: __m_start_up_MOD_s_save_data (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x46F04D: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376==
==1409376==
==1409376== ---------------------------------------------------------------------
==1409376== Operation Instruction count
==1409376== `- Precision
==1409376== `- Vectorization Total Instrumented
==1409376== ---------------------------------------------------------------------
==1409376== add 1207335 1207335 (100%)
==1409376== `- dbl 1207335 1207335 (100%)
==1409376== `- llo 1207335 1207335 (100%)
==1409376== ---------------------------------------------------------------------
==1409376== sub 544481 544481 (100%)
==1409376== `- dbl 544481 544481 (100%)
==1409376== `- llo 484081 484081 (100%)
==1409376== `- vec2 12000 12000 (100%)
==1409376== `- vec4 48400 48400 (100%)
==1409376== ---------------------------------------------------------------------
==1409376== mul 2257021 2257021 (100%)
==1409376== `- dbl 2257021 2257021 (100%)
==1409376== `- llo 2181021 2181021 (100%)
==1409376== `- vec2 28000 28000 (100%)
==1409376== `- vec4 48000 48000 (100%)
==1409376== ---------------------------------------------------------------------
==1409376== div 1431312 1431312 (100%)
==1409376== `- flt 10 10 (100%)
==1409376== `- llo 10 10 (100%)
==1409376== `- dbl 1431302 1431302 (100%)
==1409376== `- llo 1355302 1355302 (100%)
==1409376== `- vec2 12000 12000 (100%)
==1409376== `- vec4 64000 64000 (100%)
==1409376== ---------------------------------------------------------------------
==1409376== mAdd 3083174 3083174 (100%)
==1409376== `- dbl 3083174 3083174 (100%)
==1409376== ---------------------------------------------------------------------
==1409376== sqrt 40090 40090 (100%)
==1409376== `- dbl 40090 40090 (100%)
==1409376== `- llo 40090 40090 (100%)
==1409376== ---------------------------------------------------------------------
==1409376== cmp 113062 0 ( 0%)
==1409376== `- dbl 113062 0 ( 0%)
==1409376== `- scal 113062 0 ( 0%)
==1409376== ---------------------------------------------------------------------
==1409376== conv 41 20 ( 49%)
==1409376== `- dbl=>flt 20 20 (100%)
==1409376== `- flt=>dbl 10 0 ( 0%)
==1409376== `- dbl=>sht 11 0 ( 0%)
==1409376== `- scal 11 0 ( 0%)
==1409376== ---------------------------------------------------------------------
==1409376== max 16020 0 ( 0%)
==1409376== `- dbl 16020 0 ( 0%)
==1409376== `- llo 16020 0 ( 0%)
==1409376== ---------------------------------------------------------------------
==1409376== min 12030 0 ( 0%)
==1409376== `- dbl 12030 0 ( 0%)
==1409376== `- llo 12030 0 ( 0%)
==1409376== ---------------------------------------------------------------------
==1409376== ERROR SUMMARY: 248 errors from 4 contexts (suppressed: 0 from 0)
==1409376==
==1409376== 8 errors in context 1 of 4:
==1409376== NaN:
==1409376== at 0x452577: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x50CC77: __m_data_output_MOD_s_write_serial_data_files (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x495201: __m_start_up_MOD_s_save_data (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x46F04D: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376==
==1409376==
==1409376== 80 errors in context 2 of 4:
==1409376== NaN:
==1409376== at 0x452577: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376==
==1409376==
==1409376== 80 errors in context 3 of 4:
==1409376== NaN:
==1409376== at 0x452577: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376==
==1409376==
==1409376== 80 errors in context 4 of 4:
==1409376== NaN:
==1409376== at 0x452577: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409376==
==1409376== ERROR SUMMARY: 248 errors from 4 contexts (suppressed: 0 from 0) When I run the kapilla shock tube, I get a bunch more stuff instinct: examples/1D_kapilashocktube $ valgrind -s --tool=verrou --rounding-mode=random /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation
==1409945== Verrou, Check floating-point rounding errors
==1409945== Copyright (C) 2014-2019, EDF (F. Fevotte & B. Lathuiliere). 2019-2023, EDF (B. Lathuiliere). 2020-2021, TriScale innov (F. Fevotte)
==1409945==
==1409945== Using Valgrind-3.23.0.verrou-2.6.0 and LibVEX; rerun with -h for copyright info
==1409945== Command: /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation
==1409945==
==1409945== First seed : 1497744
==1409945== Backend verrou : 1.x-dev
==1409945== Backend mcaquad : 1.x-dev
==1409945== Backend checkcancellation : 1.x-dev
==1409945== Backend check_float_max : 1.x-dev
==1409945== Backend checkdenorm : 1.x-dev
==1409945== Instrumented operations :
==1409945== add : yes
==1409945== sub : yes
==1409945== mul : yes
==1409945== div : yes
==1409945== mAdd : yes
==1409945== mSub : yes
==1409945== sqrt : yes
==1409945== cmp : no
==1409945== conv : yes
==1409945== max : no
==1409945== min : no
==1409945== Instrumented vectorized operations :
==1409945== scal : no
==1409945== llo : yes
==1409945== vec2 : yes
==1409945== vec4 : yes
==1409945== vec8 : yes
==1409945== unk : yes
==1409945== Instrumented type :
==1409945== flt : yes
==1409945== dbl : yes
==1409945== Backend verrou simulating RANDOM rounding mode
==1409945== EXCLUDE DETECTED: /usr/lib64/libm-2.28.so
==1409945== EXCLUDE DETECTED: /usr/lib64/libgcc_s-8-20210514.so.1
==1409945== EXCLUDE DETECTED: /usr/lib64/libquadmath.so.0.0.0
==1409945== Using exclusion rule: * /usr/lib64/libm-2.28.so
==1409945== Using exclusion rule: * /usr/lib64/libquadmath.so.0.0.0
==1409945== Using exclusion rule: * /usr/lib64/libgcc_s-8-20210514.so.1
Simulating a regular 999x0x0 case on 1 rank(s) on CPUs.
[ 0%] Time step 1 of 11 @ t_step = 0
==1409945== NaN:
==1409945== at 0x452577: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x452577: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x452577: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
[ 10%] Time step 2 of 11 @ t_step = 1
[ 19%] Time step 3 of 11 @ t_step = 2
[ 28%] Time step 4 of 11 @ t_step = 3
[ 37%] Time step 5 of 11 @ t_step = 4
[ 46%] Time step 6 of 11 @ t_step = 5
==1409945== NaN:
==1409945== at 0x464FFD: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B152F: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x46508E: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B152F: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x464FFD: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B1568: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x46508E: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B1568: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B71D0: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B7204: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
[ 55%] Time step 7 of 11 @ t_step = 6
==1409945== NaN:
==1409945== at 0x464FFD: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B14EC: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x46508E: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B14EC: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B71D0: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B9810: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x464FFD: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B14EC: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x46508E: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B14EC: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B9810: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B9800: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B1646: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B173A: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4BCFD8: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B199D: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B1CE2: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B1D2B: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B1DDD: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B1F69: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B2034: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B2065: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4BCFE7: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B2345: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B26ED: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x456D00: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x45CD80: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x45A270: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x485630: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
[ 64%] Time step 8 of 11 @ t_step = 7
==1409945== NaN:
==1409945== at 0x4090BC: __m_variables_conversion_MOD_s_convert_species_to_mixture_variables_acc.constprop.48 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x452D49: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x408EB9: __m_variables_conversion_MOD_s_convert_species_to_mixture_variables_acc.constprop.48 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x452D49: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4523C0: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x452562: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x42BA8A: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x42BB2C: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x434C12: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x434014: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x434062: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x434B79: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x434B8C: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4340E3: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x434BFB: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x434214: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x434287: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x42BC95: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x42BCD2: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x434AEF: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x434B06: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x42BD4B: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x434B3F: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x42BDC7: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x42BDDD: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x434BAF: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x433C44: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x433C92: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x434BC6: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x434BD9: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x433D12: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x434BE4: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x433E3A: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x433E92: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x42BEB7: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x42BEEF: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x434B11: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x434B28: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x42BF6A: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x434B33: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x42BFE6: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x42BFFC: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x42BAF0: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x42BBA2: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x42BBE3: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x433F9D: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x433BC4: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x433FD1: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x433C09: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x464FFD: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B152F: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x46508E: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B152F: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B71D0: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B7204: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4BCEFA: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B11E9: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B137C: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B13D8: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4BB5C0: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4BDB78: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4BB6E6: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x464FFD: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B1568: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x46508E: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B1568: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B9800: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B1646: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B173A: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4BCFD8: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B199D: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B1D2B: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== More than 100 errors detected. Subsequent errors
==1409945== will still be recorded, but in less detail than before.
==1409945== NaN:
==1409945== at 0x4B10A0: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B722A: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4B169A: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x45471D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4546A0: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x456D00: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x45CD80: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x45A270: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x514B10: __m_data_output_MOD_s_write_run_time_information (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485C09: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x514BA9: __m_data_output_MOD_s_write_run_time_information (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485C09: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x515E80: __m_data_output_MOD_s_write_run_time_information (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485C09: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4090BC: __m_variables_conversion_MOD_s_convert_species_to_mixture_variables_acc.constprop.48 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x525197: __m_sim_helpers_MOD_s_compute_enthalpy (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x514DB7: __m_data_output_MOD_s_write_run_time_information (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485C09: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x408EB9: __m_variables_conversion_MOD_s_convert_species_to_mixture_variables_acc.constprop.48 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x525197: __m_sim_helpers_MOD_s_compute_enthalpy (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x514DB7: __m_data_output_MOD_s_write_run_time_information (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485C09: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x5251D4: __m_sim_helpers_MOD_s_compute_enthalpy (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x514DB7: __m_data_output_MOD_s_write_run_time_information (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485C09: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x5250C0: __m_sim_helpers_MOD_s_compute_enthalpy (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x514DB7: __m_data_output_MOD_s_write_run_time_information (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485C09: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x52514A: __m_sim_helpers_MOD_s_compute_enthalpy (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x514DB7: __m_data_output_MOD_s_write_run_time_information (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485C09: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x483BD0: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x45471D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4546A0: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x456D00: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x45CD80: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x45A270: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4848E0: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x45471D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== NaN:
==1409945== at 0x4546A0: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
[ 73%] Time step 9 of 11 @ t_step = 8
[ 82%] Time step 10 of 11 @ t_step = 9
NaN(s) in timestep output. 635 0 0 1 0 10 999 0 0
ERROR STOP NaN(s) in timestep output.
Error termination. Backtrace:
==1409945== EXCLUDE DETECTED: /usr/lib64/libm-2.28.so
==1409945== EXCLUDE DETECTED: /usr/lib64/libgcc_s-8-20210514.so.1
==1409945== EXCLUDE DETECTED: /usr/lib64/libquadmath.so.0.0.0
#0 0x4e57171 in ???
#1 0x4e57d19 in ???
#2 0x4e58e8e in ???
==1409945== Using exclusion rule: * /usr/lib64/libgcc_s-8-20210514.so.1
#3 0x4951a9 in ???
#4 0x46f04d in ???
#5 0x401afc in ???
#6 0x5acc7e4 in ???
#7 0x401b3d in ???
#8 0xffffffffffffffff in ???
==1409945== Using exclusion rule: * /usr/lib64/libquadmath.so.0.0.0
==1409945== Using exclusion rule: * /usr/lib64/libm-2.28.so
==1409945==
==1409945== ---------------------------------------------------------------------
==1409945== Operation Instruction count
==1409945== `- Precision
==1409945== `- Vectorization Total Instrumented
==1409945== ---------------------------------------------------------------------
==1409945== add 5056985 5056985 (100%)
==1409945== `- dbl 5056985 5056985 (100%)
==1409945== `- llo 5026985 5026985 (100%)
==1409945== `- vec2 30000 30000 (100%)
==1409945== ---------------------------------------------------------------------
==1409945== sub 1743615 1743615 (100%)
==1409945== `- dbl 1743615 1743615 (100%)
==1409945== `- llo 1472615 1472615 (100%)
==1409945== `- vec2 90000 90000 (100%)
==1409945== `- vec4 181000 181000 (100%)
==1409945== ---------------------------------------------------------------------
==1409945== mul 8622238 8622238 (100%)
==1409945== `- dbl 8622238 8622238 (100%)
==1409945== `- llo 7961878 7961878 (100%)
==1409945== `- vec2 480360 480360 (100%)
==1409945== `- vec4 180000 180000 (100%)
==1409945== ---------------------------------------------------------------------
==1409945== div 5603620 5603620 (100%)
==1409945== `- flt 10 10 (100%)
==1409945== `- llo 10 10 (100%)
==1409945== `- dbl 5603610 5603610 (100%)
==1409945== `- llo 5303610 5303610 (100%)
==1409945== `- vec2 60000 60000 (100%)
==1409945== `- vec4 240000 240000 (100%)
==1409945== ---------------------------------------------------------------------
==1409945== mAdd 10877752 10877752 (100%)
==1409945== `- dbl 10877752 10877752 (100%)
==1409945== ---------------------------------------------------------------------
==1409945== sqrt 100090 100090 (100%)
==1409945== `- dbl 100090 100090 (100%)
==1409945== `- llo 100090 100090 (100%)
==1409945== ---------------------------------------------------------------------
==1409945== cmp 211232 0 ( 0%)
==1409945== `- dbl 211232 0 ( 0%)
==1409945== `- scal 211232 0 ( 0%)
==1409945== ---------------------------------------------------------------------
==1409945== conv 40 20 ( 50%)
==1409945== `- dbl=>flt 20 20 (100%)
==1409945== `- flt=>dbl 10 0 ( 0%)
==1409945== `- dbl=>sht 10 0 ( 0%)
==1409945== `- scal 10 0 ( 0%)
==1409945== ---------------------------------------------------------------------
==1409945== max 40020 0 ( 0%)
==1409945== `- dbl 40020 0 ( 0%)
==1409945== `- llo 40020 0 ( 0%)
==1409945== ---------------------------------------------------------------------
==1409945== min 30030 0 ( 0%)
==1409945== `- dbl 30030 0 ( 0%)
==1409945== `- llo 30030 0 ( 0%)
==1409945== ---------------------------------------------------------------------
==1409945== ERROR SUMMARY: 361369 errors from 125 contexts (suppressed: 0 from 0)
==1409945==
==1409945== 1 errors in context 1 of 125:
==1409945== NaN:
==1409945== at 0x4B9810: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 1 errors in context 2 of 125:
==1409945== NaN:
==1409945== at 0x4B71D0: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 1 errors in context 3 of 125:
==1409945== NaN:
==1409945== at 0x46508E: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B14EC: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 1 errors in context 4 of 125:
==1409945== NaN:
==1409945== at 0x4B7204: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2 errors in context 5 of 125:
==1409945== NaN:
==1409945== at 0x4B199D: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2 errors in context 6 of 125:
==1409945== NaN:
==1409945== at 0x4BCFD8: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2 errors in context 7 of 125:
==1409945== NaN:
==1409945== at 0x46508E: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B152F: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 3 errors in context 8 of 125:
==1409945== NaN:
==1409945== at 0x4B71D0: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 3 errors in context 9 of 125:
==1409945== NaN:
==1409945== at 0x46508E: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B1568: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 4 errors in context 10 of 125:
==1409945== NaN:
==1409945== at 0x4B173A: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 4 errors in context 11 of 125:
==1409945== NaN:
==1409945== at 0x4B1646: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 4 errors in context 12 of 125:
==1409945== NaN:
==1409945== at 0x464FFD: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B14EC: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 7 errors in context 13 of 125:
==1409945== NaN:
==1409945== at 0x4B1D2B: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 7 errors in context 14 of 125:
==1409945== NaN:
==1409945== at 0x4B9800: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 8 errors in context 15 of 125:
==1409945== NaN:
==1409945== at 0x464FFD: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B152F: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 12 errors in context 16 of 125:
==1409945== NaN:
==1409945== at 0x464FFD: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B1568: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 16 errors in context 17 of 125:
==1409945== NaN:
==1409945== at 0x4B7204: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 30 errors in context 18 of 125:
==1409945== NaN:
==1409945== at 0x4B169A: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 56 errors in context 19 of 125:
==1409945== NaN:
==1409945== at 0x452577: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 56 errors in context 20 of 125:
==1409945== NaN:
==1409945== at 0x452577: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 79 errors in context 21 of 125:
==1409945== NaN:
==1409945== at 0x5251D4: __m_sim_helpers_MOD_s_compute_enthalpy (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x514DB7: __m_data_output_MOD_s_write_run_time_information (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485C09: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 81 errors in context 22 of 125:
==1409945== NaN:
==1409945== at 0x515E80: __m_data_output_MOD_s_write_run_time_information (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485C09: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 132 errors in context 23 of 125:
==1409945== NaN:
==1409945== at 0x4B722A: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 160 errors in context 24 of 125:
==1409945== NaN:
==1409945== at 0x52514A: __m_sim_helpers_MOD_s_compute_enthalpy (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x514DB7: __m_data_output_MOD_s_write_run_time_information (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485C09: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 162 errors in context 25 of 125:
==1409945== NaN:
==1409945== at 0x514BA9: __m_data_output_MOD_s_write_run_time_information (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485C09: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 316 errors in context 26 of 125:
==1409945== NaN:
==1409945== at 0x4090BC: __m_variables_conversion_MOD_s_convert_species_to_mixture_variables_acc.constprop.48 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x525197: __m_sim_helpers_MOD_s_compute_enthalpy (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x514DB7: __m_data_output_MOD_s_write_run_time_information (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485C09: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 318 errors in context 27 of 125:
==1409945== NaN:
==1409945== at 0x408EB9: __m_variables_conversion_MOD_s_convert_species_to_mixture_variables_acc.constprop.48 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x525197: __m_sim_helpers_MOD_s_compute_enthalpy (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x514DB7: __m_data_output_MOD_s_write_run_time_information (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485C09: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 319 errors in context 28 of 125:
==1409945== NaN:
==1409945== at 0x5250C0: __m_sim_helpers_MOD_s_compute_enthalpy (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x514DB7: __m_data_output_MOD_s_write_run_time_information (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485C09: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 320 errors in context 29 of 125:
==1409945== NaN:
==1409945== at 0x45471D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 329 errors in context 30 of 125:
==1409945== NaN:
==1409945== at 0x452562: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 380 errors in context 31 of 125:
==1409945== NaN:
==1409945== at 0x45A270: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 380 errors in context 32 of 125:
==1409945== NaN:
==1409945== at 0x45CD80: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 391 errors in context 33 of 125:
==1409945== NaN:
==1409945== at 0x46508E: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B152F: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 393 errors in context 34 of 125:
==1409945== NaN:
==1409945== at 0x46508E: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B14EC: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 405 errors in context 35 of 125:
==1409945== NaN:
==1409945== at 0x46508E: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B1568: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 440 errors in context 36 of 125:
==1409945== NaN:
==1409945== at 0x45471D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 480 errors in context 37 of 125:
==1409945== NaN:
==1409945== at 0x4546A0: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 500 errors in context 38 of 125:
==1409945== NaN:
==1409945== at 0x45A270: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 500 errors in context 39 of 125:
==1409945== NaN:
==1409945== at 0x45CD80: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 560 errors in context 40 of 125:
==1409945== NaN:
==1409945== at 0x45471D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 624 errors in context 41 of 125:
==1409945== NaN:
==1409945== at 0x45A270: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 624 errors in context 42 of 125:
==1409945== NaN:
==1409945== at 0x45CD80: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 660 errors in context 43 of 125:
==1409945== NaN:
==1409945== at 0x4546A0: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 660 errors in context 44 of 125:
==1409945== NaN:
==1409945== at 0x483BD0: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 724 errors in context 45 of 125:
==1409945== NaN:
==1409945== at 0x514B10: __m_data_output_MOD_s_write_run_time_information (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485C09: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 769 errors in context 46 of 125:
==1409945== NaN:
==1409945== at 0x4B9810: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 770 errors in context 47 of 125:
==1409945== NaN:
==1409945== at 0x4B137C: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 770 errors in context 48 of 125:
==1409945== NaN:
==1409945== at 0x4BCEFA: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 783 errors in context 49 of 125:
==1409945== NaN:
==1409945== at 0x4B71D0: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 798 errors in context 50 of 125:
==1409945== NaN:
==1409945== at 0x4BB5C0: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 840 errors in context 51 of 125:
==1409945== NaN:
==1409945== at 0x4546A0: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 987 errors in context 52 of 125:
==1409945== NaN:
==1409945== at 0x4523C0: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 1118 errors in context 53 of 125:
==1409945== NaN:
==1409945== at 0x452577: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 1128 errors in context 54 of 125:
==1409945== NaN:
==1409945== at 0x4B1CE2: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 1197 errors in context 55 of 125:
==1409945== NaN:
==1409945== at 0x4BDB78: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 1316 errors in context 56 of 125:
==1409945== NaN:
==1409945== at 0x4090BC: __m_variables_conversion_MOD_s_convert_species_to_mixture_variables_acc.constprop.48 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x452D49: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 1318 errors in context 57 of 125:
==1409945== NaN:
==1409945== at 0x408EB9: __m_variables_conversion_MOD_s_convert_species_to_mixture_variables_acc.constprop.48 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x452D49: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 1320 errors in context 58 of 125:
==1409945== NaN:
==1409945== at 0x456D00: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 1560 errors in context 59 of 125:
==1409945== NaN:
==1409945== at 0x4B1646: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 1580 errors in context 60 of 125:
==1409945== NaN:
==1409945== at 0x4B199D: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 1580 errors in context 61 of 125:
==1409945== NaN:
==1409945== at 0x4BCFD8: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 1582 errors in context 62 of 125:
==1409945== NaN:
==1409945== at 0x4BCFE7: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 1592 errors in context 63 of 125:
==1409945== NaN:
==1409945== at 0x4B2345: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 1620 errors in context 64 of 125:
==1409945== NaN:
==1409945== at 0x4B173A: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 1620 errors in context 65 of 125:
==1409945== NaN:
==1409945== at 0x4BB6E6: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 1624 errors in context 66 of 125:
==1409945== NaN:
==1409945== at 0x4B2065: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 1624 errors in context 67 of 125:
==1409945== NaN:
==1409945== at 0x4B2034: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 1680 errors in context 68 of 125:
==1409945== NaN:
==1409945== at 0x456D00: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 1729 errors in context 69 of 125:
==1409945== NaN:
==1409945== at 0x42BA8A: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2064 errors in context 70 of 125:
==1409945== NaN:
==1409945== at 0x456D00: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2320 errors in context 71 of 125:
==1409945== NaN:
==1409945== at 0x42BFFC: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2320 errors in context 72 of 125:
==1409945== NaN:
==1409945== at 0x42BFE6: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2320 errors in context 73 of 125:
==1409945== NaN:
==1409945== at 0x434B33: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2320 errors in context 74 of 125:
==1409945== NaN:
==1409945== at 0x42BF6A: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2320 errors in context 75 of 125:
==1409945== NaN:
==1409945== at 0x434B28: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2320 errors in context 76 of 125:
==1409945== NaN:
==1409945== at 0x434B11: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2320 errors in context 77 of 125:
==1409945== NaN:
==1409945== at 0x42BEEF: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2320 errors in context 78 of 125:
==1409945== NaN:
==1409945== at 0x433D12: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2320 errors in context 79 of 125:
==1409945== NaN:
==1409945== at 0x434BD9: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2320 errors in context 80 of 125:
==1409945== NaN:
==1409945== at 0x434BC6: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2320 errors in context 81 of 125:
==1409945== NaN:
==1409945== at 0x433C92: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2320 errors in context 82 of 125:
==1409945== NaN:
==1409945== at 0x42BDC7: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2320 errors in context 83 of 125:
==1409945== NaN:
==1409945== at 0x434B3F: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2320 errors in context 84 of 125:
==1409945== NaN:
==1409945== at 0x42BD4B: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2320 errors in context 85 of 125:
==1409945== NaN:
==1409945== at 0x434B06: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2320 errors in context 86 of 125:
==1409945== NaN:
==1409945== at 0x434AEF: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2320 errors in context 87 of 125:
==1409945== NaN:
==1409945== at 0x42BCD2: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2320 errors in context 88 of 125:
==1409945== NaN:
==1409945== at 0x4340E3: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2320 errors in context 89 of 125:
==1409945== NaN:
==1409945== at 0x434B8C: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2320 errors in context 90 of 125:
==1409945== NaN:
==1409945== at 0x434B79: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2320 errors in context 91 of 125:
==1409945== NaN:
==1409945== at 0x434062: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2340 errors in context 92 of 125:
==1409945== NaN:
==1409945== at 0x4848E0: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2436 errors in context 93 of 125:
==1409945== NaN:
==1409945== at 0x4B26ED: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 2905 errors in context 94 of 125:
==1409945== NaN:
==1409945== at 0x485630: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 3202 errors in context 95 of 125:
==1409945== NaN:
==1409945== at 0x4B1DDD: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 3514 errors in context 96 of 125:
==1409945== NaN:
==1409945== at 0x464FFD: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B152F: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 3522 errors in context 97 of 125:
==1409945== NaN:
==1409945== at 0x464FFD: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B14EC: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 3542 errors in context 98 of 125:
==1409945== NaN:
==1409945== at 0x464FFD: __m_variables_conversion_MOD_s_compute_speed_of_sound (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4B1568: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 3858 errors in context 99 of 125:
==1409945== NaN:
==1409945== at 0x4B9800: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 3871 errors in context 100 of 125:
==1409945== NaN:
==1409945== at 0x42BBE3: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 3900 errors in context 101 of 125:
==1409945== NaN:
==1409945== at 0x4B13D8: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 3995 errors in context 102 of 125:
==1409945== NaN:
==1409945== at 0x4B1D2B: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 4245 errors in context 103 of 125:
==1409945== NaN:
==1409945== at 0x4B10A0: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 4296 errors in context 104 of 125:
==1409945== NaN:
==1409945== at 0x433C09: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 4296 errors in context 105 of 125:
==1409945== NaN:
==1409945== at 0x433FD1: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 4296 errors in context 106 of 125:
==1409945== NaN:
==1409945== at 0x433BC4: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 4296 errors in context 107 of 125:
==1409945== NaN:
==1409945== at 0x433F9D: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 4296 errors in context 108 of 125:
==1409945== NaN:
==1409945== at 0x434BAF: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 4296 errors in context 109 of 125:
==1409945== NaN:
==1409945== at 0x434C12: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 4382 errors in context 110 of 125:
==1409945== NaN:
==1409945== at 0x433C44: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 4382 errors in context 111 of 125:
==1409945== NaN:
==1409945== at 0x434014: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 4640 errors in context 112 of 125:
==1409945== NaN:
==1409945== at 0x42BEB7: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 4640 errors in context 113 of 125:
==1409945== NaN:
==1409945== at 0x42BC95: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 5257 errors in context 114 of 125:
==1409945== NaN:
==1409945== at 0x42BB2C: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 5624 errors in context 115 of 125:
==1409945== NaN:
==1409945== at 0x4B1F69: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 6575 errors in context 116 of 125:
==1409945== NaN:
==1409945== at 0x4B11E9: __m_riemann_solvers_MOD_s_hllc_riemann_solver (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x4541D2: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 15036 errors in context 117 of 125:
==1409945== NaN:
==1409945== at 0x42BDDD: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 16240 errors in context 118 of 125:
==1409945== NaN:
==1409945== at 0x433E92: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 16240 errors in context 119 of 125:
==1409945== NaN:
==1409945== at 0x433E3A: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 16240 errors in context 120 of 125:
==1409945== NaN:
==1409945== at 0x434BE4: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 16240 errors in context 121 of 125:
==1409945== NaN:
==1409945== at 0x434287: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 16240 errors in context 122 of 125:
==1409945== NaN:
==1409945== at 0x434214: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 16240 errors in context 123 of 125:
==1409945== NaN:
==1409945== at 0x434BFB: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 20916 errors in context 124 of 125:
==1409945== NaN:
==1409945== at 0x42BAF0: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945==
==1409945== 33525 errors in context 125 of 125:
==1409945== NaN:
==1409945== at 0x42BBA2: __m_weno_MOD_s_weno.constprop.14 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x436E59: __m_rhs_MOD_s_reconstruct_cell_boundary_values.constprop.13 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x45402D: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1409945==
==1409945== ERROR SUMMARY: 361369 errors from 125 contexts (suppressed: 0 from 0) and different rounding modes give quite different results instinct: examples/1D_kapilashocktube $ valgrind -s --tool=verrou --rounding-mode=average_comdet /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation
==1410086== Verrou, Check floating-point rounding errors
==1410086== Copyright (C) 2014-2019, EDF (F. Fevotte & B. Lathuiliere). 2019-2023, EDF (B. Lathuiliere). 2020-2021, TriScale innov (F. Fevotte)
==1410086==
==1410086== Using Valgrind-3.23.0.verrou-2.6.0 and LibVEX; rerun with -h for copyright info
==1410086== Command: /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation
==1410086==
==1410086== First seed : 2146635
==1410086== Backend verrou : 1.x-dev
==1410086== Backend mcaquad : 1.x-dev
==1410086== Backend checkcancellation : 1.x-dev
==1410086== Backend check_float_max : 1.x-dev
==1410086== Backend checkdenorm : 1.x-dev
==1410086== Instrumented operations :
==1410086== add : yes
==1410086== sub : yes
==1410086== mul : yes
==1410086== div : yes
==1410086== mAdd : yes
==1410086== mSub : yes
==1410086== sqrt : yes
==1410086== cmp : no
==1410086== conv : yes
==1410086== max : no
==1410086== min : no
==1410086== Instrumented vectorized operations :
==1410086== scal : no
==1410086== llo : yes
==1410086== vec2 : yes
==1410086== vec4 : yes
==1410086== vec8 : yes
==1410086== unk : yes
==1410086== Instrumented type :
==1410086== flt : yes
==1410086== dbl : yes
==1410086== Backend verrou simulating AVERAGE_COMDET rounding mode
==1410086== EXCLUDE DETECTED: /usr/lib64/libm-2.28.so
==1410086== EXCLUDE DETECTED: /usr/lib64/libgcc_s-8-20210514.so.1
==1410086== EXCLUDE DETECTED: /usr/lib64/libquadmath.so.0.0.0
==1410086== Using exclusion rule: * /usr/lib64/libm-2.28.so
==1410086== Using exclusion rule: * /usr/lib64/libquadmath.so.0.0.0
==1410086== Using exclusion rule: * /usr/lib64/libgcc_s-8-20210514.so.1
Simulating a regular 999x0x0 case on 1 rank(s) on CPUs.
[ 0%] Time step 1 of 11 @ t_step = 0
==1410086== NaN:
==1410086== at 0x452577: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086==
==1410086== NaN:
==1410086== at 0x452577: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086==
==1410086== NaN:
==1410086== at 0x452577: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086==
[ 10%] Time step 2 of 11 @ t_step = 1
[ 19%] Time step 3 of 11 @ t_step = 2
[ 28%] Time step 4 of 11 @ t_step = 3
[ 37%] Time step 5 of 11 @ t_step = 4
[ 46%] Time step 6 of 11 @ t_step = 5
[ 55%] Time step 7 of 11 @ t_step = 6
[ 64%] Time step 8 of 11 @ t_step = 7
[ 73%] Time step 9 of 11 @ t_step = 8
[ 82%] Time step 10 of 11 @ t_step = 9
==1410086== NaN:
==1410086== at 0x452577: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x50CC77: __m_data_output_MOD_s_write_serial_data_files (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x495201: __m_start_up_MOD_s_save_data (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x46F04D: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086==
Performance: 3907.5132230996437 ns/gp/eq/rhs
==1410086==
==1410086== ---------------------------------------------------------------------
==1410086== Operation Instruction count
==1410086== `- Precision
==1410086== `- Vectorization Total Instrumented
==1410086== ---------------------------------------------------------------------
==1410086== add 5059003 5059003 (100%)
==1410086== `- dbl 5059003 5059003 (100%)
==1410086== `- llo 5029003 5029003 (100%)
==1410086== `- vec2 30000 30000 (100%)
==1410086== ---------------------------------------------------------------------
==1410086== sub 1746641 1746641 (100%)
==1410086== `- dbl 1746641 1746641 (100%)
==1410086== `- llo 1475641 1475641 (100%)
==1410086== `- vec2 90000 90000 (100%)
==1410086== `- vec4 181000 181000 (100%)
==1410086== ---------------------------------------------------------------------
==1410086== mul 8623291 8623291 (100%)
==1410086== `- dbl 8623291 8623291 (100%)
==1410086== `- llo 7962931 7962931 (100%)
==1410086== `- vec2 480360 480360 (100%)
==1410086== `- vec4 180000 180000 (100%)
==1410086== ---------------------------------------------------------------------
==1410086== div 5605638 5605638 (100%)
==1410086== `- flt 10 10 (100%)
==1410086== `- llo 10 10 (100%)
==1410086== `- dbl 5605628 5605628 (100%)
==1410086== `- llo 5305628 5305628 (100%)
==1410086== `- vec2 60000 60000 (100%)
==1410086== `- vec4 240000 240000 (100%)
==1410086== ---------------------------------------------------------------------
==1410086== mAdd 10884808 10884808 (100%)
==1410086== `- dbl 10884808 10884808 (100%)
==1410086== ---------------------------------------------------------------------
==1410086== sqrt 100090 100090 (100%)
==1410086== `- dbl 100090 100090 (100%)
==1410086== `- llo 100090 100090 (100%)
==1410086== ---------------------------------------------------------------------
==1410086== cmp 316154 0 ( 0%)
==1410086== `- dbl 316154 0 ( 0%)
==1410086== `- scal 316154 0 ( 0%)
==1410086== ---------------------------------------------------------------------
==1410086== conv 41 20 ( 49%)
==1410086== `- dbl=>flt 20 20 (100%)
==1410086== `- flt=>dbl 10 0 ( 0%)
==1410086== `- dbl=>sht 11 0 ( 0%)
==1410086== `- scal 11 0 ( 0%)
==1410086== ---------------------------------------------------------------------
==1410086== max 40020 0 ( 0%)
==1410086== `- dbl 40020 0 ( 0%)
==1410086== `- llo 40020 0 ( 0%)
==1410086== ---------------------------------------------------------------------
==1410086== min 30030 0 ( 0%)
==1410086== `- dbl 30030 0 ( 0%)
==1410086== `- llo 30030 0 ( 0%)
==1410086== ---------------------------------------------------------------------
==1410086== ERROR SUMMARY: 248 errors from 4 contexts (suppressed: 0 from 0)
==1410086==
==1410086== 8 errors in context 1 of 4:
==1410086== NaN:
==1410086== at 0x452577: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x50CC77: __m_data_output_MOD_s_write_serial_data_files (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x495201: __m_start_up_MOD_s_save_data (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x46F04D: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086==
==1410086==
==1410086== 80 errors in context 2 of 4:
==1410086== NaN:
==1410086== at 0x452577: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x485058: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086==
==1410086==
==1410086== 80 errors in context 3 of 4:
==1410086== NaN:
==1410086== at 0x452577: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x484417: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086==
==1410086==
==1410086== 80 errors in context 4 of 4:
==1410086== NaN:
==1410086== at 0x452577: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x453B2B: __m_rhs_MOD_s_compute_rhs.constprop.3 (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x483934: __m_time_steppers_MOD_s_3rd_order_tvd_rk (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x47420C: MAIN__ (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086== by 0x401AFC: main (in /nethome/sbryngelson3/MFC/build/staging/90baab9f56/simulation)
==1410086==
==1410086== ERROR SUMMARY: 248 errors from 4 contexts (suppressed: 0 from 0) |
Ok this is more useful (I somehow forgot to turn on debug flags). I modified the sod shock tube case to only have 4 time steps, 1 save, weno 3, no runtime info, weno_eps = 1e-6. instinct: examples/1D_sodshocktube $ valgrind -s --tool=verrou --rounding-mode=average_comdet /nethome/sbryngelson3/MFC/build/staging/37317519f8/simulation
==1419551== Verrou, Check floating-point rounding errors
==1419551== Copyright (C) 2014-2019, EDF (F. Fevotte & B. Lathuiliere). 2019-2023, EDF (B. Lathuiliere). 2020-2021, TriScale innov (F. Fevotte)
==1419551==
==1419551== Using Valgrind-3.23.0.verrou-2.6.0 and LibVEX; rerun with -h for copyright info
==1419551== Command: /nethome/sbryngelson3/MFC/build/staging/37317519f8/simulation
==1419551==
==1419551== First seed : 2375021
==1419551== Backend verrou : 1.x-dev
==1419551== Backend mcaquad : 1.x-dev
==1419551== Backend checkcancellation : 1.x-dev
==1419551== Backend check_float_max : 1.x-dev
==1419551== Backend checkdenorm : 1.x-dev
==1419551== Instrumented operations :
==1419551== add : yes
==1419551== sub : yes
==1419551== mul : yes
==1419551== div : yes
==1419551== mAdd : yes
==1419551== mSub : yes
==1419551== sqrt : yes
==1419551== cmp : no
==1419551== conv : yes
==1419551== max : no
==1419551== min : no
==1419551== Instrumented vectorized operations :
==1419551== scal : no
==1419551== llo : yes
==1419551== vec2 : yes
==1419551== vec4 : yes
==1419551== vec8 : yes
==1419551== unk : yes
==1419551== Instrumented type :
==1419551== flt : yes
==1419551== dbl : yes
==1419551== Backend verrou simulating AVERAGE_COMDET rounding mode
==1419551== EXCLUDE DETECTED: /usr/lib64/libm-2.28.so
==1419551== EXCLUDE DETECTED: /usr/lib64/libgcc_s-8-20210514.so.1
==1419551== EXCLUDE DETECTED: /usr/lib64/libquadmath.so.0.0.0
==1419551== Using exclusion rule: * /usr/lib64/libm-2.28.so
==1419551== Using exclusion rule: * /usr/lib64/libquadmath.so.0.0.0
==1419551== Using exclusion rule: * /usr/lib64/libgcc_s-8-20210514.so.1
Simulating a regular 29x0x0 case on 1 rank(s) on CPUs.
m_global_parameters.fpp:1115: @:ALLOCATE_GLOBAL(x_cb(-1 - buff_size:m + buff_size))
m_global_parameters.fpp:1116: @:ALLOCATE_GLOBAL(x_cc(-buff_size:m + buff_size))
m_global_parameters.fpp:1117: @:ALLOCATE_GLOBAL(dx(-buff_size:m + buff_size))
m_variables_conversion.fpp:653: @:ALLOCATE_GLOBAL(gammas (1:num_fluids))
m_variables_conversion.fpp:654: @:ALLOCATE_GLOBAL(gs_min (1:num_fluids))
m_variables_conversion.fpp:655: @:ALLOCATE_GLOBAL(pi_infs(1:num_fluids))
m_variables_conversion.fpp:656: @:ALLOCATE_GLOBAL(ps_inf(1:num_fluids))
m_variables_conversion.fpp:657: @:ALLOCATE_GLOBAL(cvs (1:num_fluids))
m_variables_conversion.fpp:658: @:ALLOCATE_GLOBAL(qvs (1:num_fluids))
m_variables_conversion.fpp:659: @:ALLOCATE_GLOBAL(qvps (1:num_fluids))
m_variables_conversion.fpp:660: @:ALLOCATE_GLOBAL(Gs (1:num_fluids))
m_riemann_solvers.fpp:2377: @:ALLOCATE_GLOBAL(Gs(1:num_fluids))
m_riemann_solvers.fpp:2418: @:ALLOCATE_GLOBAL(flux_rsx_vf(is1%beg:is1%end, is2%beg:is2%end, is3%beg:is3%end, 1:sys_size))
m_riemann_solvers.fpp:2421: @:ALLOCATE_GLOBAL(flux_gsrc_rsx_vf(is1%beg:is1%end, is2%beg:is2%end, is3%beg:is3%end, 1:sys_size))
m_riemann_solvers.fpp:2424: @:ALLOCATE_GLOBAL(flux_src_rsx_vf(is1%beg:is1%end, is2%beg:is2%end, is3%beg:is3%end, advxb:sys_size))
m_riemann_solvers.fpp:2427: @:ALLOCATE_GLOBAL(vel_src_rsx_vf(is1%beg:is1%end, is2%beg:is2%end, is3%beg:is3%end, 1:num_dims))
m_rhs.fpp:251: @:ALLOCATE(q_cons_qp%vf(1:sys_size))
m_rhs.fpp:252: @:ALLOCATE(q_prim_qp%vf(1:sys_size))
m_rhs.fpp:255: @:ALLOCATE(q_cons_qp%vf(l)%sf(ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end))
m_rhs.fpp:255: @:ALLOCATE(q_cons_qp%vf(l)%sf(ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end))
m_rhs.fpp:255: @:ALLOCATE(q_cons_qp%vf(l)%sf(ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end))
m_rhs.fpp:255: @:ALLOCATE(q_cons_qp%vf(l)%sf(ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end))
m_rhs.fpp:259: @:ALLOCATE(q_prim_qp%vf(l)%sf(ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end))
m_rhs.fpp:259: @:ALLOCATE(q_prim_qp%vf(l)%sf(ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end))
m_rhs.fpp:338: @:ALLOCATE_GLOBAL(qL_prim(1:num_dims))
m_rhs.fpp:339: @:ALLOCATE_GLOBAL(qR_prim(1:num_dims))
m_rhs.fpp:342: @:ALLOCATE(qL_prim(i)%vf(1:sys_size))
m_rhs.fpp:343: @:ALLOCATE(qR_prim(i)%vf(1:sys_size))
m_rhs.fpp:345: @:ALLOCATE(qL_prim(i)%vf(l)%sf(ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end))
m_rhs.fpp:346: @:ALLOCATE(qR_prim(i)%vf(l)%sf(ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end))
m_rhs.fpp:356: @:ALLOCATE_GLOBAL(qL_rsx_vf(ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end, 1:sys_size))
m_rhs.fpp:358: @:ALLOCATE_GLOBAL(qR_rsx_vf(ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end, 1:sys_size))
m_rhs.fpp:368: @:ALLOCATE_GLOBAL(qL_rsy_vf(ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end, 1:sys_size))
m_rhs.fpp:370: @:ALLOCATE_GLOBAL(qR_rsy_vf(ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end, 1:sys_size))
m_rhs.fpp:380: @:ALLOCATE_GLOBAL(qL_rsz_vf(ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end, 1:sys_size))
m_rhs.fpp:382: @:ALLOCATE_GLOBAL(qR_rsz_vf(ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end, 1:sys_size))
m_rhs.fpp:389: @:ALLOCATE_GLOBAL(dq_prim_dx_qp(1:1))
m_rhs.fpp:390: @:ALLOCATE_GLOBAL(dq_prim_dy_qp(1:1))
m_rhs.fpp:391: @:ALLOCATE_GLOBAL(dq_prim_dz_qp(1:1))
m_rhs.fpp:435: @:ALLOCATE(dq_prim_dx_qp(1)%vf(1:sys_size))
m_rhs.fpp:436: @:ALLOCATE(dq_prim_dy_qp(1)%vf(1:sys_size))
m_rhs.fpp:437: @:ALLOCATE(dq_prim_dz_qp(1)%vf(1:sys_size))
m_rhs.fpp:440: @:ALLOCATE(dq_prim_dx_qp(1)%vf(l)%sf(0, 0, 0))
m_rhs.fpp:455: @:ALLOCATE_GLOBAL(dqL_prim_dx_n(1:num_dims))
m_rhs.fpp:456: @:ALLOCATE_GLOBAL(dqL_prim_dy_n(1:num_dims))
m_rhs.fpp:457: @:ALLOCATE_GLOBAL(dqL_prim_dz_n(1:num_dims))
m_rhs.fpp:458: @:ALLOCATE_GLOBAL(dqR_prim_dx_n(1:num_dims))
m_rhs.fpp:459: @:ALLOCATE_GLOBAL(dqR_prim_dy_n(1:num_dims))
m_rhs.fpp:460: @:ALLOCATE_GLOBAL(dqR_prim_dz_n(1:num_dims))
m_rhs.fpp:557: @:ALLOCATE_GLOBAL(gm_alphaL_n(1:num_dims))
m_rhs.fpp:558: @:ALLOCATE_GLOBAL(gm_alphaR_n(1:num_dims))
m_rhs.fpp:562: @:ALLOCATE_GLOBAL(flux_n(1:num_dims))
m_rhs.fpp:563: @:ALLOCATE_GLOBAL(flux_src_n(1:num_dims))
m_rhs.fpp:564: @:ALLOCATE_GLOBAL(flux_gsrc_n(1:num_dims))
m_rhs.fpp:568: @:ALLOCATE(flux_n(i)%vf(1:sys_size))
m_rhs.fpp:569: @:ALLOCATE(flux_src_n(i)%vf(1:sys_size))
m_rhs.fpp:570: @:ALLOCATE(flux_gsrc_n(i)%vf(1:sys_size))
m_rhs.fpp:574: @:ALLOCATE(flux_n(i)%vf(l)%sf( ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end))
m_rhs.fpp:578: @:ALLOCATE(flux_gsrc_n(i)%vf(l)%sf( ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end))
m_rhs.fpp:574: @:ALLOCATE(flux_n(i)%vf(l)%sf( ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end))
m_rhs.fpp:578: @:ALLOCATE(flux_gsrc_n(i)%vf(l)%sf( ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end))
m_rhs.fpp:574: @:ALLOCATE(flux_n(i)%vf(l)%sf( ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end))
m_rhs.fpp:578: @:ALLOCATE(flux_gsrc_n(i)%vf(l)%sf( ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end))
m_rhs.fpp:574: @:ALLOCATE(flux_n(i)%vf(l)%sf( ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end))
m_rhs.fpp:578: @:ALLOCATE(flux_gsrc_n(i)%vf(l)%sf( ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end))
m_rhs.fpp:593: @:ALLOCATE(flux_src_n(i)%vf(adv_idx%beg)%sf( ix%beg:ix%end, iy%beg:iy%end, iz%beg:iz%end))
m_rhs.fpp:651: @:ALLOCATE_GLOBAL(gamma_min(1:num_fluids), pres_inf(1:num_fluids))
m_data_output.fpp:1617: @:ALLOCATE_GLOBAL(icfl_sf(0:m, 0:n, 0:p))
m_time_steppers.fpp:131: @:ALLOCATE_GLOBAL(q_cons_ts(1:num_ts))
m_time_steppers.fpp:134: @:ALLOCATE(q_cons_ts(i)%vf(1:sys_size))
m_time_steppers.fpp:134: @:ALLOCATE(q_cons_ts(i)%vf(1:sys_size))
m_time_steppers.fpp:139: @:ALLOCATE(q_cons_ts(i)%vf(j)%sf(ix_t%beg:ix_t%end, iy_t%beg:iy_t%end, iz_t%beg:iz_t%end))
m_time_steppers.fpp:139: @:ALLOCATE(q_cons_ts(i)%vf(j)%sf(ix_t%beg:ix_t%end, iy_t%beg:iy_t%end, iz_t%beg:iz_t%end))
m_time_steppers.fpp:139: @:ALLOCATE(q_cons_ts(i)%vf(j)%sf(ix_t%beg:ix_t%end, iy_t%beg:iy_t%end, iz_t%beg:iz_t%end))
m_time_steppers.fpp:139: @:ALLOCATE(q_cons_ts(i)%vf(j)%sf(ix_t%beg:ix_t%end, iy_t%beg:iy_t%end, iz_t%beg:iz_t%end))
m_time_steppers.fpp:139: @:ALLOCATE(q_cons_ts(i)%vf(j)%sf(ix_t%beg:ix_t%end, iy_t%beg:iy_t%end, iz_t%beg:iz_t%end))
m_time_steppers.fpp:139: @:ALLOCATE(q_cons_ts(i)%vf(j)%sf(ix_t%beg:ix_t%end, iy_t%beg:iy_t%end, iz_t%beg:iz_t%end))
m_time_steppers.fpp:139: @:ALLOCATE(q_cons_ts(i)%vf(j)%sf(ix_t%beg:ix_t%end, iy_t%beg:iy_t%end, iz_t%beg:iz_t%end))
m_time_steppers.fpp:139: @:ALLOCATE(q_cons_ts(i)%vf(j)%sf(ix_t%beg:ix_t%end, iy_t%beg:iy_t%end, iz_t%beg:iz_t%end))
m_time_steppers.fpp:168: @:ALLOCATE_GLOBAL(q_prim_vf(1:sys_size))
m_time_steppers.fpp:171: @:ALLOCATE(q_prim_vf(i)%sf(ix_t%beg:ix_t%end, iy_t%beg:iy_t%end, iz_t%beg:iz_t%end))
m_time_steppers.fpp:171: @:ALLOCATE(q_prim_vf(i)%sf(ix_t%beg:ix_t%end, iy_t%beg:iy_t%end, iz_t%beg:iz_t%end))
m_time_steppers.fpp:171: @:ALLOCATE(q_prim_vf(i)%sf(ix_t%beg:ix_t%end, iy_t%beg:iy_t%end, iz_t%beg:iz_t%end))
m_time_steppers.fpp:171: @:ALLOCATE(q_prim_vf(i)%sf(ix_t%beg:ix_t%end, iy_t%beg:iy_t%end, iz_t%beg:iz_t%end))
m_time_steppers.fpp:232: @:ALLOCATE_GLOBAL(pb_ts(1:2))
m_time_steppers.fpp:264: @:ALLOCATE_GLOBAL(mv_ts(1:2))
m_time_steppers.fpp:298: @:ALLOCATE_GLOBAL(rhs_vf(1:sys_size))
m_time_steppers.fpp:301: @:ALLOCATE(rhs_vf(i)%sf(0:m, 0:n, 0:p))
m_time_steppers.fpp:301: @:ALLOCATE(rhs_vf(i)%sf(0:m, 0:n, 0:p))
m_time_steppers.fpp:301: @:ALLOCATE(rhs_vf(i)%sf(0:m, 0:n, 0:p))
m_time_steppers.fpp:301: @:ALLOCATE(rhs_vf(i)%sf(0:m, 0:n, 0:p))
m_weno.fpp:184: @:ALLOCATE_GLOBAL(poly_coef_cbL_x(is1_weno%beg + weno_polyn:is1_weno%end - weno_polyn, 0:weno_polyn, 0:weno_polyn - 1))
m_weno.fpp:186: @:ALLOCATE_GLOBAL(poly_coef_cbR_x(is1_weno%beg + weno_polyn:is1_weno%end - weno_polyn, 0:weno_polyn, 0:weno_polyn - 1))
m_weno.fpp:189: @:ALLOCATE_GLOBAL(d_cbL_x(0:weno_polyn, is1_weno%beg + weno_polyn:is1_weno%end - weno_polyn))
m_weno.fpp:190: @:ALLOCATE_GLOBAL(d_cbR_x(0:weno_polyn, is1_weno%beg + weno_polyn:is1_weno%end - weno_polyn))
m_weno.fpp:192: @:ALLOCATE_GLOBAL(beta_coef_x(is1_weno%beg + weno_polyn:is1_weno%end - weno_polyn, 0:weno_polyn, 0:2*(weno_polyn - 1)))
m_weno.fpp:197: @:ALLOCATE_GLOBAL(v_rs_ws_x(is1_weno%beg:is1_weno%end, is2_weno%beg:is2_weno%end, is3_weno%beg:is3_weno%end, 1:sys_size))
[ 0%] Time step 1 of 5 @ t_step = 0
==1419551== NaN:
==1419551== at 0x924FB6: __m_variables_conversion_MOD_s_compute_pressure (m_variables_conversion.fpp:153)
==1419551== by 0x910060: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (m_variables_conversion.fpp:1073)
==1419551== by 0x6583C9: __m_rhs_MOD_s_compute_rhs (m_rhs.fpp:807)
==1419551== by 0x7D3C51: __m_time_steppers_MOD_s_3rd_order_tvd_rk (m_time_steppers.fpp:632)
==1419551== by 0x795224: __m_start_up_MOD_s_perform_time_step (m_start_up.fpp:1158)
==1419551== by 0x8D805B: MAIN__ (p_main.fpp.f90:82)
==1419551== by 0x8D823A: main (p_main.fpp.f90:19)
==1419551==
==1419551== NaN:
==1419551== at 0x924FB6: __m_variables_conversion_MOD_s_compute_pressure (m_variables_conversion.fpp:153)
==1419551== by 0x910060: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (m_variables_conversion.fpp:1073)
==1419551== by 0x6583C9: __m_rhs_MOD_s_compute_rhs (m_rhs.fpp:807)
==1419551== by 0x7D8198: __m_time_steppers_MOD_s_3rd_order_tvd_rk (m_time_steppers.fpp:719)
==1419551== by 0x795224: __m_start_up_MOD_s_perform_time_step (m_start_up.fpp:1158)
==1419551== by 0x8D805B: MAIN__ (p_main.fpp.f90:82)
==1419551== by 0x8D823A: main (p_main.fpp.f90:19)
==1419551==
==1419551== +/-Inf:
==1419551== at 0x924FB6: __m_variables_conversion_MOD_s_compute_pressure (m_variables_conversion.fpp:153)
==1419551== by 0x910060: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (m_variables_conversion.fpp:1073)
==1419551== by 0x6583C9: __m_rhs_MOD_s_compute_rhs (m_rhs.fpp:807)
==1419551== by 0x7D8198: __m_time_steppers_MOD_s_3rd_order_tvd_rk (m_time_steppers.fpp:719)
==1419551== by 0x795224: __m_start_up_MOD_s_perform_time_step (m_start_up.fpp:1158)
==1419551== by 0x8D805B: MAIN__ (p_main.fpp.f90:82)
==1419551== by 0x8D823A: main (p_main.fpp.f90:19)
==1419551==
==1419551== NaN:
==1419551== at 0x924FB6: __m_variables_conversion_MOD_s_compute_pressure (m_variables_conversion.fpp:153)
==1419551== by 0x910060: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (m_variables_conversion.fpp:1073)
==1419551== by 0x6583C9: __m_rhs_MOD_s_compute_rhs (m_rhs.fpp:807)
==1419551== by 0x7DDD02: __m_time_steppers_MOD_s_3rd_order_tvd_rk (m_time_steppers.fpp:793)
==1419551== by 0x795224: __m_start_up_MOD_s_perform_time_step (m_start_up.fpp:1158)
==1419551== by 0x8D805B: MAIN__ (p_main.fpp.f90:82)
==1419551== by 0x8D823A: main (p_main.fpp.f90:19)
==1419551==
==1419551== +/-Inf:
==1419551== at 0x924FB6: __m_variables_conversion_MOD_s_compute_pressure (m_variables_conversion.fpp:153)
==1419551== by 0x910060: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (m_variables_conversion.fpp:1073)
==1419551== by 0x6583C9: __m_rhs_MOD_s_compute_rhs (m_rhs.fpp:807)
==1419551== by 0x7DDD02: __m_time_steppers_MOD_s_3rd_order_tvd_rk (m_time_steppers.fpp:793)
==1419551== by 0x795224: __m_start_up_MOD_s_perform_time_step (m_start_up.fpp:1158)
==1419551== by 0x8D805B: MAIN__ (p_main.fpp.f90:82)
==1419551== by 0x8D823A: main (p_main.fpp.f90:19)
==1419551==
[ 21%] Time step 2 of 5 @ t_step = 1
[ 41%] Time step 3 of 5 @ t_step = 2
[ 60%] Time step 4 of 5 @ t_step = 3
==1419551== NaN:
==1419551== at 0x924FB6: __m_variables_conversion_MOD_s_compute_pressure (m_variables_conversion.fpp:153)
==1419551== by 0x910060: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (m_variables_conversion.fpp:1073)
==1419551== by 0x540399: __m_data_output_MOD_s_write_serial_data_files (m_data_output.fpp:553)
==1419551== by 0x793BC1: __m_start_up_MOD_s_save_data (m_start_up.fpp:1273)
==1419551== by 0x8D813D: MAIN__ (p_main.fpp.f90:90)
==1419551== by 0x8D823A: main (p_main.fpp.f90:19)
==1419551==
Performance: 0.0000000000000000 ns/gp/eq/rhs
m_time_steppers.fpp:1065: @:DEALLOCATE(q_cons_ts(i)%vf(j)%sf)
m_time_steppers.fpp:1065: @:DEALLOCATE(q_cons_ts(i)%vf(j)%sf)
m_time_steppers.fpp:1065: @:DEALLOCATE(q_cons_ts(i)%vf(j)%sf)
m_time_steppers.fpp:1065: @:DEALLOCATE(q_cons_ts(i)%vf(j)%sf)
m_time_steppers.fpp:1068: @:DEALLOCATE(q_cons_ts(i)%vf)
m_time_steppers.fpp:1065: @:DEALLOCATE(q_cons_ts(i)%vf(j)%sf)
m_time_steppers.fpp:1065: @:DEALLOCATE(q_cons_ts(i)%vf(j)%sf)
m_time_steppers.fpp:1065: @:DEALLOCATE(q_cons_ts(i)%vf(j)%sf)
m_time_steppers.fpp:1065: @:DEALLOCATE(q_cons_ts(i)%vf(j)%sf)
m_time_steppers.fpp:1068: @:DEALLOCATE(q_cons_ts(i)%vf)
m_time_steppers.fpp:1072: @:DEALLOCATE_GLOBAL(q_cons_ts)
m_time_steppers.fpp:1087: @:DEALLOCATE(q_prim_vf(i)%sf)
m_time_steppers.fpp:1087: @:DEALLOCATE(q_prim_vf(i)%sf)
m_time_steppers.fpp:1087: @:DEALLOCATE(q_prim_vf(i)%sf)
m_time_steppers.fpp:1087: @:DEALLOCATE(q_prim_vf(i)%sf)
m_time_steppers.fpp:1108: @:DEALLOCATE_GLOBAL(q_prim_vf)
m_time_steppers.fpp:1112: @:DEALLOCATE(rhs_vf(i)%sf)
m_time_steppers.fpp:1112: @:DEALLOCATE(rhs_vf(i)%sf)
m_time_steppers.fpp:1112: @:DEALLOCATE(rhs_vf(i)%sf)
m_time_steppers.fpp:1112: @:DEALLOCATE(rhs_vf(i)%sf)
m_time_steppers.fpp:1115: @:DEALLOCATE_GLOBAL(rhs_vf)
m_data_output.fpp:1656: @:DEALLOCATE_GLOBAL(icfl_sf)
m_rhs.fpp:2293: @:DEALLOCATE(q_cons_qp%vf(j)%sf)
m_rhs.fpp:2294: @:DEALLOCATE(q_prim_qp%vf(j)%sf)
m_rhs.fpp:2293: @:DEALLOCATE(q_cons_qp%vf(j)%sf)
m_rhs.fpp:2294: @:DEALLOCATE(q_prim_qp%vf(j)%sf)
m_rhs.fpp:2297: @:DEALLOCATE(q_cons_qp%vf, q_prim_qp%vf)
m_rhs.fpp:2298: @:DEALLOCATE_GLOBAL(qL_rsx_vf, qR_rsx_vf)
m_rhs.fpp:2383: @:DEALLOCATE_GLOBAL(dqL_prim_dx_n, dqL_prim_dy_n, dqL_prim_dz_n)
m_rhs.fpp:2384: @:DEALLOCATE_GLOBAL(dqR_prim_dx_n, dqR_prim_dy_n, dqR_prim_dz_n)
m_rhs.fpp:2395: @:DEALLOCATE(flux_n(i)%vf(l)%sf)
m_rhs.fpp:2396: @:DEALLOCATE(flux_gsrc_n(i)%vf(l)%sf)
m_rhs.fpp:2395: @:DEALLOCATE(flux_n(i)%vf(l)%sf)
m_rhs.fpp:2396: @:DEALLOCATE(flux_gsrc_n(i)%vf(l)%sf)
m_rhs.fpp:2395: @:DEALLOCATE(flux_n(i)%vf(l)%sf)
m_rhs.fpp:2396: @:DEALLOCATE(flux_gsrc_n(i)%vf(l)%sf)
m_rhs.fpp:2395: @:DEALLOCATE(flux_n(i)%vf(l)%sf)
m_rhs.fpp:2396: @:DEALLOCATE(flux_gsrc_n(i)%vf(l)%sf)
m_rhs.fpp:2415: @:DEALLOCATE(flux_src_n(i)%vf(adv_idx%beg)%sf)
m_rhs.fpp:2418: @:DEALLOCATE(flux_n(i)%vf, flux_src_n(i)%vf, flux_gsrc_n(i)%vf)
m_rhs.fpp:2421: @:DEALLOCATE_GLOBAL(flux_n, flux_src_n, flux_gsrc_n)
m_riemann_solvers.fpp:4230: @:DEALLOCATE_GLOBAL(vel_src_rsx_vf)
m_riemann_solvers.fpp:4231: @:DEALLOCATE_GLOBAL(flux_rsx_vf)
m_riemann_solvers.fpp:4232: @:DEALLOCATE_GLOBAL(flux_src_rsx_vf)
m_riemann_solvers.fpp:4233: @:DEALLOCATE_GLOBAL(flux_gsrc_rsx_vf)
m_weno.fpp:1087: @:DEALLOCATE_GLOBAL(v_rs_ws_x)
m_weno.fpp:1090: @:DEALLOCATE_GLOBAL(poly_coef_cbL_x, poly_coef_cbR_x)
m_weno.fpp:1091: @:DEALLOCATE_GLOBAL(d_cbL_x, d_cbR_x)
m_weno.fpp:1092: @:DEALLOCATE_GLOBAL(beta_coef_x)
m_variables_conversion.fpp:1408: @:DEALLOCATE_GLOBAL(gammas, gs_min, pi_infs, ps_inf, cvs, qvs, qvps, Gs)
m_global_parameters.fpp:1188: @:DEALLOCATE_GLOBAL(x_cb, x_cc, dx)
==1419551==
==1419551== ---------------------------------------------------------------------
==1419551== Operation Instruction count
==1419551== `- Precision
==1419551== `- Vectorization Total Instrumented
==1419551== ---------------------------------------------------------------------
==1419551== add 45832 45832 (100%)
==1419551== `- dbl 45832 45832 (100%)
==1419551== `- llo 45832 45832 (100%)
==1419551== ---------------------------------------------------------------------
==1419551== sub 19266 19266 (100%)
==1419551== `- dbl 19266 19266 (100%)
==1419551== `- llo 19266 19266 (100%)
==1419551== ---------------------------------------------------------------------
==1419551== mul 61317 61317 (100%)
==1419551== `- dbl 61317 61317 (100%)
==1419551== `- llo 61317 61317 (100%)
==1419551== ---------------------------------------------------------------------
==1419551== div 22213 22213 (100%)
==1419551== `- flt 4 4 (100%)
==1419551== `- llo 4 4 (100%)
==1419551== `- dbl 22209 22209 (100%)
==1419551== `- llo 22209 22209 (100%)
==1419551== ---------------------------------------------------------------------
==1419551== sqrt 1116 1116 (100%)
==1419551== `- dbl 1116 1116 (100%)
==1419551== `- llo 1116 1116 (100%)
==1419551== ---------------------------------------------------------------------
==1419551== cmp 7134 0 ( 0%)
==1419551== `- dbl 7134 0 ( 0%)
==1419551== `- scal 7134 0 ( 0%)
==1419551== ---------------------------------------------------------------------
==1419551== conv 16 8 ( 50%)
==1419551== `- dbl=>flt 8 8 (100%)
==1419551== `- flt=>dbl 4 0 ( 0%)
==1419551== `- dbl=>sht 4 0 ( 0%)
==1419551== `- scal 4 0 ( 0%)
==1419551== ---------------------------------------------------------------------
==1419551== ERROR SUMMARY: 26 errors from 6 contexts (suppressed: 0 from 0)
==1419551==
==1419551== 2 errors in context 1 of 6:
==1419551== NaN:
==1419551== at 0x924FB6: __m_variables_conversion_MOD_s_compute_pressure (m_variables_conversion.fpp:153)
==1419551== by 0x910060: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (m_variables_conversion.fpp:1073)
==1419551== by 0x540399: __m_data_output_MOD_s_write_serial_data_files (m_data_output.fpp:553)
==1419551== by 0x793BC1: __m_start_up_MOD_s_save_data (m_start_up.fpp:1273)
==1419551== by 0x8D813D: MAIN__ (p_main.fpp.f90:90)
==1419551== by 0x8D823A: main (p_main.fpp.f90:19)
==1419551==
==1419551==
==1419551== 4 errors in context 2 of 6:
==1419551== +/-Inf:
==1419551== at 0x924FB6: __m_variables_conversion_MOD_s_compute_pressure (m_variables_conversion.fpp:153)
==1419551== by 0x910060: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (m_variables_conversion.fpp:1073)
==1419551== by 0x6583C9: __m_rhs_MOD_s_compute_rhs (m_rhs.fpp:807)
==1419551== by 0x7DDD02: __m_time_steppers_MOD_s_3rd_order_tvd_rk (m_time_steppers.fpp:793)
==1419551== by 0x795224: __m_start_up_MOD_s_perform_time_step (m_start_up.fpp:1158)
==1419551== by 0x8D805B: MAIN__ (p_main.fpp.f90:82)
==1419551== by 0x8D823A: main (p_main.fpp.f90:19)
==1419551==
==1419551==
==1419551== 4 errors in context 3 of 6:
==1419551== NaN:
==1419551== at 0x924FB6: __m_variables_conversion_MOD_s_compute_pressure (m_variables_conversion.fpp:153)
==1419551== by 0x910060: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (m_variables_conversion.fpp:1073)
==1419551== by 0x6583C9: __m_rhs_MOD_s_compute_rhs (m_rhs.fpp:807)
==1419551== by 0x7DDD02: __m_time_steppers_MOD_s_3rd_order_tvd_rk (m_time_steppers.fpp:793)
==1419551== by 0x795224: __m_start_up_MOD_s_perform_time_step (m_start_up.fpp:1158)
==1419551== by 0x8D805B: MAIN__ (p_main.fpp.f90:82)
==1419551== by 0x8D823A: main (p_main.fpp.f90:19)
==1419551==
==1419551==
==1419551== 4 errors in context 4 of 6:
==1419551== +/-Inf:
==1419551== at 0x924FB6: __m_variables_conversion_MOD_s_compute_pressure (m_variables_conversion.fpp:153)
==1419551== by 0x910060: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (m_variables_conversion.fpp:1073)
==1419551== by 0x6583C9: __m_rhs_MOD_s_compute_rhs (m_rhs.fpp:807)
==1419551== by 0x7D8198: __m_time_steppers_MOD_s_3rd_order_tvd_rk (m_time_steppers.fpp:719)
==1419551== by 0x795224: __m_start_up_MOD_s_perform_time_step (m_start_up.fpp:1158)
==1419551== by 0x8D805B: MAIN__ (p_main.fpp.f90:82)
==1419551== by 0x8D823A: main (p_main.fpp.f90:19)
==1419551==
==1419551==
==1419551== 4 errors in context 5 of 6:
==1419551== NaN:
==1419551== at 0x924FB6: __m_variables_conversion_MOD_s_compute_pressure (m_variables_conversion.fpp:153)
==1419551== by 0x910060: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (m_variables_conversion.fpp:1073)
==1419551== by 0x6583C9: __m_rhs_MOD_s_compute_rhs (m_rhs.fpp:807)
==1419551== by 0x7D8198: __m_time_steppers_MOD_s_3rd_order_tvd_rk (m_time_steppers.fpp:719)
==1419551== by 0x795224: __m_start_up_MOD_s_perform_time_step (m_start_up.fpp:1158)
==1419551== by 0x8D805B: MAIN__ (p_main.fpp.f90:82)
==1419551== by 0x8D823A: main (p_main.fpp.f90:19)
==1419551==
==1419551==
==1419551== 8 errors in context 6 of 6:
==1419551== NaN:
==1419551== at 0x924FB6: __m_variables_conversion_MOD_s_compute_pressure (m_variables_conversion.fpp:153)
==1419551== by 0x910060: __m_variables_conversion_MOD_s_convert_conservative_to_primitive_variables (m_variables_conversion.fpp:1073)
==1419551== by 0x6583C9: __m_rhs_MOD_s_compute_rhs (m_rhs.fpp:807)
==1419551== by 0x7D3C51: __m_time_steppers_MOD_s_3rd_order_tvd_rk (m_time_steppers.fpp:632)
==1419551== by 0x795224: __m_start_up_MOD_s_perform_time_step (m_start_up.fpp:1158)
==1419551== by 0x8D805B: MAIN__ (p_main.fpp.f90:82)
==1419551== by 0x8D823A: main (p_main.fpp.f90:19)
==1419551==
==1419551== ERROR SUMMARY: 26 errors from 6 contexts (suppressed: 0 from 0) The first offensive line is this pressure computation: if ((model_eqns /= 4) .and. (bubbles .neqv. .true.)) then
pres = (energy - dyn_p - pi_inf - qv)/gamma
else if ((model_eqns /= 4) .and. bubbles) then Even without valgrind, turning on the full float exception debug flags [ 0%] Time step 1 of 5 @ t_step = 0
Program received signal SIGFPE, Arithmetic exception.
0x0000000000925048 in m_variables_conversion::s_compute_pressure (energy=0, alf=0, dyn_p=0, pi_inf=0, gamma=0, rho=9.9999999999999998e-17, qv=0, rhoyks=...,
pres=0.40000000000000002, stress=<error reading variable: Cannot access memory at address 0x0>, mom=<error reading variable: Cannot access memory at address 0x0>,
g=<error reading variable: Cannot access memory at address 0x0>) at /nethome/sbryngelson3/MFC/src/common/m_variables_conversion.fpp:153
153 pres = (energy - dyn_p - pi_inf - qv)/gamma
Missing separate debuginfos, use: yum debuginfo-install glibc-2.28-251.el8_10.5.x86_64 libgcc-8.5.0-22.el8_10.x86_64 libgfortran-8.5.0-22.el8_10.x86_64 libquadmath-8.5.0-22.el8_10.x86_64 zlib-1.2.11-25.el8.x86_64
(gdb) |
@sbryngelson Interesting. I wonder if some of these happen in the buffer region since we saw they are populated after the conservative field is converted to the primitive one, although the conversion is done for the entire domain (including the buffer region). You would expect there to be uninitialized/incorrect values there. |
That could be the cause (though I'd prefer to not compute NaNs even if they aren't used). But this seems like it could be different. Here, pressure seems to be there, but gamma and rho aren't. Gamma and rho come from the stress=<error reading variable: Cannot access memory at address 0x0>, mom=<error reading variable: Cannot access memory at address 0x0>, g=<error reading variable: Cannot access memory at address 0x0> These are the optional variables I think. Perhaps they're part of the problem. |
@henryleberre was right, So, this is "creating junk in the halo regions" needs to be fixed at some point. |
For the curious reader, I'm finding somewhat interesting things with Also useful:
|
Verrou has no chill. |
One for the history books. |
Use Valgrind's
verrou
tool to check for poorly conditioned float operations.Link: https://edf-hpc.github.io/verrou/vr-manual.html
These are likely the source of why some tests randomly fail when you compile them differently.
Related to #622 and #525 and #474
The text was updated successfully, but these errors were encountered: