- Timestamp:
- Oct 18, 2008, 9:13:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/pypar-numeric/mandelbrot_example/compile.py
r5779 r5847 149 149 if os.name == 'posix' and os.uname()[4] == 'x86_64': 150 150 #Extra flags for 64 bit architectures 151 #s += ' -fPIC -m64' #gcc152 s += ' -fPIC -tp amd64' #pgcc151 s += ' -fPIC -m64' #gcc 152 #s += ' -fPIC -tp amd64' #pgcc 153 153 154 154
Note: See TracChangeset
for help on using the changeset viewer.