source: proiecte/hpl/openmpi_compiled/share/openmpi/mpic++-wrapper-data.txt @ 97

Last change on this file since 97 was 97, checked in by (none), 14 years ago

Adding compiled files

File size: 675 bytes
Line 
1# There can be multiple blocks of configuration data, chosen by
2# compiler flags (using the compiler_args key to chose which block
3# should be activated.  This can be useful for multilib builds.  See the
4# multilib page at:
5#    https://svn.open-mpi.org/trac/ompi/wiki/compilerwrapper3264
6# for more information.
7
8project=Open MPI
9project_short=OMPI
10version=1.4
11language=C++
12compiler_env=CXX
13compiler_flags_env=CXXFLAGS
14compiler=ppu-g++
15extra_includes=
16preprocessor_flags=
17compiler_flags=-pthread
18linker_flags=    -m64
19libs=-lmpi_cxx -lmpi -lopen-rte -lopen-pal   -ldl   -Wl,--export-dynamic -lnsl -lutil -lm -ldl
20required_file=
21includedir=${includedir}
22libdir=${libdir}
Note: See TracBrowser for help on using the repository browser.