Changeset 9234 for trunk/anuga_core/source/anuga/structures/riverwall.py
- Timestamp:
- Jul 2, 2014, 5:44:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/structures/riverwall.py
r9225 r9234 461 461 # Pretty printing of riverwall information in parallel 462 462 if(verbose): 463 barrier()463 if domain.parallel : barrier() 464 464 for i in range(numprocs): 465 465 if(myid==i): … … 471 471 if(not connectedness[1]): 472 472 raise Exception, msg 473 barrier()473 if domain.parallel : barrier() 474 474 return 475 475 … … 704 704 705 705 # Files must be created before writing out 706 barrier()707 708 706 domain=self.domain 707 708 #if domain.parallel: barrier() 709 709 710 # Now dump the required info to the files 710 711 for i in range(numprocs): … … 728 729 pass 729 730 730 barrier()731 #if domain.parallel : barrier() 731 732 732 733 return
Note: See TracChangeset
for help on using the changeset viewer.