Eric Stern

Results 5 comments of Eric Stern

The Synergia MAD-X parser is pretty complete and is implemented in a few classes. You could look at using its parsed output to create the ImpactX beamline.

The issue is that want Synergia to be usable on as wide variety of platforms as possible. While NFS mounted disks are not recommended for parallel IO, that might be...

[Example script](https://github.com/egstern/impactx-apps/blob/main/multi_sim/multi_sim_inline.py)

Running the example script: ``` (impactx-cpu-mpich-dev) [egstern@WL-146057 multi_sim]$ python multi_sim_inline.py Initializing AMReX (25.02)... MPI initialized with 1 MPI processes MPI initialized with thread support level 3 OMP initialized with 6...

I can't seem to do that because I get warnings of shadowed variables. That's why it is the way it is now. These are the warnings as I changed it...