a seperate explicite call or the io channels will be forced to try to shutdown
twice which could cause problems for some IO modules (i.e. attempting to
close an invalid file descriptor the second time ...)
// "Program exiting normally at user request." );
cout << "Program exiting normally at user request." << endl;
- // close all external I/O connections
- globals->get_io()->shutdown_all();
-
exit(0);
}