#!/usr/bin/env python3 # coding : utf8 """ =========================================================================== Program : xxxx.py version : Author : toto , CNRS-LISN date : (creation) (new release) comments : =========================================================================== """ #=========================================================================== #--- Packages #=========================================================================== from mpi4py import MPI import numpy as np #=========================================================================== #--- Classes #=========================================================================== #=========================================================================== #--- Functions #=========================================================================== # ..... #=========================================================================== #--- Main #=========================================================================== # .....