|
From: <p.p...@sm...> - 2002-06-05 17:45:06
|
I send you a patch for vis5d+-1.2.1. related to userfunction extension. I am using dual processor linux Redhat and this patch resolve some compiling problem, a segmentation fault in run time and realy activate the -funcpath pathname options. in the vis5d home patch -p1 < userfunc.diff if you use MCIdas you have to enable it in src/extmain.c I configure with: ./configure --with-memory=300 --enable-threads --enable-fortran (make) in userfuncs you can find some additional examples; you need a very little library in dir termo. You can compile it with f77 -c -o termo.o termo.f and after: externf_all termo/termo.o return in the home make install and copy cp -a userfunc /usr/local/share/vis5d+/ That's all Good luck, Paolo Patruno and Davide Cesari |