!> !> @file mpi_stubsf.f !> !> @brief MPI fortran routine stubs !> !> @copyright !> Copyright (©) 2021 EPFL (Ecole Polytechnique Fédérale de Lausanne) !> SPC (Swiss Plasma Center) !> !> futils is free software: you can redistribute it and/or modify it under !> the terms of the GNU Lesser General Public License as published by the Free !> Software Foundation, either version 3 of the License, or (at your option) !> any later version. !> !> futils is distributed in the hope that it will be useful, but WITHOUT ANY !> WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS !> FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. !> !> You should have received a copy of the GNU Lesser General Public License !> along with this program. If not, see . !> !> @authors !> (in alphabetical order) !> @author Trach-Minh Tran !> subroutine mpi_abort print*,'mpi_abort: your are using a non-parallel HDF5!' end subroutine mpi_abort subroutine mpi_allreduce print*,'mpi_allreduce: your are using a non-parallel HDF5!' end subroutine mpi_allreduce subroutine mpi_cart_sub print*,'mpi_cart_sub: your are using a non-parallel HDF5!' end subroutine mpi_cart_sub subroutine mpi_cartdim_get print*,'mpi_cartdim_get: your are using a non-parallel HDF5!' end subroutine mpi_cartdim_get subroutine mpi_comm_free print*,'mpi_comm_free: your are using a non-parallel HDF5!' end subroutine mpi_comm_free subroutine mpi_comm_rank(comm, rank, ierr) integer comm, rank, ierr rank = 0 end subroutine mpi_comm_rank subroutine mpi_scan print*,'mpi_scan: your are using a non-parallel HDF5!' end subroutine mpi_scan subroutine mpi_topo_test print*,'mpi_scan: your are using a non-parallel HDF5!' end subroutine mpi_topo_test