100 MPI_COMM_WORLD,
"No input file provided. Exiting!!");
105 for (
auto i = 1;
i <
argc;
i++) {
114 if (!amrex::FileSystem::Exists(std::string(
argv[1]))) {
118 MPI_COMM_WORLD,
"Input file does not exist = " +
119 std::string(
argv[1]) +
". Exiting!!");
126 for (
auto i = 1;
i <
argc;
i++) {
127 if (std::string(
argv[
i]) ==
"--describe") {
132 }
else if(
argc < 2) {
133 amrex::Print() <<
"REMORA is currently under development as a next-generation version of the Regional Ocean Modeling System (ROMS). See Docs for more information.\n"
135 <<
" ./REMORA3d.xxx.yyy.ex inputs" <<std::endl;
151 const Real
strt_total = Real(amrex::second());
171 ParallelDescriptor::ReduceRealMax(
end_total ,ParallelDescriptor::IOProcessorNumber());
173 amrex::Print() <<
"\nTotal Time: " <<
end_total <<
'\n';
int main(int argc, char *argv[])