# Copyright David Abrahams 2008. Distributed under the Boost # Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) using gcc : : : -fPIC ; using mpi : /opt/mpich/ch-p4/bin/mpicxx # executable : # These flags are what the MPI autoconfiguration generates, sorted # with duplicates removed, plus static. # -O2 # -Wall # -c # -fexceptions # -fmessage-length=0 # -fno-strict-aliasing # -g # HAVE_MPI_CPP # HAVE_STDARG_H=1 # HAVE_STDLIB_H=1 # HAVE_STRING_H=1 # HAVE_UNISTD_H=1 # MALLOC_RET_VOID=1 # USE_STDARG=1 # _FORTIFY_SOURCE=2 # mpich # pmpich++ # pthread # rt # /opt/mpich/include # /opt/mpich/include/mpi2c++ # include # mpid/mpd/ # /opt/mpich/ch-p4/lib64 # static # -O2 # -Wall # -fmessage-length=0 # -fno-strict-aliasing # -g : /opt/mpich/ch-p4/bin/mpirun ;