Hi
Due to problems during the execution of tomawac in parallel i noticed that the punctual result file was declared as a SCAL file and so not generate as a partitionned file during the computation.
On Windows, that generate a crash because more than 1 process try to acces to this file at the same time (It seems this problem doesn't exist on Linux).
As this file is a LEONARD format, i'm not sure it's possible just to change the description from SCAL to PARAL.
A bypass consist to avoid punctual result and change the default value from 'spect' to ''. So tomawac didn't generate this file and the windows computation start well but it's not a true solution
Any idea of a possible solution?
Thanks