Ignore:
Timestamp:
Oct 18, 2008, 9:13:18 PM (15 years ago)
Author:
steve
Message:

Changed parallel_api so that global mesh only needs to
be constructed on processor 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/pypar-numeric/mandelbrot_example/compile.py

    r5779 r5847  
    149149    if os.name == 'posix' and os.uname()[4] == 'x86_64':
    150150      #Extra flags for 64 bit architectures
    151       #s += ' -fPIC -m64' #gcc
    152       s += ' -fPIC -tp amd64' #pgcc
     151      s += ' -fPIC -m64' #gcc
     152      #s += ' -fPIC -tp amd64' #pgcc
    153153     
    154154   
Note: See TracChangeset for help on using the changeset viewer.