From mboxrd@z Thu Jan 1 00:00:00 1970 From: yannick.brosseau@gmail.com (Brosseau, Yannick) Date: Tue, 26 Jun 2012 09:45:54 -0400 Subject: [lttng-dev] [UST PATCH] Add a multi-thread version of the 'hello' test program In-Reply-To: <20120626120222.GA17072@Krystal> References: <1340667760-28686-1-git-send-email-alexmonthy@voxpopuli.im> <20120626060356.GC11445@Krystal> <4FE960A2.7080109@voxpopuli.im> <20120626120222.GA17072@Krystal> Message-ID: On Tue, Jun 26, 2012 at 8:02 AM, Mathieu Desnoyers wrote: > * Alexandre Montplaisir (alexmonthy at voxpopuli.im) wrote: >> On 12-06-26 02:03 AM, Mathieu Desnoyers wrote: >> > * Alexandre Montplaisir (alexmonthy at voxpopuli.im) wrote: >> >> [...] >> >> diff --git a/tests/hello-mt/README b/tests/hello-mt/README >> >> new file mode 100644 >> >> index 0000000..0584dca >> >> --- /dev/null >> >> +++ b/tests/hello-mt/README I was wondering if naming the directement hello-openmp would be more appropriate? (The test is kinda specific tot he use of openmp) Yannick