QMCPACK
AppAbort.cpp File Reference
+ Include dependency graph for AppAbort.cpp:

Go to the source code of this file.

Functions

void breakableAppAbort (const std::string &str_msg)
 break on this function to catch any APP_ABORT call in debugger More...
 

Function Documentation

◆ breakableAppAbort()

void breakableAppAbort ( const std::string &  str_msg)

break on this function to catch any APP_ABORT call in debugger

Definition at line 25 of file AppAbort.cpp.

26 {
27  std::cerr << str_msg << '\n';
28  exit(1);
29 }