radiasoft / zgoubi

Git repo for zgoubi source code
https://sourceforge.net/projects/zgoubi/
GNU General Public License v2.0
9 stars 3 forks source link

Impose synchronization to order program segments when necessary for correctness #72

Closed rouson closed 4 years ago

rouson commented 5 years ago

Employ Fortran 2008 segment ordering mechanisms as necessary to ensure correct logic in parallel execution:

zgoubi produces correct results with all images executing asynchronously (i.e., without any user-specified synchronization).

dtabell commented 4 years ago

This issue complete.