You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been testing the main branch of hemelb for red blood cell (RBC) simulations (with @c-denham). With the updated main branch 81a78e16e237aafab2d05ba4a82a0802affc76f7, the simulation seemingly experiences a parallel deadlock. The symptom is silent fail and empty output during initialisation, with void stdout.txt as well as stderr.txt. The deadlock occurred both for compilations on ARCHER2 and a local server.
This may be related to an earlier issue for the rollback version b7dfb8879af22592928723f8e2061556ab6ee78d, where the simulation got stuck during initialisation without entering the time loops. An example output is as below (@rupertnash this is an RBC simulation case different from the fluid-only test case I shared with you in May):
![0.0s]Reading configuration from /mnt/lustre/a2fs-work3/work/e283/e283/qizhou/hemelb-main/results_main/YAZbifur-1b_FE10_Hct0.12_posNoise_global-Ks-Kb_Ks5e-6_timeNoise_REx100/config.xml
![0.0s]RBC insertion random seed: 0x17e0f879b5104f78
![0.0s]Beginning Initialisation.
![0.0s]Loading and decomposing geometry file /mnt/lustre/a2fs-work3/work/e283/e283/qizhou/hemelb-main/results_main/YAZbifur-1b_FE10_Hct0.12_posNoise_global-Ks-Kb_Ks5e-6_timeNoise_REx100/Bifur2_final.gmy.
![0.0s]Opened config file /mnt/lustre/a2fs-work3/work/e283/e283/qizhou/hemelb-main/results_main/YAZbifur-1b_FE10_Hct0.12_posNoise_global-Ks-Kb_Ks5e-6_timeNoise_REx100/Bifur2_final.gmy
NOTE: this "stuck" type error was supposedly resolved by the debug-decomp branch @rupertnash recently merged into main.
Both the "deadlock" and "stuck" errors reported above should be replicated following the conventional compilations as below:
The RBC test case in the example above was successfully run before with a legacy version of the code with revision number: f85dac87900e082a6f5fd125a2b6366c94c752e5@mobernabeu
We have been testing the
main
branch of hemelb for red blood cell (RBC) simulations (with @c-denham). With the updatedmain
branch81a78e16e237aafab2d05ba4a82a0802affc76f7
, the simulation seemingly experiences a parallel deadlock. The symptom is silent fail and empty output during initialisation, with void stdout.txt as well as stderr.txt. The deadlock occurred both for compilations on ARCHER2 and a local server.This may be related to an earlier issue for the rollback version
b7dfb8879af22592928723f8e2061556ab6ee78d
, where the simulation got stuck during initialisation without entering the time loops. An example output is as below (@rupertnash this is an RBC simulation case different from the fluid-only test case I shared with you in May):NOTE: this "stuck" type error was supposedly resolved by the
debug-decomp
branch @rupertnash recently merged intomain
.Both the "deadlock" and "stuck" errors reported above should be replicated following the conventional compilations as below:
Only the change below is made to the code before compilation:
The text was updated successfully, but these errors were encountered: