Changeset 3270

Show
Ignore:
Timestamp:
01/26/12 21:06:54 (4 months ago)
Author:
erkn
Message:

Fix MPI cflags

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/mcxtrace-1.0/src/mcrun2/mcstas.py

    r3269 r3270  
    100100            '-lm',  # math library 
    101101            options.no_cflags and '-O0' or '-O2',  # optimizing flags 
    102             mpi and '-DUSE_MPI' or '-D',  # MPI 
     102            mpi and '-DUSE_MPI' or '-UUSE_MPI',  # MPI 
    103103        ] 
    104104