Hello Nek5000 community,
I'm experiencing an issue with parallel execution of a 3D lid-driven cavity case and would appreciate your insights.
**Problem:**
- Serial run (`nekbmpi ldc 1`): Correct results - full lid moves as expected
- Parallel run (`nekbmpi ldc 4`): Only partial lid velocity observed, rest of domain shows zero velocity or just end caculating just 5 step with zero velocity.
- No error messages in either case
**Setup:**
- Mesh: 984 elements, 216 GLL points/element
- Generated via: CGNS → cgns2nek → genmap → makenek
- SIZE parameters:
parameter (lelg=1100)
parameter (lpmin=1)
parameter (lelt=lelg/lpmin + 3)
**What I've checked:**
- Boundary conditions set correctly in usrdat2 using bc(5,...)
- Single processor works perfectly
- No compilation or runtime errors
The issue seems related to parallel decomposition - boundary conditions aren't being fully applied across all partitions.
Has anyone encountered similar parallel boundary condition issues? Any suggestions for debugging or SIZE parameter adjustments?
Thank you for your help!