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
I cant run subcom2d-coll.C due to a logical error while checking input values. The source uses an '||' when it should be '&&'. When using the correct number of arguments (ie 7 or 8), the condition always resolves to 'true' and falls into the MPI_Abort sequence.
The text was updated successfully, but these errors were encountered:
I cant run subcom2d-coll.C due to a logical error while checking input values. The source uses an '||' when it should be '&&'. When using the correct number of arguments (ie 7 or 8), the condition always resolves to 'true' and falls into the MPI_Abort sequence.
The text was updated successfully, but these errors were encountered: