search for: vtfilter

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

2009 Apr 16
1
[LLVMdev] OpenMPI and llvm-gcc
...mpile openmpi-1.3 using the llvm-gcc4.2-2.5-x86-darwin9 distribution on my MacBook Pro running OS 10.5.6. Installation 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_fi...
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: llvm-cpp -DHAVE_CONFIG_H -I. -I../.. -I../../extlib/otf/otflib -I../...