Skip to content

Commit 546a888

Browse files
authored
Update out of memory error message (#4709)
1 parent 06ba8bd commit 546a888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Base/AMReX_Utility.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ amrex::UtilRenameDirectoryToOld (const std::string &path, bool callbarrier)
237237
void
238238
amrex::OutOfMemory ()
239239
{
240-
amrex::Error("Sorry, out of memory, bye ...");
240+
amrex::Error("Terminating due to insufficient CPU memory.");
241241
}
242242

243243
// -------------------------------------------------------------------

0 commit comments

Comments
 (0)