source: CPL/oasis3-mct/branches/OASIS3-MCT_5.0_branch/pyoasis/examples/2-apple/python/non_oasis.py @ 6331

Last change on this file since 6331 was 6331, checked in by aclsce, 17 months ago

Moved oasis-mct_5.0 in oasis3-mct/branches directory.

File size: 154 bytes
Line 
1#!/usr/bin/env python3
2
3from mpi4py import MPI
4
5print("Extra process not in OASIS commworld", flush=True)
6
7nullcomm = MPI.COMM_WORLD.Split(MPI.UNDEFINED)
Note: See TracBrowser for help on using the repository browser.