Displaying 2 results from an estimated 2 matches for "vt_tracefilter".
2009 Apr 16
1
[LLVMdev] OpenMPI and llvm-gcc
...|| echo './'`vt_otfhandler.cc
> mv -f .deps/vtfilter-vt_otfhandler.Tpo .deps/vtfilter-vt_otfhandler.Po
> 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
> mv -f .deps/vtfilter-vt_tracefilter.Tpo .deps/vtfilter-
> vt_tracefilter.Po
> llvm-g++ -fopenmp -DVT_OMP -O2 -fopenmp...
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../../
extlib/otf...