mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Rename isRankZero() -> isIORank() for consistency.
This commit is contained in:
@@ -291,7 +291,7 @@ namespace Opm
|
||||
|
||||
|
||||
/// Return true if this is a serial run, or rank zero on an MPI run.
|
||||
bool isRankZero(const boost::any& parallel_info)
|
||||
bool isIORank(const boost::any& parallel_info)
|
||||
{
|
||||
#if HAVE_MPI
|
||||
if (parallel_info.type() == typeid(ParallelISTLInformation)) {
|
||||
|
||||
Reference in New Issue
Block a user