ovni/test/emu
Rodrigo Arias 6d584c646c Install ovniver with the runpath set
When running ovniver without LD_LIBRARY_PATH set, the loader couldn't
find any ovni installation and therefore was failing to start the
program. With this change we set the RUNPATH (not RPATH) of ovniver to
the installation libdir, so when no other libovni library is loaded via
LD_LIBRARY_PATH the one provided by the same source as ovniver is used.

The value of LD_LIBRARY_PATH is also printed so we can determine where
it may be loading libovni. Using LD_DEBUG=libs will give more
information of the search process.

Fixes: https://pm.bsc.es/gitlab/rarias/ovni/-/issues/163
2023-12-12 17:06:24 +01:00
..
common Enable all models if the require key is missing 2023-11-16 12:39:14 +01:00
mpi Register emulation models only if required 2023-11-16 12:39:05 +01:00
nanos6 Register emulation models only if required 2023-11-16 12:39:05 +01:00
nosv Add -a flag in ovniemu to enable all models 2023-12-11 14:29:40 +01:00
ovni Install ovniver with the runpath set 2023-12-12 17:06:24 +01:00
tampi Register emulation models only if required 2023-11-16 12:39:05 +01:00
CMakeLists.txt Add MPI emu tests 2023-09-06 18:11:19 +02:00