message="INFO: First iteration took "+to_string(elapsed.count())+"s.\n";
message="INFO: First iteration took "+to_string(elapsed.count())+"s.\n";
logger->log(message);
logger->log(message);
time_logger->log(message);
time_logger->log(message);
if(jer!=0){
// First loop failed. Halt the calculation.
tppoan.close();
fclose(timing_file);
fclose(output);
deletep_scattering_angles;
deletecid;
deletelogger;
deletetime_logger;
deletesconf;
deletegconf;
returnjer;
}
// here go the calls that send data to be duplicated on other MPI processes from process 0 to others, using MPI broadcasts, but only if MPI is actually used
// here go the calls that send data to be duplicated on other MPI processes from process 0 to others, using MPI broadcasts, but only if MPI is actually used
#ifdef MPI_VERSION
#ifdef MPI_VERSION
...
@@ -625,6 +638,8 @@ int cluster_jxi488_cycle(int jxi488, ScattererConfiguration *sconf, GeometryConf
...
@@ -625,6 +638,8 @@ int cluster_jxi488_cycle(int jxi488, ScattererConfiguration *sconf, GeometryConf
message="INFO: matrix inversion for scale "+to_string(jxi488)+" took "+to_string(elapsed.count())+"s.\n";
message="INFO: matrix inversion for scale "+to_string(jxi488)+" took "+to_string(elapsed.count())+"s.\n";
logger->log(message);
logger->log(message);
if(jer!=0){
if(jer!=0){
message="ERROR: matrix inversion ended with error code "+to_string(jer)+".\n";