<div dir="ltr"><div>I am trying to add a test set and I am getting this error with the appended syntax.</div><div>I do not see the problem. Any ideas?</div><div>Thanks,</div><div>Mark</div><div><br></div><div>06:03 2 nid003756 main *= perlmutter:~/petsc$ <b>make PETSC_DIR=/global/homes/m/madams/petsc PETSC_ARCH=arch-perlmutter-opt-gcc -f gmakefile test search='ts_utils_dmplexlandau_tutorials-ex2_0'</b><br>/usr/bin/python /global/homes/m/madams/petsc/config/gmakegentest.py --petsc-dir=/global/homes/m/madams/petsc --petsc-arch=arch-perlmutter-opt-gcc --testdir=./arch-perlmutter-opt-gcc/tests<br>Traceback (most recent call last):<br>  File "/global/homes/m/madams/petsc/config/gmakegentest.py", line 1093, in <module><br>    testdir=opts.testdir, check=opts.check_output)<br>  File "/global/homes/m/madams/petsc/config/gmakegentest.py", line 1060, in main<br>    dataDict=pEx.walktree(os.path.join(pEx.srcdir))<br>  File "/global/homes/m/madams/petsc/config/gmakegentest.py", line 924, in walktree<br>    self.genPetscTests(root,dirs,files,dataDict)<br>  File "/global/homes/m/madams/petsc/config/gmakegentest.py", line 897, in genPetscTests<br>    dataDict[root].update(testparse.parseTestFile(fullex,0))<br>  File "/global/homes/m/madams/petsc/config/testparse.py", line 542, in parseTestFile<br>    testDict[basename]=parseTests(testString,srcfile,fileNums,verbosity)<br>  File "/global/homes/m/madams/petsc/config/testparse.py", line 498, in parseTests<br>    testnames,subdicts=parseTest(test,srcfile,verbosity)<br>  File "/global/homes/m/madams/petsc/config/testparse.py", line 426, in parseTest<br>    if not var in acceptedkeys: raise Exception("Keyword: "+var+" from: "+line+" is not valid")<br>Exception: Keyword: est from: est: is not valid<br>make: *** [gmakefile.test:97: arch-perlmutter-opt-gcc/tests/testfiles] Error 1<br>06:08 2 nid003756 main *= perlmutter:~/petsc$ <br></div><br>/*TEST<br><br> testset:<br>   requires: p4est !complex double<br>   output_file: output/ex2_0.out<br>   args: -dm_landau_num_species_grid 1,1 -dm_landau_Ez 0 -petscspace_degree 3 -petscspace_poly_tensor 1 -dm_landau_type p4est -info :dm,tsadapt -dm_landau_ion_masses 2 -dm_landau_ion_charges 1 -dm_landau_thermal_temps 5,5 -dm_landau_n 2,2 -dm_landau_n_0 5e19 -ts_monitor -snes_rtol 1.e-10 -snes_stol 1.e-14 -snes_monitor -snes_converged_reason -snes_max_it 10 -ts_type arkimex -ts_arkimex_type 1bee -ts_max_snes_failures -1 -ts_rtol 1e-3 -ts_dt 1.e-1 -ts_max_time 1 -ts_adapt_clip .5,1.25 -ts_max_steps 2 -ts_adapt_scale_solve_failed 0.75 -ts_adapt_time_step_increase_delay 5 -pc_type lu -ksp_type preonly -dm_landau_amr_levels_max 2,2 -ex2_impurity_source_type pulse -ex2_pulse_start_time 1e-1 -ex2_pulse_width_time 10 -ex2_pulse_rate 1e-2 -ex2_t_cold .05 -ex2_plot_dt 1e-1 -dm_refine 1 -dm_landau_gpu_assembly true -dm_landau_batch_size 2<br>  test:<br>    suffix: 0<br>    requires:  !kokkos_kernels !cuda<br>    args: -dm_landau_device_type cpu<br>  test:<br>    suffix: kokkos<br>    requires: kokkos_kernels<br>    args: -dm_landau_device_type kokkos -dm_mat_type aijkokkos -dm_vec_type kokkos<br>  test:<br>    suffix: cuda<br>    requires: cuda<br>    args: -dm_landau_device_type cuda -dm_mat_type aijcusparse -dm_vec_type cuda -mat_cusparse_use_cpu_solve<br><br>TEST*/<br></div>