Skip to content

Commit

Permalink
fix CI tests 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSinn committed Oct 25, 2023
1 parent a71f1f1 commit 5ff3f11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/beam_in_vacuum/inputs_RR
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ my_constants.sigma_ux = emittance_x / sigma_x
my_constants.uz = sqrt(gamma0^2 - 1 - sigma_ux^2)
my_constants.w_beta = K*clight/sqrt(gamma0)

hipace.external_E(x,y,z,t) = 1/2*kp*E0*x 1/2*kp*E0*y 0.
beams.external_E(x,y,z,t) = 1/2*kp*E0*x 1/2*kp*E0*y 0.

hipace.dt = 30 /w_beta
hipace.verbose = 1
Expand Down
4 changes: 2 additions & 2 deletions tests/adaptive_time_step.1Rank.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ mpiexec -n 1 $HIPACE_EXECUTABLE $HIPACE_EXAMPLE_DIR/inputs_normalized \
beam.radius = 1. \
beam.n_subcycles = 4 \
beam.ppc = 4 4 1 \
'hipace.external_E(x,y,z,t) = 0. 0. -.5*z' \
'beams.external_E(x,y,z,t) = 0. 0. -.5*z' \
hipace.verbose=1\
hipace.dt=adaptive\
plasmas.adaptive_density=1 \
Expand All @@ -63,7 +63,7 @@ mpiexec -n 1 $HIPACE_EXECUTABLE $HIPACE_EXAMPLE_DIR/inputs_normalized \
beam.radius = 1. \
beam.n_subcycles = 4 \
beam.ppc = 4 4 1 \
'hipace.external_E(x,y,z,t) = 0. 0. .5*z' \
'beams.external_E(x,y,z,t) = 0. 0. .5*z' \
hipace.verbose=1\
hipace.dt = adaptive\
plasmas.adaptive_density=1 \
Expand Down
2 changes: 1 addition & 1 deletion tests/beam_evolution.1Rank.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mpiexec -n 1 $HIPACE_EXECUTABLE $HIPACE_EXAMPLE_DIR/inputs_normalized \
beam.density = 1.e-8 \
beam.radius = 1. \
beam.ppc = 4 4 1 \
'hipace.external_E(x,y,z,t) = .5*x .5*y 0.' \
'beams.external_E(x,y,z,t) = .5*x .5*y 0.' \
hipace.file_prefix = $TEST_NAME

# Compare the result with theory
Expand Down

0 comments on commit 5ff3f11

Please sign in to comment.