Hello, 2012/11/6 Jeff Chiles <[email protected]>: > > Now it has another problem... when I execute a script with mpirun and the > "-np 2" argument, it seems that the program just executes two identical > copies of itself in parallel rather than splitting up any of the work: > > The command I use is > > mpirun -np 2 python python_meep_bent_wg_polygons.py >
Please try: python python_meep_bent_wg_polygons.py -np 2 With best regards. Shawkat Nizamov _______________________________________________ Mailing list: https://launchpad.net/~python-meep Post to : [email protected] Unsubscribe : https://launchpad.net/~python-meep More help : https://help.launchpad.net/ListHelp

