From 41ef2c3f3f79505521e26bec18b90cc433fd1f36 Mon Sep 17 00:00:00 2001 From: Alessandro Pecchia Date: Thu, 9 Sep 2021 10:30:44 +0200 Subject: [PATCH] Remove only options from use mpi --- lib/mpifx_comm.fpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mpifx_comm.fpp b/lib/mpifx_comm.fpp index 9c4b039..79fbcf2 100644 --- a/lib/mpifx_comm.fpp +++ b/lib/mpifx_comm.fpp @@ -1,6 +1,6 @@ !> Contains the extended MPI communicator. module mpifx_comm_module - use mpi, only : MPI_COMM_WORLD, mpi_comm_size, mpi_comm_rank, mpi_comm_split, mpi_comm_free + use mpi use mpifx_helper_module implicit none private