search for: vtlib

Displaying 2 results from an estimated 2 matches for "vtlib".

Did you mean: rtlib
2009 Apr 16
1
[LLVMdev] OpenMPI and llvm-gcc
...on using the gcc (gcc version 4.0.1 (Apple Inc. build 5490)) worked well. But for the llvm-gcc I get the following error message (during the make): > .... > Making all in vtfilter > llvm-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../extlib/otf/otflib - > I../../extlib/otf/otflib -I../../vtlib/ -I../../vtlib -D_REENTRANT - > fopenmp -DVT_OMP -O2 -MT vtfilter-vt_filter.o -MD -MP -MF .deps/ > vtfilter-vt_filter.Tpo -c -o vtfilter-vt_filter.o `test -f > 'vt_filter.cc' || echo './'`vt_filter.cc > mv -f .deps/vtfilter-vt_filter.Tpo .deps/vtfilter-vt_filter.Po...
2009 Apr 17
0
[LLVMdev] Fwd: OpenMPI and llvm-gcc
Yes I think I can. The original compile line was: llvm-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../extlib/otf/otflib -I../../ extlib/otf/otflib -I../../vtlib/ -I../../vtlib -D_REENTRANT -fopenmp - DVT_OMP -O2 -MT vtfilter-vt_tracefilter.o -MD -MP -MF .deps/vtfilter- vt_tracefilter.Tpo -c -o vtfilter-vt_tracefilter.o `test -f 'vt_tracefilter.cc' || echo './'`vt_tracefilter.cc I preprocessed the file using the llvm-cpp as follows: ll...