[main] testTopDir = /home/regtester/RegTesting/rt-IAMR webTopDir = /home/regtester/RegTesting/rt-IAMR/web MAKE = make sourceTree = C_Src numMakeJobs = 8 COMP = g++ add_to_c_make_command = TEST=TRUE USE_ASSERTION=TRUE USE_CUDA=TRUE purge_output = 1 # suiteName is the name prepended to all output directories suiteName = IAMR reportActiveTestsOnly = 1 # Add "GO UP" link at the top of the web page? goUpLink = 1 # email sendEmailWhenFail = 1 emailTo = weiqunzhang@lbl.gov, ASAlmgren@lbl.gov, cgilet@gmail.com emailBody = Check https://ccse.lbl.gov/pub/GpuRegressionTesting/IAMR/ for more details. # MPIcommand should use the placeholders: # @host@ to indicate where to put the hostname to run on # @nprocs@ to indicate where to put the number of processors # @command@ to indicate where to put the command to run # # only tests with useMPI = 1 will run in parallel # nprocs is problem dependent and specified in the individual problem # sections. #MPIcommand = mpiexec -host @host@ -n @nprocs@ @command@ MPIcommand = mpiexec -n @nprocs@ @command@ amrex.the_arena_init_size=512000000 MPIhost = [AMReX] dir = /home/regtester/git/amrex/ branch = development [source] dir = /home/regtester/git/IAMR #branch = clean_computeAofs branch = development [extra-AMReX-Hydro] dir = /home/regtester/git/AMReX-Hydro branch = development #branch = godunov_bcs # individual problems follow #----------------------------------------- # particle #----------------------------------------- [Part-2d] buildDir = Exec/run_2d_particles/ inputFile = regtest.inputs aux1File = particle_file dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 compileTest = 0 doVis = 0 #diffDir = particle_dir #runtime_params = amrex.the_arena_is_managed=1 tolerance = 1.e-9 compareParticles=1 particleTypes=Particles particle_tolerance=1.e-11 # ----------------------------------------- # Regular geometry (i.e. non-EB) # ----------------------------------------- [Euler] buildDir = Exec/run3d/ inputFile = regtest.3d.euler dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 1 compileTest = 0 doVis = 0 tolerance = 1.e-10 [Euler_restart] buildDir = Exec/run3d/ inputFile = regtest.3d.euler-restart dim = 3 restartTest = 1 restartFileNum = 6 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 1 compileTest = 0 doVis = 0 tolerance = 1.e-10 [TaylorGreen] buildDir = Exec/run3d/ inputFile = regtest.3d.taylorgreen dim = 3 restartTest = 0 useMPI = 1 numprocs = 4 useOMP = 0 numthreads = 1 compileTest = 0 doVis = 0 tolerance = 1.e-9 [HotSpot] buildDir = Exec/run3d/ inputFile = regtest.3d.hotspot dim = 3 restartTest = 0 useMPI = 1 numprocs = 4 useOMP = 0 numthreads = 1 compileTest = 0 doVis = 0 runtime_params = amr.max_grid_size=32 tolerance = 2.e-10 [HotSpot-2d] buildDir = Exec/run2d/ inputFile = regtest.2d.hotspot dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 1 compileTest = 0 doVis = 0 tolerance = 9.e-10 [HotSpot_rz] buildDir = Exec/run2d/ inputFile = regtest.2d.hotspot_rz dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 5.e-10 [Poiseuille_2d] buildDir = Exec/run2d/ inputFile = regtest.2d.poiseuille dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 5.e-9 [BDS_tracer_advection_2d] buildDir = Exec/run2d/ inputFile = regtest.2d.traceradvect_bds dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 1.e-11 [BDS_tracer_advection] buildDir = Exec/run3d/ inputFile = regtest.3d.traceradvect_bds dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 5.e-11 [RayleighTaylor] buildDir = Exec/run3d/ inputFile = regtest.3d.rayleightaylor dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 1 compileTest = 0 doVis = 0 runtime_params = amr.max_grid_size=32 tolerance = 1.e-9 [Poiseuille] buildDir = Exec/run3d/ inputFile = regtest.3d.poiseuille dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 1 compileTest = 0 doVis = 0 tolerance = 9.e-9 [LidDrivenCavity] buildDir = Exec/run3d/ inputFile = regtest.3d.lid_driven_cavity dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 1 compileTest = 0 doVis = 0 runtime_params = amr.max_grid_size=32 tolerance = 1.e-10 #----------------------------------------------------- #EB tests #----------------------------------------------------- [FlowPastCylinder-x_2d] buildDir = Exec/eb_run2d/ inputFile = regtest.2d.flow_past_cylinder-x dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 1 compileTest = 0 doVis = 0 tolerance = 5.e-9 [FlowPastCylinder-y_2d] buildDir = Exec/eb_run2d/ inputFile = regtest.2d.flow_past_cylinder-y dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 1 compileTest = 0 doVis = 0 tolerance = 5.e-9 [EBbubble] buildDir = Exec/eb_run2d/ inputFile = regtest.2d.bubble dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 5.e-9 [DoubleShearLayer_2d] buildDir = Exec/eb_run2d/ inputFile = regtest.2d.double_shear_layer dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 1 compileTest = 0 doVis = 0 tolerance = 1.e-12 [DoubleShearLayer] buildDir = Exec/eb_run3d/ inputFile = regtest.3d.double_shear_layer dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 1 compileTest = 0 doVis = 0 runtime_params = amr.max_grid_size=32 tolerance = 5.e-10 [FlowPastCylinder-x] buildDir = Exec/eb_run3d/ inputFile = regtest.3d.flow_past_cylinder-x dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 1 compileTest = 0 doVis = 0 runtime_params = amr.plot_vars = x_velocity y_velocity density tracer tracer2 volFrac amr.max_grid_size=32 tolerance = 1.e-10 [FlowPastCylinder-y] buildDir = Exec/eb_run3d/ inputFile = regtest.3d.flow_past_cylinder-y dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 1 compileTest = 0 doVis = 0 runtime_params = amr.plot_vars = y_velocity z_velocity density tracer tracer2 volFrac amr.max_grid_size=32 tolerance = 1.e-10 [FlowPastCylinder-z] buildDir = Exec/eb_run3d/ inputFile = regtest.3d.flow_past_cylinder-z dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 1 compileTest = 0 doVis = 0 runtime_params = amr.plot_vars = x_velocity z_velocity density tracer tracer2 volFrac amr.max_grid_size=32 tolerance = 1.e-10 [EBhotspot_2d] buildDir = Exec/eb_run2d/ inputFile = regtest.2d.hotspot dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 2 compileTest = 0 doVis = 0 runtime_params = amr.plot_vars = x_velocity z_velocity density tracer tracer2 temp gradpx gradpy divu volFrac tolerance = 9.e-10 [EBhotspot] buildDir = Exec/eb_run3d/ inputFile = regtest.3d.hotspot dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 2 compileTest = 0 doVis = 0 runtime_params = amr.max_grid_size=32 tolerance = 5.e-10