summaryrefslogtreecommitdiff
path: root/README-linux
diff options
context:
space:
mode:
authorJohn Hughes <john@Calva.COM>2004-01-29 11:17:50 +0000
committerJohn Hughes <john@Calva.COM>2004-01-29 11:17:50 +0000
commitae259337730f2d7a2b47bfbfb33aad1db0b65fba (patch)
tree243dbe0e80c2bf712f4d84471278d1fdc5e7aa9a /README-linux
parentec0cf0b16b44e68f11ccd2598fd05b0e020bf784 (diff)
downloadstrace-ae259337730f2d7a2b47bfbfb33aad1db0b65fba.tar.gz
strace-ae259337730f2d7a2b47bfbfb33aad1db0b65fba.tar.bz2
strace-ae259337730f2d7a2b47bfbfb33aad1db0b65fba.tar.xz
port SSI clustering mods to OpenSSI on Linux
Diffstat (limited to 'README-linux')
-rw-r--r--README-linux13
1 files changed, 13 insertions, 0 deletions
diff --git a/README-linux b/README-linux
index e2f9779..d36eafb 100644
--- a/README-linux
+++ b/README-linux
@@ -30,3 +30,16 @@ There are three ways to compile strace with other kernel headers:
* you can link /usr/include/linux and /usr/include/asm to the
corresponding directories in your kernel source-tree.
+
+OpenSSI:
+--------
+
+If you want to compile strace with support for the OpenSSI clustering
+software the easy way is to use the CPPFLAGS to point configure to your
+ci source code:
+
+CPPFLAGS="-I path-to-ci/kernel/include" ./configure
+
+Note that I don't know how to strace across rfork.
+
+ - John Hughes <john@calva.com>