#!/usr/bin/env python3
###########################################################################################
#  package:   pNbody
#  file:      pNbody_mpi
#  copyright: GPLv3
#             Copyright (C) 2019 EPFL (Ecole Polytechnique Federale de Lausanne)
#             LASTRO - Laboratory of Astrophysics of EPFL
#  author:    Yves Revaz <yves.revaz@epfl.ch>
#
# This file is part of pNbody.
###########################################################################################

from pNbody import *

print("This is task %d over %d" % (mpi.ThisTask, mpi.NTask))
