update new files
[unres.git] / source / maxlik / src_FPy / rownolegly.py
1 #!/usr/bin/env python
2 import sys
3 import cPickle
4 import os
5 from mpi4py import MPI
6 sys.path.insert(0,'/lustre/tetyda/home/liwo/unres/source/maxlik/src_FPy')
7 import helloworld
8 fcomm = MPI.COMM_WORLD.py2f()
9 helloworld.sayhello(fcomm)
10