What I am simulating is the reaction of high-energy neutrinos, which is quite time-consuming. If I want to know the progress of the simulation,for example, which event is being simulated currently—what should I do?
I can currently compile and run the program successfully. Below is the program I used.
you can follow the progress in the .err file, where FLUKA prints the information of the random number seed, started primaties, and the average time required by a single primary regularly.
By default the printout happens every total_primary * 0.02 events, but it is possible to request it after each primary via the START card. Please note, this will increase the size of the .err file significantly.