Changeset 8534
- Timestamp:
- Aug 23, 2012, 2:59:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga_parallel/pypar_extras/setup.py
r8533 r8534 23 23 import distutils.debug 24 24 import os, sys 25 import popen2 # FIXME: Replace with subprocess - http://docs.python.org/library/subprocess.html#replacing-older-functions-with-the-subprocess-module25 #import popen2 # FIXME: Replace with subprocess - http://docs.python.org/library/subprocess.html#replacing-older-functions-with-the-subprocess-module 26 26 import string 27 27 import tempfile … … 52 52 import subprocess 53 53 54 #FIXME SR: This only works for python 2.7! 54 55 print 'running ' + cmd 55 56 try: … … 69 70 output = _run_command('mpicc -show') 70 71 72 73 print '****',output 71 74 72 75 if output:
Note: See TracChangeset
for help on using the changeset viewer.