[main] testTopDir = /scratch/AMReX_RegTesting/rt-IAMR/ webTopDir = /scratch/AMReX_RegTesting/rt-IAMR/web MAKE = make sourceTree = C_Src numMakeJobs = 8 COMP = g++ FCOMP = gfortran add_to_c_make_command = TEST=TRUE USE_ASSERTION=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/RegressionTesting1/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@ MPIhost = [AMReX] dir = /scratch/AMReX_RegTesting/amrex/ #pr = 2591 #hash = 28df482cebf26dd0 branch = development [source] dir = /scratch/AMReX_RegTesting/IAMR/ #hash= 0f349d2bacba42 branch=development #branch = clean_computeAofs #pr = 141 [extra-AMReXHydro] dir = /scratch/AMReX_RegTesting/AMReX-Hydro #hash = 16d12e7d930d5 branch = development #branch = main #pr = 89 # doesn't work # 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 tolerance = 9.99e-12 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 = 1 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 9.99e-12 [Euler_restart] buildDir = Exec/run3d/ inputFile = regtest.3d.euler-restart dim = 3 restartTest = 1 restartFileNum = 6 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 9.99e-12 [TaylorGreen] buildDir = Exec/run3d/ inputFile = regtest.3d.taylorgreen dim = 3 restartTest = 0 useMPI = 1 numprocs = 4 useOMP = 0 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 9.99e-12 [HotSpot] buildDir = Exec/run3d/ inputFile = regtest.3d.hotspot dim = 3 restartTest = 0 useMPI = 1 numprocs = 4 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 9.99e-12 [HotSpot-2d] buildDir = Exec/run2d/ inputFile = regtest.2d.hotspot dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 9.99e-12 [HotSpot_rz] buildDir = Exec/run2d/ inputFile = regtest.2d.hotspot_rz dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 9.99e-12 [Poiseuille_2d] buildDir = Exec/run2d/ inputFile = regtest.2d.poiseuille dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 9.99e-12 [BDS_tracer_advection_2d] buildDir = Exec/run2d/ inputFile = regtest.2d.traceradvect_bds dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 9.99e-12 [BDS_tracer_advection] buildDir = Exec/run3d/ inputFile = regtest.3d.traceradvect_bds dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 9.99e-12 [RayleighTaylor] buildDir = Exec/run3d/ inputFile = regtest.3d.rayleightaylor dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 9.99e-12 [Poiseuille] buildDir = Exec/run3d/ inputFile = regtest.3d.poiseuille dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 9.99e-12 [LidDrivenCavity] buildDir = Exec/run3d/ inputFile = regtest.3d.lid_driven_cavity dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 9.99e-12 #----------------------------------------------------- #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 = 1 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 9.99e-12 [FlowPastCylinder-y_2d] buildDir = Exec/eb_run2d/ inputFile = regtest.2d.flow_past_cylinder-y dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 9.99e-12 [DoubleShearLayer_2d] buildDir = Exec/eb_run2d/ inputFile = regtest.2d.double_shear_layer dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 9.99e-12 [EBhotspot_2d] buildDir = Exec/eb_run2d/ inputFile = regtest.2d.hotspot dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 9.99e-12 [EBbubble] buildDir = Exec/eb_run2d/ inputFile = regtest.2d.bubble dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 9.99e-12 [FlowPastCylinder-x] buildDir = Exec/eb_run3d/ inputFile = regtest.3d.flow_past_cylinder-x dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 runtime_params = amr.plot_vars = x_velocity y_velocity density tracer tracer2 volFrac tolerance = 9.99e-12 [FlowPastCylinder-y] buildDir = Exec/eb_run3d/ inputFile = regtest.3d.flow_past_cylinder-y dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 runtime_params = amr.plot_vars = y_velocity z_velocity density tracer tracer2 volFrac tolerance = 9.99e-12 [FlowPastCylinder-z] buildDir = Exec/eb_run3d/ inputFile = regtest.3d.flow_past_cylinder-z dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 runtime_params = amr.plot_vars = x_velocity z_velocity density tracer tracer2 volFrac tolerance = 9.99e-12 [DoubleShearLayer] buildDir = Exec/eb_run3d/ inputFile = regtest.3d.double_shear_layer dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 tolerance = 9.99e-12 [EBhotspot] buildDir = Exec/eb_run3d/ inputFile = regtest.3d.hotspot dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 runtime_params = amr.plot_vars = x_velocity y_velocity z_velocity density tracer tracer2 temp gradpx gradpy gradpz divu volFrac tolerance = 9.99e-12