Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
cemitch99 authored Nov 29, 2023
1 parent 15eb44b commit 9d0a789
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -652,10 +652,10 @@ add_impactx_test(IOTA_nll
)
add_impactx_test(IOTA_nll.py
examples/iota_lens/run_iotalens_sdep.py
# OFF # ImpactX MPI-parallel
# OFF # ImpactX Python interface
# examples/iota_lens/analysis_iotalens_sdep.py
# OFF # no plot script yet
OFF # ImpactX MPI-parallel
ON # ImpactX Python interface
examples/iota_lens/analysis_iotalens_sdep.py
OFF # no plot script yet
)

# IOTA nonlinear lattice test ##########################################################
Expand All @@ -670,10 +670,10 @@ add_impactx_test(IOTA_lattice
)
add_impactx_test(IOTA_lattice.py
examples/iota_lattice/run_iotalattice_sdep.py
# OFF # ImpactX MPI-parallel
# OFF # ImpactX Python interface
# examples/run_iotalattice_sdep.py/analysis_iotalattice_sdep.py
# OFF # no plot script yet
OFF # ImpactX MPI-parallel
ON # ImpactX Python interface
examples/run_iotalattice_sdep.py/analysis_iotalattice_sdep.py
OFF # no plot script yet
)

# Thin dipole ########################################################
Expand Down

0 comments on commit 9d0a789

Please sign in to comment.