Skip to content

Commit

Permalink
Fail on serial runs
Browse files Browse the repository at this point in the history
  • Loading branch information
greole committed Jun 12, 2023
1 parent 6308a21 commit 9f25992
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lduLduBase/lduLduBase.H
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,8 @@ public:
auto res = solve_multi_gpu_impl(psi, source, solverPerf);)
return res;
} else {
Info << "Only parallel runs are supported " << endl;
FatalErrorInFunction << "Only parallel runs are supported for OGL"
<< exit(FatalError);
}

return solverPerf;
Expand Down

0 comments on commit 9f25992

Please sign in to comment.