-
Notifications
You must be signed in to change notification settings - Fork 13
Description
The PowerGridPcSenseMPI_TS.cpp is failing at the end of the main loop with a segmentation fault.
The data has dimensions 192x192x92 and using the PowerGrid Docker container with the following Nextflow command:
mpirun --allow-run-as-root -n !{cores} /opt/PowerGrid/bin/PowerGridPcSenseMPI_TS -i !{prepFile} -n 30 -D2 -B 1000 -o ./
where cores=5.
The threads for the 5 MPI and the main loop seems to go all the way to the end because all 30 iterations for each 24 slices and 24 reps save out the mag and phs. Here is the last 2000 lines of the logfile:
command_last2000.log
The only command left in the main function and after the main loop structure is:
closeISMRMRDData(d, hdr, acqTrack);
The segmentation fault seems to be at the end of loop or the ISMRMRD command.