[main] testTopDir = /home/regtester/RegTesting/rt-reconnection/ webTopDir = /home/regtester/RegTesting/rt-reconnection/web MAKE = make sourceTree = C_Src numMakeJobs = 8 COMP = g++ add_to_c_make_command = QED=FALSE WarpxBinDir= DEBUG=FALSE purge_output = 1 # suiteName is the name prepended to all output directories suiteName = reconnection-GPU reportActiveTestsOnly = 1 # Add "GO UP" link at the top of the web page? goUpLink = 1 # this is only here so the "amr.plotfile_name" doesn't appear and abort the run plot_file_name = plt check_file_name = none # email sendEmailWhenFail = 1 emailTo = rjambunathan@lbl.gov, klion@lbl.gov emailBody = Check https://ccse.lbl.gov/pub/GpuRegressionTesting/reconnection/ 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 = /home/regtester/git/amrex/ branch = "25.05" [source] dir = /home/regtester/git/WarpX/ branch = "HarrisSheetinX" #[extra-PICSAR] #dir = /scratch/AMReX_RegTesting/picsar/ #branch = "development" # individual problems follow [Baseline2Dsigma30Perturbation] addToCompileString = USE_GPU=TRUE buildDir = . execDir = Bin inputFile = Tools/ReconnectionInputAndTools/inputs_reconnection_s30_test.2d outputFile = diags/diags000005 runtime_params = warpx.IncludeBfieldPerturbation=1 dim = 2 restartTest = 0 useMPI = 1 numprocs = 2 useOMP = 0 numthreads = 1 compileTest = 0 doVis = 0 tolerance = 1e-10 #[Baseline2Dsigma30Perturbation_Restart] #addToCompileString = USE_GPU=TRUE #buildDir = . #execDir = Bin #inputFile = Tools/ReconnectionInputAndTools/inputs_reconnection_s30_test.2d #runtime_params = diags.file_prefix=Baseline2Dsigma30Perturbation_Restart_plt chk.file_prefix=Baseline2Dsigma30Perturbation_Restart_chk chk.file_min_digits=5 #dim = 2 #restartTest = 1 #restartFileNum = 5 #useMPI = 1 #numprocs = 2 #useOMP = 0 #numthreads = 1 #compileTest = 0 #doVis = 0 #tolerance = 1e-10