[Swift-commit] r8141 - demo/xsede.2014.0425/part07

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Wed Aug 13 15:01:48 CDT 2014


Author: wozniak
Date: 2014-08-13 15:01:48 -0500 (Wed, 13 Aug 2014)
New Revision: 8141

Added:
   demo/xsede.2014.0425/part07/md.swift
   demo/xsede.2014.0425/part07/run-md.sh
Log:
Initial working Swift/T call


Added: demo/xsede.2014.0425/part07/md.swift
===================================================================
--- demo/xsede.2014.0425/part07/md.swift	                        (rev 0)
+++ demo/xsede.2014.0425/part07/md.swift	2014-08-13 20:01:48 UTC (rev 8141)
@@ -0,0 +1,13 @@
+
+ at dispatch=WORKER
+(file outfile, file trjfile)
+simulate(int step_num, int step_print_num,
+         int step_print, int step_print_index,
+         int np, int nd,
+         float mass,
+         float dt,
+         int seed)
+"md" "0.0"
+[
+"simulate <<step_num>> <<step_print_num>> <<step_print>> <<step_print_index>> <<np>> <<nd>> <<mass>> <<dt>> <<seed>> [ lindex <<outfile>> 0 ] [ lindex<<trjfile>> 0 ]"
+];

Added: demo/xsede.2014.0425/part07/run-md.sh
===================================================================
--- demo/xsede.2014.0425/part07/run-md.sh	                        (rev 0)
+++ demo/xsede.2014.0425/part07/run-md.sh	2014-08-13 20:01:48 UTC (rev 8141)
@@ -0,0 +1,10 @@
+#!/bin/sh -eu
+
+stc run-md.swift
+
+MD_PKG=$( cd ${PWD}/../src/md ; /bin/pwd )
+export TURBINE_USER_LIB=${MD_PKG}
+export TURBINE_LOG=0 ADLB_DEBUG=0
+turbine run-md.tcl 
+
+


Property changes on: demo/xsede.2014.0425/part07/run-md.sh
___________________________________________________________________
Added: svn:executable
   + *




More information about the Swift-commit mailing list