Changeset 8687 for trunk/anuga_core/source/anuga_parallel/pypar_extras
- Timestamp:
- Feb 8, 2013, 10:55:18 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga_parallel/pypar_extras/setup.py
r8535 r8687 55 55 print 'running ' + cmd 56 56 try: 57 #FIXME SR: Th isonly works for python 2.7!57 #FIXME SR: The following only works for python 2.7! 58 58 #output = subprocess.check_output(cmd, shell=True) 59 59 #FIXME SR: This works for python 2.6 … … 77 77 return output 78 78 79 # FIXME: If appears that MPICH actually needs th is these hacks.79 # FIXME: If appears that MPICH actually needs these hacks. 80 80 81 81 # MPICH
Note: See TracChangeset
for help on using the changeset viewer.