Page 1 of 1

Error executing a Parallel routine

Posted: Tue Apr 11, 2006 11:33 pm
by shails
Hi

I am getting this error when I am Executing a parallel Job which calls a parallel routine. The Job excutes successfully wihtout the parallel routine.

Transformer_53: Failed to load the library "V0S53_ParallelRoutineTest_Transformer_53.so"; either the directory containing the library file
is not on the library search path, or the library was compiled on a system
that is incompatible with this system: Could not load "V0S53_ParallelRoutineTest_Transformer_53": ld.so.1: /gmodc03/dsadm/Ascential/DataStage/PXEngine/bin/osh: fatal: relocation error: file /gmodc03/dsadm/Ascential/DataStage/Projects/IARPROJ/RT_BP1292.O/V0S53_ParallelRoutineTest_Transformer_53.so: symbol __1cHsample36F_i_: referenced symbol not found.


Can anyone help me in resolving this?

Posted: Wed Apr 12, 2006 3:00 am
by richdhan
Hi,

Did you do a search. We had a discussion few days back.

Check if this helps.

HTH
--Rich

Posted: Wed Apr 12, 2006 4:16 am
by shails
I have searched the forum but the error is not resolved.

I have used the MAKEFILE to create a object file but the parallel routine when used in my transformer is not working.

Posted: Wed Apr 12, 2006 7:47 am
by kumar_s
Transformer_53: Failed to load the library "V0S53_ParallelRoutineTest_Transformer_53.so"; either the directory containing the library file
is not on the library search path, or the library was compiled on a system

this should be give you the information. Pls make sure the path where the object code is properly furnished.

Posted: Wed Apr 12, 2006 10:50 am
by forboy
compile using the following command


/usr/vacpp/bin/xlC_r -+ -O -g -c{C prog Name} -o{object file name}


This is only for IBM AIX.

Posted: Sun Apr 16, 2006 11:52 pm
by shails
I have compiled the code using following command:

/opt/SUNWspro/bin/CC -dalign -O -PIC -c <<c-program>> -o <<Objectfile>>

This is the syntax given for the Solaris Version in the Makefile.

I have given the object file location correctly and also the Compiler which is used to compile the C-Program is the one which is defined for APT_COMPILER varaible.