[main] testTopDir = /scratch/AMReX_RegTesting/rt-AMReX-tutorials webTopDir = /scratch/AMReX_RegTesting/rt-AMReX-tutorials/web MAKE = make sourceTree = C_Src numMakeJobs = 8 COMP = g++ FCOMP = gfortran add_to_c_make_command = TEST=TRUE USE_ASSERTION=TRUE add_to_f_make_command = TEST=t purge_output = 1 # suiteName is the name prepended to all output directories suiteName = AMReX-tutorials 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, atmyers@lbl.gov emailBody = Check https://ccse.lbl.gov/pub/RegressionTesting1/AMReX-tutorials/ 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 branch = "development" [source] dir = /scratch/AMReX_RegTesting/amrex-tutorials branch = "main" # individual problems follow [MLMG_PoisLev] buildDir = ExampleCodes/LinearSolvers/ABecLaplacian_C inputFile = inputs-rt-poisson-lev dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 outputFile = plot testSrcTree = C_Src [MLMG_ABecCom] buildDir = ExampleCodes/LinearSolvers/ABecLaplacian_C inputFile = inputs-rt-abeclap-com dim = 3 restartTest = 0 useMPI = 1 numprocs = 4 useOMP = 0 numthreads = 2 compileTest = 0 doVis = 0 outputFile = plot testSrcTree = C_Src [MLMG_FI_PoisCom] buildDir = ExampleCodes/LinearSolvers/ABecLaplacian_F inputFile = inputs-rt-poisson-com dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 3 compileTest = 0 doVis = 0 outputFile = plot testSrcTree = C_Src [MLMG_FI_ABecLev] buildDir = ExampleCodes/LinearSolvers/ABecLaplacian_F inputFile = inputs-rt-abeclap-lev dim = 3 restartTest = 0 useMPI = 1 numprocs = 4 useOMP = 0 numthreads = 2 compileTest = 0 doVis = 0 outputFile = plot testSrcTree = C_Src [MLMG_MC] buildDir = ExampleCodes/LinearSolvers/MultiComponent inputFile = inputs dim = 3 restartTest = 0 useMPI = 1 numprocs = 4 useOMP = 0 numthreads = 2 compileTest = 0 doVis = 0 outputFile = solution testSrcTree = C_Src [AMR_Adv_C_2D] buildDir = ExampleCodes/Amr/Advection_AmrLevel/Exec/UniformVelocity inputFile = inputs.regt dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 2 compileTest = 0 doVis = 0 testSrcTree = C_Src [AMR_Adv_C_2D_Tracers] buildDir = ExampleCodes/Amr/Advection_AmrLevel/Exec/SingleVortex inputFile = inputs.tracers dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 2 compileTest = 0 doVis = 0 compareParticles = 1 particleTypes = Tracer testSrcTree = C_Src [AMR_Adv_C_3D] buildDir = ExampleCodes/Amr/Advection_AmrLevel/Exec/SingleVortex inputFile = inputs dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 testSrcTree = C_Src [AMR_Adv_C_v2_2D] buildDir = ExampleCodes/Amr/Advection_AmrCore/Exec inputFile = inputs dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 2 compileTest = 0 doVis = 0 testSrcTree = C_Src [AMR_Adv_C_v2_3D] buildDir = ExampleCodes/Amr/Advection_AmrCore/Exec inputFile = inputs dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 testSrcTree = C_Src [AMR_Adv_CF_2D] buildDir = ExampleCodes/FortranInterface/Advection_F/Exec/SingleVortex inputFile = inputs.rt dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 2 compileTest = 0 doVis = 0 testSrcTree = C_Src [AMR_Adv_CF_o_2D] buildDir = ExampleCodes/FortranInterface/Advection_octree_F/Exec/SingleVortex inputFile = inputs.rt dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 2 compileTest = 0 doVis = 0 testSrcTree = C_Src [EB_sphere] buildDir = ExampleCodes/EB/CNS/Exec/Pulse inputFile = inputs.regt dim = 3 restartTest = 0 useMPI = 1 numprocs = 4 useOMP = 0 numthreads = 2 compileTest = 0 doVis = 0 testSrcTree = C_Src [EB_ramp] buildDir = ExampleCodes/EB/CNS/Exec/ShockRef inputFile = inputs.regt dim = 3 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 1 numthreads = 2 compileTest = 0 doVis = 0 testSrcTree = C_Src [EB_combustor] buildDir = ExampleCodes/EB/CNS/Exec/Combustor inputFile = inputs.regt dim = 3 restartTest = 0 useMPI = 0 numprocs = 2 useOMP = 1 numthreads = 4 compileTest = 0 doVis = 0 testSrcTree = C_Src