Run a Compiled Application
When running your compiled application, you must ensure that the EDEM libraries can be correctly picked up, You must add the location
of the EDEM libraries to theLD_LIBRARY_PATH
environment variable.
Enter the following command:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/DEMSolutions/EDEM_XXXX/lib/
where
XXXX
is replaced with your EDEM version. If you are entering this command into a
console, it will only be applicable for the current session.If you want to
add the EDEM library path to
LD_LIBRARY_PATH
permanently, add this line to your
.bashrc
file.