Search found 16 matches

by xjonny
Mon Jan 29, 2007 10:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create parallel routine?
Replies: 10
Views: 6773

How to create parallel routine?

Hello! I've tryed to compile a parallel routine & include it into flow... routine is test-only... #include <string> using namespace std; #define int32 int int32 time2idP(string q) { return q[1]; } Compile: g++ -shared -s -o /root/dwhlib.so /root/dwhlib.cpp -ldl I created parallel routine in dsta...