ovni/src/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
..
kernel Disable delayed connect 2023-11-16 12:39:14 +01:00
mpi Disable delayed connect 2023-11-16 12:39:14 +01:00
nanos6 Disable delayed connect 2023-11-16 12:39:14 +01:00
nodes Disable delayed connect 2023-11-16 12:39:14 +01:00
nosv Disable delayed connect 2023-11-16 12:39:14 +01:00
ovni Mark the finalization of streams 2023-11-16 12:39:14 +01:00
pv Remove ENABLE_DEBUG comments 2023-04-06 15:33:15 +00:00
tampi Disable delayed connect 2023-11-16 12:39:14 +01:00
bay.c Remove ENABLE_DEBUG comments 2023-04-06 15:33:15 +00:00
bay.h Add include-what-you-use 2023-03-24 12:08:45 +00:00
chan.c Remove ENABLE_DEBUG comments 2023-04-06 15:33:15 +00:00
chan.h Move chan_read() to a inline function in chan.h 2023-04-06 15:33:15 +00:00
clkoff.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
clkoff.h Add include-what-you-use 2023-03-24 12:08:45 +00:00
CMakeLists.txt Install ovniver with the runpath set 2023-12-12 17:06:24 +01:00
cpu.c Set the size of the channel property arrays 2023-04-24 12:37:20 +02:00
cpu.h Add include-what-you-use 2023-03-24 12:08:45 +00:00
emu_args.c Add -a flag in ovniemu to enable all models 2023-12-11 14:29:40 +01:00
emu_args.h Add -a flag in ovniemu to enable all models 2023-12-11 14:29:40 +01:00
emu_ev.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
emu_ev.h Add include-what-you-use 2023-03-24 12:08:45 +00:00
emu_hook.h Begin porting nanos6 model 2023-03-24 12:08:45 +00:00
emu_prv.h Add MPI model with interface view 2023-09-06 18:11:18 +02:00
emu_stat.c Print remaining time with 0.1 second precision 2023-04-06 15:33:15 +00:00
emu_stat.h Add include-what-you-use 2023-03-24 12:08:45 +00:00
emu.c Remove ENABLE_DEBUG comments 2023-04-06 15:33:15 +00:00
emu.h Make the emulator extensible 2023-04-06 15:33:15 +00:00
extend.c Begin porting nanos6 model 2023-03-24 12:08:45 +00:00
extend.h Ensure the return value is used 2023-03-24 12:08:45 +00:00
loom.c Don't set rank_min multiple times 2023-04-14 12:01:47 +02:00
loom.h Order looms and processes by rank if given 2023-04-14 08:35:21 +00:00
metadata.c Load thread metadata from the JSON file 2023-11-16 12:21:50 +01:00
metadata.h Load thread metadata from the JSON file 2023-11-16 12:21:50 +01:00
model_chan.h Add include-what-you-use 2023-03-24 12:08:45 +00:00
model_cpu.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
model_cpu.h Add include-what-you-use 2023-03-24 12:08:45 +00:00
model_pvt.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
model_pvt.h Add include-what-you-use 2023-03-24 12:08:45 +00:00
model_thread.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
model_thread.h Add include-what-you-use 2023-03-24 12:08:45 +00:00
model.c Add -a flag in ovniemu to enable all models 2023-12-11 14:29:40 +01:00
model.h Register emulation models only if required 2023-11-16 12:39:05 +01:00
models.c Print the list of models in the emulator 2023-11-16 12:39:14 +01:00
models.h Print the list of models in the emulator 2023-11-16 12:39:14 +01:00
mux.c Disable delayed connect 2023-11-16 12:39:14 +01:00
mux.h Allow mux to specify the default value 2023-04-06 15:33:15 +00:00
ovnidump.c Use delta per stream in ovnidump 2023-04-06 15:33:15 +00:00
ovniemu.c Use info() for information messages 2023-03-24 12:08:45 +00:00
ovnisort.c Fix ovnisort with flush events 2023-06-29 13:25:15 +02:00
ovnisync.c Add OVNI_TRACEDIR envar to change trace directory 2023-10-23 07:49:28 +00:00
ovnitop.1 Add ovnitop(1) manual page 2023-05-31 17:23:25 +00:00
ovnitop.c Free the table at the end in ovnitop 2023-06-01 18:38:26 +02:00
ovniver.c Install ovniver with the runpath set 2023-12-12 17:06:24 +01:00
path.c Fix underflow in path_remove_trailing() 2023-03-24 12:08:45 +00:00
path.h Ensure the return value is used 2023-03-24 12:08:45 +00:00
player.c Fix segfault reading empty streams 2023-10-23 10:07:44 +02:00
player.h Add include-what-you-use 2023-03-24 12:08:45 +00:00
proc.c Add compatibility mode for missing require key 2023-11-16 12:39:14 +01:00
proc.h Add compatibility mode for missing require key 2023-11-16 12:39:14 +01:00
recorder.c Use info() for information messages 2023-03-24 12:08:45 +00:00
recorder.h Add include-what-you-use 2023-03-24 12:08:45 +00:00
sort.c Fix buffer overflow in sort_replace() 2023-04-24 11:47:46 +02:00
sort.h Fix copyright years 2023-04-06 15:33:15 +00:00
stream.c Use delta per stream in ovnidump 2023-04-06 15:33:15 +00:00
stream.h Use delta per stream in ovnidump 2023-04-06 15:33:15 +00:00
system.c Always check thread metadata 2023-11-22 10:38:46 +01:00
system.h Order looms and processes by rank if given 2023-04-14 08:35:21 +00:00
task.c Add FIXME notice for taskiter support 2023-04-17 15:58:19 +00:00
task.h Add include-what-you-use 2023-03-24 12:08:45 +00:00
thread.c Mark the finalization of streams 2023-11-16 12:39:14 +01:00
thread.h Load thread metadata from the JSON file 2023-11-16 12:21:50 +01:00
trace.c Report open error for missing trace directory 2023-07-26 13:51:35 +02:00
trace.h Add include-what-you-use 2023-03-24 12:08:45 +00:00
track.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
track.h Add include-what-you-use 2023-03-24 12:08:45 +00:00
value.c Remove buffer argument from value_str() 2023-03-24 12:08:45 +00:00
value.h Fix overflow error for value_nextbuf 2023-03-24 12:08:45 +00:00