短暂的4划分但是以失败告终

This commit is contained in:
2026-02-28 08:23:30 +08:00
parent f147f79ffa
commit aabe74c098
4 changed files with 451 additions and 1 deletions

View File

@@ -144,7 +144,7 @@ void cgh::compose_cgh(int nprocs)
for (int lev = 0; lev < levels; lev++)
{
checkPatchList(PatL[lev], false);
Parallel::distribute_hard(PatL[lev], nprocs, ingfs, fngfs, false);
Parallel::distribute_new(PatL[lev], nprocs, ingfs, fngfs, false);
#if (RPB == 1)
// we need distributed box of PatL[lev] and PatL[lev-1]
if (lev > 0)