This a PR trying to parallelize FAX simulations, based on an earlier effort from @JelleAalbers . Right now, I can only make it work for single cpu mode. When calling more CPUs, it reports errors saying event.block_id >= 0. I don't understand where it's set to be not equal to its initialization value of -1. Based on the available dorcumentations I had, it's not easy to fix this problem. I guess @JelleAalbers can help to check this and give more hints.
Not ready to be merged yet!!!
This a PR trying to parallelize FAX simulations, based on an earlier effort from @JelleAalbers . Right now, I can only make it work for single cpu mode. When calling more CPUs, it reports errors saying event.block_id >= 0. I don't understand where it's set to be not equal to its initialization value of -1. Based on the available dorcumentations I had, it's not easy to fix this problem. I guess @JelleAalbers can help to check this and give more hints.