Skip to content

Commit

Permalink
fix to pass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Sep 10, 2024
1 parent 6b57a14 commit b2e2d69
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Exec/science/flame_wave/ci-benchmarks/job_info_params.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
castro.use_post_step_regrid = 0
castro.max_subcycles = 10
castro.sdc_iters = 2
castro.stopping_criterion_field =
castro.stopping_criterion_field =
castro.stopping_criterion_value = 1e+200
castro.dtnuc_e = 1e+200
castro.dtnuc_X = 1e+200
Expand Down Expand Up @@ -192,12 +192,12 @@
[*] problem.H_star = 2000
[*] problem.atm_delta = 100
problem.fuel1_name = helium-4
problem.fuel2_name =
problem.fuel3_name =
problem.fuel4_name =
problem.fuel2_name =
problem.fuel3_name =
problem.fuel4_name =
[*] problem.ash1_name = nickel-56
problem.ash2_name =
problem.ash3_name =
problem.ash2_name =
problem.ash3_name =
problem.fuel1_frac = 1
problem.fuel2_frac = 0
problem.fuel3_frac = 0
Expand Down
3 changes: 3 additions & 0 deletions Source/driver/math.H
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
#include <AMReX_BLassert.H>
#include <cmath>

using namespace amrex::literals;


AMREX_GPU_HOST_DEVICE AMREX_INLINE
void
cross_product(amrex::GpuArray<amrex::Real, 3> const& a,
Expand Down

0 comments on commit b2e2d69

Please sign in to comment.