This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
correlator:mpiscript [2011/12/09 17:11] johnmorgan |
correlator:mpiscript [2011/12/09 17:14] (current) johnmorgan [python] |
||
---|---|---|---|
Line 102: | Line 102: | ||
if rank is 0: | if rank is 0: | ||
- | print "I am zero"; | + | print "I am zero" |
elif 1 <= rank < 5: | elif 1 <= rank < 5: | ||
print "I am %d" % rank | print "I am %d" % rank |