Skip to content
Snippets Groups Projects
Commit 21251235 authored by whh8b's avatar whh8b
Browse files

Add a script usable for zipr-only testing on VMs (with special support

for NFS [with exporting LD_PRELOAD]).



Former-commit-id: 63e8bd5a9a50fad812fd6edb88678056befc0f09
parent bb2b0ed6
No related branches found
No related tags found
No related merge requests found
......@@ -6842,6 +6842,7 @@ tools/ps_analyze4.sh -text
tools/ps_analyze64.sh -text
tools/ps_analyze_c2e.sh -text
tools/ps_analyze_cgc.sh -text
tools/ps_analyze_cgc.zipronly.sh -text
tools/ps_analyze_rigrandom.sh -text
tools/ps_analyze_sol.sh -text
tools/ps_comp++.sh -text
......
#!/bin/bash
#
# Default configuration for CGC with Zipr only
#
#
# NOTE: The LD_PRELOAD below -- this may cause
# problems but I (Will) need it on the VMs to
# readdir() etc from NFS.
#
cd /techx_share/techx_umbrella/peasoup/
source set_env_vars
cd -
export LD_PRELOAD=/usr/local/lib/inode64.so
$PEASOUP_HOME/tools/ps_analyze.sh $* \
--step spawner=off \
--step appfw=off \
--step find_strings=off \
--step preLoaded_ILR1=off \
--step preLoaded_ILR2=off \
--step heaprand=off \
--step double_free=off \
--step controlled_exit=off \
--step detect_server=off \
--step watchdog=off \
--step signconv_func_monitor=off \
--step rekey=off \
--step input_filtering=off \
--step integertransform=off \
--step fast_spri=off \
--step fast_annot=off \
--step spasm=off \
--step ilr=off \
--step zipr=on \
--backend=zipr
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment