[Swift-commit] r5526 - SwiftApps/SciColSim

wilde at ci.uchicago.edu wilde at ci.uchicago.edu
Mon Jan 30 12:48:59 CST 2012


Author: wilde
Date: 2012-01-30 12:48:59 -0600 (Mon, 30 Jan 2012)
New Revision: 5526

Modified:
   SwiftApps/SciColSim/README
Log:
Updated README to add quickstart instructions

Modified: SwiftApps/SciColSim/README
===================================================================
--- SwiftApps/SciColSim/README	2012-01-30 18:34:45 UTC (rev 5525)
+++ SwiftApps/SciColSim/README	2012-01-30 18:48:59 UTC (rev 5526)
@@ -1,3 +1,23 @@
+*** QuickStart
+
+mkdir $HOME/SciColSim # scientific collaboration simulation application
+cd SciColSim
+svn co https://svn.ci.uchicago.edu/svn/vdl2/SwiftApps/SciColSim src
+cd src
+cp /home/wilde/AndreysOptimizer/src/
+
+wget http://sourceforge.net/projects/boost/files/boost/1.47.0/boost_1_47_0.tar.gz/download
+tar zxf boost_1_47_0.tar.gz
+
+make  # should make openmp-optimizer executable
+
+./testopt.py >& testopt.out
+
+# Needs Swift 0.93 in PATH
+
+./test-swift.sh >& test-swift.out
+
+
 *** Overview
 
 The code simulates the exploration of a chemical network by a research
@@ -65,10 +85,16 @@
 *** How to build
 
 Copy and untar boost graph library to the current dir:
-  TBD - see CI: /home/wilde/AndreysOptimizer/src for the tgz file, for now.
+Needs: boost_1_47_0.tar.gz
+Available for now from: CI: /home/wilde/AndreysOptimizer/src
 
-Just run "make" -> uses Makefile
+Should create dir "boost_1_47_0" in the current directory
+(svn checkout dir, which is:
+  https://svn.ci.uchicago.edu/svn/vdl2/SwiftApps/SciColSim
+)
 
+Then run "make" -> uses Makefile
+
   on mac, makes:  openmp-optimizer (multi_loss() changed to use OpenMP),
                   dispatch-optimizer (orig code logic, only slight corrections)
 




More information about the Swift-commit mailing list