From 8643c3460e26ada2edc0a26d08e7ae7c5805bae7 Mon Sep 17 00:00:00 2001
From: Gary Frost <frost.gary@gmail.com>
Date: Tue, 18 Jun 2013 19:58:32 +0000
Subject: [PATCH] added seq.bat to run sequential test

---
 examples/nbody/seq.bat | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 examples/nbody/seq.bat

diff --git a/examples/nbody/seq.bat b/examples/nbody/seq.bat
new file mode 100644
index 00000000..a2b48157
--- /dev/null
+++ b/examples/nbody/seq.bat
@@ -0,0 +1,11 @@
+@echo off
+
+java ^
+  -Djava.library.path=..\third-party\jogamp ^
+  -Dbodies=%1 ^
+  -Dheight=600 ^
+  -Dwidth=600 ^
+  -classpath ..\third-party\jogamp\gluegen-rt.jar;..\third-party\jogamp\jogl-all.jar;nbody.jar ^
+  com.amd.aparapi.examples.nbody.Seq
+
+
-- 
GitLab