Skip to content
Merged

C++20 #148

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions Examples/Tests/circuits/Candice/inputs_candice20
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
################################
####### GENERAL PARAMETERS ######
#################################
max_step = 5000000
max_step = 9000000

amr.n_cell = n_cellx n_celly n_cellz
amr.max_grid_size_x = max_grid_sizex
Expand Down Expand Up @@ -145,16 +145,24 @@ warpx.Ez_excitation_grid_function(x,y,z,t) = "0."
warpx.field_io_nfiles=64
warpx.particle_io_nfiles=64

diagnostics.diags_names = plt chk
diagnostics.diags_names = plt full chk

###############
# full plotfiles
plt.intervals = 1000
# reduced plotfiles
plt.intervals = 4000
plt.fields_to_plot = Ex Ey Ez Bx By Bz mu
plt.diag_type = Full
plt.file_min_digits = 7
plt.diag_lo = 0. 0. 145.51e-6
plt.diag_hi = 9430.e-6 9430.e-6 151.49e-6

# full plotfiles
full.intervals = 1000000
full.fields_to_plot = Ex Ey Ez Bx By Bz mu
full.diag_type = Full
full.file_min_digits = 7

# checkpoint
chk.intervals = 100000
chk.diag_type = Full
chk.format = checkpoint
Expand Down
1 change: 0 additions & 1 deletion Source/Make.WarpX
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ USE_PARTICLES = TRUE
USE_RPATH = TRUE
USE_GPU_RDC = FALSE
BL_NO_FORT = TRUE
CXXSTD = c++17

# required for AMReX async I/O
MPI_THREAD_MULTIPLE = TRUE
Expand Down
Loading