aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorschnetter <schnetter@5d71fb51-c94b-4b06-8127-4f659a103787>2010-01-18 20:10:35 +0000
committerschnetter <schnetter@5d71fb51-c94b-4b06-8127-4f659a103787>2010-01-18 20:10:35 +0000
commitfca109b8b937c8fde14e4278bf017c1a695b6872 (patch)
treeb4c0de1e62f6f38354dd7cf060ba0ed9641f301a /README
parent5562d125159cb3b7e9938a7cb1e04c35bed52b77 (diff)
Add wrapper for external PAPI library.HEADsvnmaster
git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/PAPI/trunk@2 5d71fb51-c94b-4b06-8127-4f659a103787
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..c87ccf2
--- /dev/null
+++ b/README
@@ -0,0 +1,22 @@
+Cactus Code Thorn PAPI
+Author(s) : Erik Schnetter
+Maintainer(s): Cactus team
+Licence : LGPL
+--------------------------------------------------------------------------
+
+1. Purpose
+
+Configure an externally installed PAPI library; see
+<http://icl.cs.utk.edu/papi/index.html>.
+
+
+
+From the web site:
+
+Performance Application Programming Interface
+
+PAPI aims to provide the tool designer and application engineer with a
+consistent interface and methodology for use of the performance
+counter hardware found in most major microprocessors. PAPI enables
+software engineers to see, in near real time, the relation between
+software performance and processor events.