ORGANIZE_DeveloperCheck_Version
version of the debugging routine ORGANIZE_DeveloperCheck
The default value is
ORGANIZE_DeveloperCheck_Version = 0
ORGANIZE_DeveloperCheck_Version = 0 : do not apply the developer check during the running simulation.
ORGANIZE_DeveloperCheck_Version < 0 : do dedicated analysis of the function given by the function index ind_u = abs(
ORGANIZE_DeveloperCheck_Version). It will result of min/max/mean of Y%ind_u%. The results come in a file called fort.55
ORGANIZE_DeveloperCheck_Version = 1 : create a file with the name generalPointcloudMeasure.dat that contains averaged data of the point cloud and can be used to analyze non-reproducibilities of the code'
ORGANIZE_DeveloperCheck_Version = 2 : just write out the ident number for each call to ORGANIZE_DeveloperCheck and execute a call to MPI_Barrier() afterwards.
All other developer check indices are reserved for debugging.