Skip to content

Commit

Permalink
remove duplicates from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 committed Jul 18, 2023
1 parent 048d06c commit 8d7c3d7
Showing 1 changed file with 9 additions and 24 deletions.
33 changes: 9 additions & 24 deletions examples/arkode/C_serial/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,6 @@ set(ARKODE_examples
# develop tests
"ark_analytic_mels\;\;develop"
"ark_analytic_nonlin\;\;develop"
"ark_brusselator\;\;develop"
"ark_brusselator_fp\;\;exclude-single"
"ark_brusselator1D\;\;exclude-single"
"ark_conserved_exp_entropy_ark\;1 0\;develop"
"ark_conserved_exp_entropy_ark\;1 1\;develop"
"ark_conserved_exp_entropy_erk\;1\;develop"
"ark_dissipated_exp_entropy\;1 0\;develop"
"ark_dissipated_exp_entropy\;1 1\;develop"
"ark_heat1D\;\;develop"
"ark_heat1D_adapt\;\;develop"
"ark_KrylovDemo_prec\;\;exclude-single"
"ark_KrylovDemo_prec\;1\;exclude-single"
"ark_KrylovDemo_prec\;2\;exclude-single"
"ark_robertson\;\;exclude-single"
"ark_robertson_constraints\;\;exclude-single"
"ark_robertson_root\;\;exclude-single"
"ark_brusselator_mri\;\;develop"
"ark_onewaycouple_mri\;\;develop"
"ark_twowaycouple_mri\;\;develop"
"ark_reaction_diffusion_mri\;\;develop"
"ark_brusselator_1D_mri\;\;develop"
"ark_brusselator_fp\;\;exclude-single"
"ark_brusselator_mri\;\;develop"
Expand All @@ -57,23 +37,28 @@ set(ARKODE_examples
"ark_brusselator1D_imexmri\;6 0.001\;exclude-single"
"ark_brusselator1D_imexmri\;7 0.001\;exclude-single"
"ark_brusselator1D\;\;exclude-single"
"ark_harmonic_symplectic\;\;exclude-single"
"ark_conserved_exp_entropy_ark\;1 0\;develop"
"ark_conserved_exp_entropy_ark\;1 1\;develop"
"ark_conserved_exp_entropy_erk\;1\;develop"
"ark_damped_harmonic_symplectic\;\;exclude-single"
"ark_dissipated_exp_entropy\;1 0\;develop"
"ark_dissipated_exp_entropy\;1 1\;develop"
"ark_harmonic_symplectic\;\;exclude-single"
"ark_heat1D_adapt\;\;develop"
"ark_heat1D\;\;develop"
"ark_kepler\;\;develop"
"ark_kepler\;--stepper ERK --step-mode adapt\;develop"
"ark_kepler\;--stepper ERK --step-mode fixed --count-orbits\;develop"
"ark_kepler\;--stepper SPRK --step-mode fixed --count-orbits --use-compensated-sums\;develop"
"ark_kepler\;--stepper SPRK --step-mode fixed --method ARKODE_SPRK_EULER_1_1 --tf 50 --check-order --nout 1\;exclude-single"
"ark_kepler\;--stepper SPRK --step-mode fixed --method ARKODE_SPRK_LEAPFROG_2_2 --tf 50 --check-order --nout 1\;exclude-single"
"ark_kepler\;--stepper SPRK --step-mode fixed --method ARKODE_SPRK_PSEUDO_LEAPFROG_2_2 --tf 50 --check-order --nout 1\;exclude-single"
"ark_kepler\;--stepper SPRK --step-mode fixed --method ARKODE_SPRK_MCLACHLAN_2_2 --tf 50 --check-order --nout 1\;exclude-single"
"ark_kepler\;--stepper SPRK --step-mode fixed --method ARKODE_SPRK_RUTH_3_3 --tf 50 --check-order --nout 1\;exclude-single"
"ark_kepler\;--stepper SPRK --step-mode fixed --method ARKODE_SPRK_MCLACHLAN_3_3 --tf 50 --check-order --nout 1\;exclude-single"
"ark_kepler\;--stepper SPRK --step-mode fixed --method ARKODE_SPRK_MCLACHLAN_4_4 --tf 50 --check-order --nout 1\;exclude-single"
"ark_kepler\;--stepper SPRK --step-mode fixed --method ARKODE_SPRK_MCLACHLAN_5_6 --tf 50 --check-order --nout 1\;exclude-single"
"ark_kepler\;--stepper SPRK --step-mode fixed --method ARKODE_SPRK_PSEUDO_LEAPFROG_2_2 --tf 50 --check-order --nout 1\;exclude-single"
"ark_kepler\;--stepper SPRK --step-mode fixed --method ARKODE_SPRK_RUTH_3_3 --tf 50 --check-order --nout 1\;exclude-single"
"ark_kepler\;--stepper SPRK --step-mode fixed --method ARKODE_SPRK_YOSHIDA_6_8 --tf 50 --check-order --nout 1\;exclude-single"
"ark_kepler\;\;develop"
"ark_kpr_mri\;\;develop"
"ark_kpr_mri\;0 0.002\;develop"
"ark_kpr_mri\;1 0.002\;develop"
Expand Down

0 comments on commit 8d7c3d7

Please sign in to comment.