<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Installation</title><link>https://sourceforge.net/p/spsens/wiki/Installation/</link><description>Recent changes to Installation</description><atom:link href="https://sourceforge.net/p/spsens/wiki/Installation/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 06 Aug 2012 12:54:04 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/spsens/wiki/Installation/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Installation modified by SPSens</title><link>https://sourceforge.net/p/spsens/wiki/Installation/</link><description>&lt;pre&gt;--- v5
+++ v6
@@ -11,6 +11,7 @@
 
 Assuming that the problem is properly defined and saved as prob_*\&lt;probname\&gt;*.c in the *examples/* directory, all that is needed to build the executables is the following:
 &gt; make *\&lt; target \&gt;* PROB_NAME=\*&lt;probname\&gt;*
+
 Here *\&lt; target \&gt;* is one (or more) of the following:
 
 * *sens* : builds serial sensitivity executable
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SPSens</dc:creator><pubDate>Mon, 06 Aug 2012 12:54:04 -0000</pubDate><guid>https://sourceforge.net1883b4ca09602883b1498a721249514183b2fbfe</guid></item><item><title>WikiPage Installation modified by SPSens</title><link>https://sourceforge.net/p/spsens/wiki/Installation/</link><description>&lt;pre&gt;--- v4
+++ v5
@@ -1,6 +1,5 @@
 To install, download the SPSens compressed file *.tgz* and unzip from the command line:
-
-*tar -zxvf SPSens\&lt;VersionName\&gt;.tgz*
+&gt; *tar -zxvf SPSens\&lt;VersionName\&gt;.tgz*
 
 Once it's unpacked, individual problems will be made by changing to the unzipped directory and using the *make* system.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SPSens</dc:creator><pubDate>Mon, 06 Aug 2012 12:53:30 -0000</pubDate><guid>https://sourceforge.net315a55f75747c4a6dae35f1ad8576091b8ef5f38</guid></item><item><title>WikiPage Installation modified by SPSens</title><link>https://sourceforge.net/p/spsens/wiki/Installation/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -2,4 +2,31 @@
 
 *tar -zxvf SPSens\&lt;VersionName\&gt;.tgz*
 
-Once it's unpacked, individual problems will be made using the *make* system.
+Once it's unpacked, individual problems will be made by changing to the unzipped directory and using the *make* system.
+
+
+Building problems with make
+------
+
+The makefile can be modified to suit your specific needs, but it can be used "as is" to build the essential programs that are needed.
+
+Assuming that the problem is properly defined and saved as prob_*\&lt;probname\&gt;*.c in the *examples/* directory, all that is needed to build the executables is the following:
+&gt; make *\&lt; target \&gt;* PROB_NAME=\*&lt;probname\&gt;*
+Here *\&lt; target \&gt;* is one (or more) of the following:
+
+* *sens* : builds serial sensitivity executable
+* *sim* : builds serial SSA executable
+* *sens_par* : builds parallel sensitivity analysis executable
+* *sim_par* : builds parallel SSA executable
+* *all* : builds serial executables, equivalent to specifying  *sim* and *sens* (default if *\&lt;target\&gt;* is omitted)
+* *par* : builds parallel executables, equivalent to specifying  *sim_par* and *sens_par*
+
+
+If the problem file, prob_*\&lt;probname\&gt;*.c, is saved in a directory besides *examples*, make can still be used by redefining the macro *PROB_SRC*. For example, if the problem is located in */home/username/path_to_problem*, then one need only add the command
+&gt; *PROB_SRC=/home/username/path/prob_\&lt;probname\&gt;.c*
+
+
+
+By default, make will build the executables in the directory. This can be changed by specifying 
+&gt; *OUT_DIR=path_where_executable_will_be_built*
+
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SPSens</dc:creator><pubDate>Mon, 06 Aug 2012 12:50:38 -0000</pubDate><guid>https://sourceforge.netf73ee3408bc3e05f8d7252fc963723d88cb39eab</guid></item><item><title>WikiPage Installation modified by SPSens</title><link>https://sourceforge.net/p/spsens/wiki/Installation/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -1,3 +1,5 @@
 To install, download the SPSens compressed file *.tgz* and unzip from the command line:
-*tar -xzvf SPSens\&lt;VersionName\&gt;.tgz*
+
+*tar -zxvf SPSens\&lt;VersionName\&gt;.tgz*
+
 Once it's unpacked, individual problems will be made using the *make* system.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SPSens</dc:creator><pubDate>Thu, 26 Jul 2012 15:21:42 -0000</pubDate><guid>https://sourceforge.netab9d7887fc276e72e41a4bbb219e32bc57462f80</guid></item><item><title>WikiPage Installation modified by SPSens</title><link>https://sourceforge.net/p/spsens/wiki/Installation/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1 +1,3 @@
-To install, unpack the code. Once it's unpacked, type make. 
+To install, download the SPSens compressed file *.tgz* and unzip from the command line:
+*tar -xzvf SPSens\&lt;VersionName\&gt;.tgz*
+Once it's unpacked, individual problems will be made using the *make* system.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SPSens</dc:creator><pubDate>Thu, 26 Jul 2012 15:19:51 -0000</pubDate><guid>https://sourceforge.net351f0d9ddb16cf46e82d17d2762210e327fa1be6</guid></item><item><title>WikiPage Installation modified by stochsens</title><link>https://sourceforge.net/p/stochsenspack/wiki/Installation/</link><description>To install, unpack the code. Once it's unpacked, type make. </description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">stochsens</dc:creator><pubDate>Thu, 19 Jul 2012 08:29:43 -0000</pubDate><guid>https://sourceforge.netf0b978ce5d973af97de4562868b69871235e7f59</guid></item></channel></rss>