update new files
[unres.git] / source / maxlik / src_FPy / 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