Files
SingularityViewer/indra
Aleric Inglewood 0e5b1a8fa7 Allow to LD_PRELOAD (any) library just for singularity-do-not-run-directly
This adds support for running:

AI_PRELOAD="/path/to/libfoo.so" ./singularity

Note that setting and exporting LD_PRELOAD there doesn't work,
because then those libs are loaded for every executable that
is being run after, including the plugins.

This patch also removes the use of tcmalloc from the plugins...
Before it exported LD_PRELOAD, using tcmalloc for all the command
line tools up till and including running the singularity binary,
as well as for the plugins. Now, it only preloads the tcmalloc
libraries for singularity-do-not-run-directly.
2012-02-14 16:32:12 +01:00
..
2012-02-09 15:22:07 +01:00
2010-11-15 10:45:16 +01:00
2012-01-23 18:30:54 -06:00
2012-02-06 22:34:34 +01:00
2012-01-29 01:27:40 -06:00
2012-01-29 01:33:14 -06:00
2011-10-13 00:03:56 -05:00
2011-01-25 05:50:49 +01:00
2012-02-09 14:03:49 +01:00