Doing something in wrong way
============================

After several years I have to have use my program which uses dynamicaly loaded
code. After two days of trying I have found the manual and prepared the data
nad the numerical model. It even works on my SGI. But it is slow, of course (I
need to do some Monte Carlo simulation on a finite element model: one run of
the model needs 5 minutes and I has to do 1 000 000 of such runs....).
So I transferred everything to a faster machine (Compute Stick with Linux),
compiled everything and started... cannot load library. OK, I have tried
a Debian 6 computer where the code worked previously... and the result is the
same. So now I ahve to find what is wrong under Linux (it seems that the
IRIX/SGI is muc hmore tolerant to coding errors so I have to expect that there
is further stupid bug in my code...).