ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "read_exit_file.h"
#include <fstream>
#include <iostream>
#include <sstream>
#include <mpi.h>
Namespaces | |
namespace | ModuleIO |
This class has two functions: restart psi from the previous calculation, and write psi to the disk. | |
Functions | |
int | ModuleIO::read_exit_file (const int &my_rank, const std::string &filename, std::ofstream &ofs_running) |
read file to determine whether to stop the current execution | |