d020803911f6457b2c3fc3428449973b387ff609
[unres.git] / rownolegly2.py
1 import sys
2 import os
3 from mpi4py import MPI
4 sys.path.insert(0,'/users2/adam/unres/source/maxlik/src_FPy')
5 import helloworld
6 fcomm = MPI.COMM_WORLD.py2f()
7 helloworld.sayhello(fcomm)
8