source: proiecte/hpl/openmpi_compiled/share/openmpi/mpicc-vt-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: 645 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_flags_env=CFLAGS
13compiler=vtcc
14extra_includes=
15preprocessor_flags=
16compiler_flags=-pthread -m64
17linker_flags=    -m64
18libs=-lmpi -lopen-rte -lopen-pal   -ldl   -Wl,--export-dynamic -lnsl -lutil -lm -ldl
19required_file=
20includedir=${includedir}
21libdir=${libdir}
Note: See TracBrowser for help on using the repository browser.