<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://source.geography.bristol.ac.uk/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Paul-bates</id>
	<title>SourceWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://source.geography.bristol.ac.uk/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Paul-bates"/>
	<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/wiki/Special:Contributions/Paul-bates"/>
	<updated>2026-04-05T17:15:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.8</generator>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3946</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3946"/>
		<updated>2007-10-24T15:33:19Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] model developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol University have a site [http://www.eduserv.org.uk/chest CHEST] licence for this, so no costs to install. This compiler can be used from a stand alone command line or using the [http://en.wikipedia.org/wiki/Microsoft_Visual_Studio MS Visual Studio 2005] debugging environment. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\&lt;br /&gt;
   Visual Studio 2005 Command Prompt”&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
; Intel C++ v9.1 (Windows): Academic licence costs £61 per seat through [http://www.polyhedron.com/ Polyhedron]. This compiler requires the [http://msdn2.microsoft.com/en-us/library/60k1461a(VS.80).aspx Microsoft C++ windows compiler] to be installed, but you can also use it on its own as a command line compiler. It is also integrated into the [http://en.wikipedia.org/wiki/Microsoft_Visual_Studio Visual Studio 2005] environment if you wish to use it that way. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Intel(R) Software Development Tools\&lt;br /&gt;
   Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”.&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
Note: the &amp;lt;tt&amp;gt;/fast&amp;lt;/tt&amp;gt; option may not generate a working executable for older processor architectures.  In this case you can use:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /O3&lt;br /&gt;
which generates an executable that is almost as quick.&lt;br /&gt;
&lt;br /&gt;
So far we've found that the Intel compiler gives a speed up of about 5x over our our previous Borland Builder-compiled version of the model.&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
; Intel C++ v9.1 (linux): Academic licence costs £61 per seat through [http://www.polyhedron.com/ Polyhedron]. Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
 &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt; &lt;br /&gt;
Then compile the code using&lt;br /&gt;
 &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;br /&gt;
Our tests show that on a linux box the Intel compiler is about 1.5-2x faster than g++.&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3945</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3945"/>
		<updated>2007-10-24T15:32:33Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] model developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol University have a site [http://www.eduserv.org.uk/chest CHEST] licence for this, so no costs to install. This compiler can be used from a stand alone command line or using the [http://en.wikipedia.org/wiki/Microsoft_Visual_Studio MS Visual Studio 2005] debugging environment. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\&lt;br /&gt;
   Visual Studio 2005 Command Prompt”&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
; Intel C++ v9.1 (Windows): Academic licence costs £61 per seat through [http://www.polyhedron.com/ Polyhedron]. This compiler requires the [http://msdn2.microsoft.com/en-us/library/60k1461a(VS.80).aspx Microsoft C++ windows compiler] to be installed, but you can also use it on its own as a command line compiler. It is also integrated into the [http://en.wikipedia.org/wiki/Microsoft_Visual_Studio Visual Studio 2005] environment if you wish to use it that way. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Intel(R) Software Development Tools\&lt;br /&gt;
   Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”.&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
Note: the &amp;lt;tt&amp;gt;/fast&amp;lt;/tt&amp;gt; option may not generate a working executable for older processor architectures.  In this case you can use:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /O3&lt;br /&gt;
which generates an executable that is almost as quick.&lt;br /&gt;
So far we've found that the Intel compiler gives a speed up of about 5x over our our Borland Builder-compiled version of the model.&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
; Intel C++ v9.1 (linux): Academic licence costs £61 per seat through [http://www.polyhedron.com/ Polyhedron]. Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
 &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt; &lt;br /&gt;
Then compile the code using&lt;br /&gt;
 &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;br /&gt;
Our tests show that on a linux box the Intel compiler is about 1.5-2 times faster than g++.&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3944</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3944"/>
		<updated>2007-10-24T15:29:09Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] model developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol University have a site [http://www.eduserv.org.uk/chest CHEST] licence for this, so no costs to install. This compiler can be used from a stand alone command line or using the [http://en.wikipedia.org/wiki/Microsoft_Visual_Studio MS Visual Studio 2005] debugging environment. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\&lt;br /&gt;
   Visual Studio 2005 Command Prompt”&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
; Intel C++ v9.1 (Windows): Academic licence costs £61 per seat through [http://www.polyhedron.com/ Polyhedron]. This compiler requires the [http://msdn2.microsoft.com/en-us/library/60k1461a(VS.80).aspx Microsoft C++] windows compiler to be installed, but you can also use it on its own as a command line compiler. It is also integrated into the [http://en.wikipedia.org/wiki/Microsoft_Visual_Studio Visual Studio 2005] environment if you wish to use it that way. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Intel(R) Software Development Tools\&lt;br /&gt;
   Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”.&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
Note: the &amp;lt;tt&amp;gt;/fast&amp;lt;/tt&amp;gt; option may not generate a working executable for older processor architectures.  In this case you can use:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /O3&lt;br /&gt;
which generates an executable that is almost as quick.&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
; Intel C++ v9.1 (linux): Academic licence costs £61 per seat through [http://www.polyhedron.com/ Polyhedron]. Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
 &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt; &lt;br /&gt;
Then compile the code using&lt;br /&gt;
 &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3943</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3943"/>
		<updated>2007-10-24T15:27:12Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] model developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol University have a site [http://www.eduserv.org.uk/chest CHEST] licence for this, so no costs to install. This compiler can be used from a stand alone command line or using the [http://en.wikipedia.org/wiki/Microsoft_Visual_Studio MS Visual Studio 2005] debugging environment. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\&lt;br /&gt;
   Visual Studio 2005 Command Prompt”&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
; Intel C++ v9.1 (Windows): Academic licence costs £61 per seat through [http://www.polyhedron.com/ Polyhedron]. This compiler requires the Microsoft C++ windows compiler to be installed, but you can also use it on its own as a command line compiler. It is also integrated into the [http://en.wikipedia.org/wiki/Microsoft_Visual_Studio Visual Studio 2005] environment if you wish to use it that way. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Intel(R) Software Development Tools\&lt;br /&gt;
   Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”.&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
Note: the &amp;lt;tt&amp;gt;/fast&amp;lt;/tt&amp;gt; option may not generate a working executable for older processor architectures.  In this case you can use:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /O3&lt;br /&gt;
which generates an executable that is almost as quick.&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
; Intel C++ v9.1 (linux): Academic licence costs £61 per seat through [http://www.polyhedron.com/ Polyhedron]. Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
 &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt; &lt;br /&gt;
Then compile the code using&lt;br /&gt;
 &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3942</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3942"/>
		<updated>2007-10-24T15:26:28Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] model developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol University have a site [http://www.eduserv.org.uk/chest CHEST] licence for this, so no costs to install. This compiler can be used from a stand alone command line or using the [http://en.wikipedia.org/wiki/Microsoft_Visual_Studio MS Visual Studio 2005] debugging environment. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\&lt;br /&gt;
   Visual Studio 2005 Command Prompt”&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
; Intel C++ v9.1 (Windows): Academic licence costs £61 per seat through [http://www.polyhedron.com/ Polyhedron]. This compiler requires the Microsoft C++ windows compiler to be installed, but you can also use it on its own as a command line compiler. It is also integrated into the Visual Studio 2005 environment if you wish to use it that way. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Intel(R) Software Development Tools\&lt;br /&gt;
   Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”.&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
Note: the &amp;lt;tt&amp;gt;/fast&amp;lt;/tt&amp;gt; option may not generate a working executable for older processor architectures.  In this case you can use:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /O3&lt;br /&gt;
which generates an executable that is almost as quick.&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
; Intel C++ v9.1 (linux): Academic licence costs £61 per seat through [http://www.polyhedron.com/ Polyhedron]. Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
 &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt; &lt;br /&gt;
Then compile the code using&lt;br /&gt;
 &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3941</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3941"/>
		<updated>2007-10-24T15:25:40Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] model developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol University have a site [http://www.eduserv.org.uk/chest CHEST] licence for this, so no costs to install. This compiler can be used from a stand alone command line or using the [http://en.wikipedia.org/wiki/Microsoft_Visual_Studio MS Visual Studio 2005] debugging environment. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\&lt;br /&gt;
   Visual Studio 2005 Command Prompt”&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
; Intel C++ v9.1 (Windows): Academic licence costs £61 per seat through Polyhedron. This compiler requires the Microsoft C++ windows compiler to be installed, but you can also use it on its own as a command line compiler. It is also integrated into the Visual Studio 2005 environment if you wish to use it that way. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Intel(R) Software Development Tools\&lt;br /&gt;
   Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”.&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
Note: the &amp;lt;tt&amp;gt;/fast&amp;lt;/tt&amp;gt; option may not generate a working executable for older processor architectures.  In this case you can use:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /O3&lt;br /&gt;
which generates an executable that is almost as quick.&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
; Intel C++ v9.1 (linux): Academic licence costs £61 per seat through http://www.polyhedron.com/ Polyhedron]. Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
 &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt; &lt;br /&gt;
Then compile the code using&lt;br /&gt;
 &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3940</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3940"/>
		<updated>2007-10-24T15:23:54Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] model developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol University have a site [http://www.eduserv.org.uk/chest CHEST] licence for this, so no costs to install. This compiler can be used from a stand alone command line or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\&lt;br /&gt;
   Visual Studio 2005 Command Prompt”&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
; Intel C++ v9.1 (Windows): Academic licence costs £61 per seat through Polyhedron. This compiler requires the Microsoft C++ windows compiler to be installed, but you can also use it on its own as a command line compiler. It is also integrated into the Visual Studio 2005 environment if you wish to use it that way. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Intel(R) Software Development Tools\&lt;br /&gt;
   Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”.&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
Note: the &amp;lt;tt&amp;gt;/fast&amp;lt;/tt&amp;gt; option may not generate a working executable for older processor architectures.  In this case you can use:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /O3&lt;br /&gt;
which generates an executable that is almost as quick.&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
; Intel C++ v9.1 (linux): Academic licence costs £61 per seat through http://www.polyhedron.com/ Polyhedron]. Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
 &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt; &lt;br /&gt;
Then compile the code using&lt;br /&gt;
 &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3939</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3939"/>
		<updated>2007-10-24T15:23:03Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] model developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol University have a site CHEST licence for this, so no costs to install. This compiler can be used from a stand alone command line or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\&lt;br /&gt;
   Visual Studio 2005 Command Prompt”&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
; Intel C++ v9.1 (Windows): Academic licence costs £61 per seat through Polyhedron. This compiler requires the Microsoft C++ windows compiler to be installed, but you can also use it on its own as a command line compiler. It is also integrated into the Visual Studio 2005 environment if you wish to use it that way. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Intel(R) Software Development Tools\&lt;br /&gt;
   Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”.&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
Note: the &amp;lt;tt&amp;gt;/fast&amp;lt;/tt&amp;gt; option may not generate a working executable for older processor architectures.  In this case you can use:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /O3&lt;br /&gt;
which generates an executable that is almost as quick.&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
; Intel C++ v9.1 (linux): Academic licence costs £61 per seat through http://www.polyhedron.com/ Polyhedron]. Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
 &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt; &lt;br /&gt;
Then compile the code using&lt;br /&gt;
 &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3938</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3938"/>
		<updated>2007-10-24T15:22:24Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] model developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol University have a site CHEST licence for this, so no costs to install. This compiler can be used from a stand alone command line or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\&lt;br /&gt;
   Visual Studio 2005 Command Prompt”&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
; Intel C++ v9.1 (Windows): Academic licence costs £61 per seat through Polyhedron. This compiler requires the Microsoft C++ windows compiler to be installed, but you can also use it on its own as a command line compiler. It is also integrated into the Visual Studio 2005 environment if you wish to use it that way. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Intel(R) Software Development Tools\&lt;br /&gt;
   Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”.&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
Note: the &amp;lt;tt&amp;gt;/fast&amp;lt;/tt&amp;gt; option may not generate a working executable for older processor architectures.  In this case you can use:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /O3&lt;br /&gt;
which generates an executable that is almost as quick.&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
; Intel C++ v9.1 (linux): Academic licence costs £61 per seat through Polyhedron [http://www.polyhedron.com/ Polyhedron]&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
 &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt; &lt;br /&gt;
Then compile the code using&lt;br /&gt;
 &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3937</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3937"/>
		<updated>2007-10-24T15:19:54Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft c++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used from a stand alone command line or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\&lt;br /&gt;
   Visual Studio 2005 Command Prompt”&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
; Intel C++ v9.1 (Windows): Academic licence costs £61 per seat through Polyhedron. This compiler requires the Microsoft c++ windows compiler to be installed, but you can also use it on its own as a command line compiler. It is also integrated into the Visual Studio 2005 environment if you wish to use it that way. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Intel(R) Software Development Tools\&lt;br /&gt;
   Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”.&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
Note: the &amp;lt;tt&amp;gt;/fast&amp;lt;/tt&amp;gt; option may not generate a working executable for older processor architectures.  In this case you can use:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /O3&lt;br /&gt;
which generates an executable that is almost as quick.&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
; Intel C++ v9.1 (linux): (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
 &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt; &lt;br /&gt;
Then compile the code using&lt;br /&gt;
 &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3936</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3936"/>
		<updated>2007-10-24T15:19:16Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft c++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used from a stand alone command line or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\&lt;br /&gt;
   Visual Studio 2005 Command Prompt”&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
; Intel C++ v9.1 (Windows): Academic licence costs £61 per seat through Polyhedron. This compiler requires the Microsoft c++ windows compiler to be installed, but you can also use it on its own as a command line compiler. It is also integrated into the Visual Studio 2005 environment if you wish to use it that way. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Intel(R) Software Development Tools\&lt;br /&gt;
   Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”.&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
Note: the &amp;lt;tt&amp;gt;/fast option may not generate a working executable for older processor architectures.  In this case you can use:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /O3&lt;br /&gt;
which generates an executable that is almost as quick.&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
; Intel C++ v9.1 (linux): (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
 &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt; &lt;br /&gt;
Then compile the code using&lt;br /&gt;
 &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3935</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3935"/>
		<updated>2007-10-24T15:17:30Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft c++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used from a stand alone command line or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\&lt;br /&gt;
   Visual Studio 2005 Command Prompt”&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
; Intel C++ v9.1 (Windows): Academic licence costs £61 per seat through Polyhedron. This compiler requires the Microsoft c++ windows compiler to be installed, but you can also use it on its own as a command line compiler. It is also integrated into the Visual Studio 2005 environment if you wish to use it that way. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Intel(R) Software Development Tools\&lt;br /&gt;
   Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”.&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
Note: the /fast option may not generate a working executable for older processor architectures.  In this case you can use:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /O3&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
; Intel C++ v9.1 (linux): (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
 &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt; &lt;br /&gt;
Then compile the code using&lt;br /&gt;
 &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3934</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3934"/>
		<updated>2007-10-24T15:14:47Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft c++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\&lt;br /&gt;
   Visual Studio 2005 Command Prompt”&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
; Intel C++ v9.1 (Windows): Academic licence costs £61 per seat through Polyhedron. This compiler requires the Microsoft c++ windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Intel(R) Software Development Tools\&lt;br /&gt;
   Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”.&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
; Intel C++ v9.1 (linux): (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
 &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt; &lt;br /&gt;
Then compile the code using&lt;br /&gt;
 &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3933</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3933"/>
		<updated>2007-10-24T15:13:53Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\&lt;br /&gt;
   Visual Studio 2005 Command Prompt”&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
; Intel C++ v9.1 (Windows): Academic licence costs £61 per seat through Polyhedron. This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Intel(R) Software Development Tools\&lt;br /&gt;
   Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”.&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
; Intel C++ v9.1 (linux): (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
 &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt; &lt;br /&gt;
Then compile the code using&lt;br /&gt;
 &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3932</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3932"/>
		<updated>2007-10-24T15:13:35Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\&lt;br /&gt;
   Visual Studio 2005 Command Prompt”&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
; Intel C++ v9.1 (Windows): Academic licence costs £61 per seat through Polyhedron. This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”.&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
; Intel C++ v9.1 (linux): (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
 &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt; &lt;br /&gt;
Then compile the code using&lt;br /&gt;
 &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3931</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3931"/>
		<updated>2007-10-24T15:13:15Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools&lt;br /&gt;
 \Visual Studio 2005 Command Prompt”&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
; Intel C++ v9.1 (Windows): Academic licence costs £61 per seat through Polyhedron. This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”.&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
; Intel C++ v9.1 (linux): (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
 &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt; &lt;br /&gt;
Then compile the code using&lt;br /&gt;
 &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3930</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3930"/>
		<updated>2007-10-23T15:48:52Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
; Intel C++ v9.1 (Windows): Academic licence costs £61 per seat through Polyhedron. This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. To use the command line, go to the start menu and find:&lt;br /&gt;
 “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”.&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type:&lt;br /&gt;
 &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
; Intel C++ v9.1 (linux): (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
 &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt; &lt;br /&gt;
Then compile the code using&lt;br /&gt;
 &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3929</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3929"/>
		<updated>2007-10-23T15:48:24Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find:&lt;br /&gt;
&lt;br /&gt;
 “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”&lt;br /&gt;
&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
&lt;br /&gt;
 &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
; Intel C++ v9.1 (Windows): Academic licence costs £61 per seat through Polyhedron. This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. To use the command line, go to the start menu and find:&lt;br /&gt;
&lt;br /&gt;
 “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”.&lt;br /&gt;
&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
&lt;br /&gt;
 &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type:&lt;br /&gt;
&lt;br /&gt;
 &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
	&lt;br /&gt;
; Intel C++ v9.1 (linux): (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
 &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt; &lt;br /&gt;
Then compile the code using&lt;br /&gt;
&lt;br /&gt;
 &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3928</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3928"/>
		<updated>2007-10-23T15:46:57Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find:&lt;br /&gt;
&lt;br /&gt;
 “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”&lt;br /&gt;
&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
&lt;br /&gt;
 &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
; Intel C++ v9.1 (Windows): Academic licence costs £61 per seat through Polyhedron. This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. To use the command line, go to the start menu and find:&lt;br /&gt;
&lt;br /&gt;
 “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”.&lt;br /&gt;
&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type:&lt;br /&gt;
&lt;br /&gt;
 &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type:&lt;br /&gt;
&lt;br /&gt;
 &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
	&lt;br /&gt;
; Intel C++ v9.1 (linux): (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
 &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
Then compile the code using&lt;br /&gt;
&lt;br /&gt;
 &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3927</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3927"/>
		<updated>2007-10-23T15:45:51Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find:&lt;br /&gt;
&lt;br /&gt;
 “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”&lt;br /&gt;
&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type&lt;br /&gt;
&lt;br /&gt;
 &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
; Intel C++ v9.1 (Windows): (Academic licence costs £61 per seat through Polyhedron). This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
	&lt;br /&gt;
; Intel C++ v9.1 (linux): (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
&amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Then compile the code using&lt;br /&gt;
&lt;br /&gt;
&amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3926</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3926"/>
		<updated>2007-10-23T15:45:43Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find&lt;br /&gt;
&lt;br /&gt;
 “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”&lt;br /&gt;
&lt;br /&gt;
This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type&lt;br /&gt;
&lt;br /&gt;
 &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
; Intel C++ v9.1 (Windows): (Academic licence costs £61 per seat through Polyhedron). This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
	&lt;br /&gt;
; Intel C++ v9.1 (linux): (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
&amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Then compile the code using&lt;br /&gt;
&lt;br /&gt;
&amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3925</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3925"/>
		<updated>2007-10-23T15:45:21Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type&lt;br /&gt;
&lt;br /&gt;
 &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
; Intel C++ v9.1 (Windows): (Academic licence costs £61 per seat through Polyhedron). This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
	&lt;br /&gt;
; Intel C++ v9.1 (linux): (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
&amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Then compile the code using&lt;br /&gt;
&lt;br /&gt;
&amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3924</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3924"/>
		<updated>2007-10-23T15:45:01Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
; Intel C++ v9.1 (Windows): (Academic licence costs £61 per seat through Polyhedron). This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
	&lt;br /&gt;
; Intel C++ v9.1 (linux): (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
&amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Then compile the code using&lt;br /&gt;
&lt;br /&gt;
&amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3923</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3923"/>
		<updated>2007-10-23T15:44:20Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
; Intel C++ v9.1 (Windows): (Academic licence costs £61 per seat through Polyhedron). This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
	&lt;br /&gt;
; Intel C++ v9.1 (linux): (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh&amp;lt;br/&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
        Then compile the code using&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3922</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3922"/>
		<updated>2007-10-23T15:43:01Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
; Intel C++ v9.1 (Windows): (Academic licence costs £61 per seat through Polyhedron). This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
	&lt;br /&gt;
; Intel C++ v9.1 (linux): (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh  &lt;br /&gt;
&lt;br /&gt;
        Then compile the code using&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3921</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3921"/>
		<updated>2007-10-23T15:42:31Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
; Intel C++ v9.1 (Windows): (Academic licence costs £61 per seat through Polyhedron). This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
; g++ (free): This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell. To use it, change directory to where your source code is and type &amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
&amp;lt;nowiki&amp;gt;	&lt;br /&gt;
Intel C++ v9.1 (linux) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh  &lt;br /&gt;
&lt;br /&gt;
        Then compile the code using&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3920</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3920"/>
		<updated>2007-10-23T15:41:44Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
; Intel C++ v9.1 (Windows): (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
	This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. &lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
g++ (free)&lt;br /&gt;
	This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell.&lt;br /&gt;
	To use it, change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
&amp;lt;nowiki&amp;gt;	&lt;br /&gt;
Intel C++ v9.1 (linux) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh  &lt;br /&gt;
&lt;br /&gt;
        Then compile the code using&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3919</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3919"/>
		<updated>2007-10-23T15:41:19Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find &amp;lt;br&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”.&lt;br /&gt;
&lt;br /&gt;
    This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
; Intel C++ v9.1 (Windows): (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
	This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. &lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
g++ (free)&lt;br /&gt;
	This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell.&lt;br /&gt;
	To use it, change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
&amp;lt;nowiki&amp;gt;	&lt;br /&gt;
Intel C++ v9.1 (linux) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh  &lt;br /&gt;
&lt;br /&gt;
        Then compile the code using&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3918</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3918"/>
		<updated>2007-10-23T15:40:54Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find &amp;lt;br&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”.&lt;br /&gt;
&lt;br /&gt;
    This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
Intel C++ v9.1 (Windows) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
	This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. &lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
g++ (free)&lt;br /&gt;
	This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell.&lt;br /&gt;
	To use it, change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
&amp;lt;nowiki&amp;gt;	&lt;br /&gt;
Intel C++ v9.1 (linux) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh  &lt;br /&gt;
&lt;br /&gt;
        Then compile the code using&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3917</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3917"/>
		<updated>2007-10-23T15:40:49Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find&amp;lt;br&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”.&lt;br /&gt;
&lt;br /&gt;
    This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
Intel C++ v9.1 (Windows) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
	This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. &lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
g++ (free)&lt;br /&gt;
	This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell.&lt;br /&gt;
	To use it, change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
&amp;lt;nowiki&amp;gt;	&lt;br /&gt;
Intel C++ v9.1 (linux) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh  &lt;br /&gt;
&lt;br /&gt;
        Then compile the code using&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3916</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3916"/>
		<updated>2007-10-23T15:40:31Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find:&amp;lt;br&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”.&lt;br /&gt;
&lt;br /&gt;
    This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
Intel C++ v9.1 (Windows) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
	This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. &lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
g++ (free)&lt;br /&gt;
	This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell.&lt;br /&gt;
	To use it, change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
&amp;lt;nowiki&amp;gt;	&lt;br /&gt;
Intel C++ v9.1 (linux) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh  &lt;br /&gt;
&lt;br /&gt;
        Then compile the code using&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3915</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3915"/>
		<updated>2007-10-23T15:39:49Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
; Microsoft C++ (Windows): Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment. To use the command line, go to the start menu and find:&lt;br /&gt;
   &lt;br /&gt;
    “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”.&lt;br /&gt;
&lt;br /&gt;
    This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
Intel C++ v9.1 (Windows) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
	This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. &lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
g++ (free)&lt;br /&gt;
	This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell.&lt;br /&gt;
	To use it, change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
&amp;lt;nowiki&amp;gt;	&lt;br /&gt;
Intel C++ v9.1 (linux) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh  &lt;br /&gt;
&lt;br /&gt;
        Then compile the code using&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3914</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3914"/>
		<updated>2007-10-23T15:38:37Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
Microsoft C++ (Windows)&lt;br /&gt;
Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment.&lt;br /&gt;
    To use the command line, go to the start menu and find:&lt;br /&gt;
   &lt;br /&gt;
    “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”.&lt;br /&gt;
&lt;br /&gt;
    This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
Intel C++ v9.1 (Windows) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
	This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. &lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
g++ (free)&lt;br /&gt;
	This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell.&lt;br /&gt;
	To use it, change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
&amp;lt;nowiki&amp;gt;	&lt;br /&gt;
Intel C++ v9.1 (linux) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh  &lt;br /&gt;
&lt;br /&gt;
        Then compile the code using&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3913</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3913"/>
		<updated>2007-10-23T15:37:25Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
*Windows&lt;br /&gt;
Microsoft C++ (Windows)&lt;br /&gt;
Bristol uni have a site CHEST licence for this, so no costs to install. This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment.&lt;br /&gt;
    To use the command line, go to the start menu and find:&lt;br /&gt;
   &lt;br /&gt;
    “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”.&lt;br /&gt;
&lt;br /&gt;
    This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
Intel C++ v9.1 (Windows) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
	This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. &lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
*Linux&lt;br /&gt;
g++ (free)&lt;br /&gt;
	This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell.&lt;br /&gt;
	To use it, change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
&amp;lt;nowiki&amp;gt;	&lt;br /&gt;
Intel C++ v9.1 (linux) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh  &lt;br /&gt;
&lt;br /&gt;
        Then compile the code using&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3912</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3912"/>
		<updated>2007-10-23T15:35:48Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
*Windows&lt;br /&gt;
Microsoft C++ (Windows)&lt;br /&gt;
    Bristol uni have a site CHEST licence for this, so no costs to install)&lt;br /&gt;
    This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment.&lt;br /&gt;
    To use the command line, go to the start menu and find:&lt;br /&gt;
   &lt;br /&gt;
    “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”.&lt;br /&gt;
&lt;br /&gt;
    This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
Intel C++ v9.1 (Windows) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
	This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. &lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
*Linux&lt;br /&gt;
g++ (free)&lt;br /&gt;
	This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell.&lt;br /&gt;
	To use it, change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
&amp;lt;nowiki&amp;gt;	&lt;br /&gt;
Intel C++ v9.1 (linux) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh  &lt;br /&gt;
&lt;br /&gt;
        Then compile the code using&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3911</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3911"/>
		<updated>2007-10-23T15:35:33Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
*Windows&lt;br /&gt;
Microsoft C++ (Windows)&lt;br /&gt;
    Bristol uni have a site CHEST licence for this, so no costs to install)&lt;br /&gt;
    This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment.&lt;br /&gt;
    To use the command line, go to the start menu and find:&lt;br /&gt;
   &lt;br /&gt;
    “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”.&lt;br /&gt;
&lt;br /&gt;
    This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
Intel C++ v9.1 (Windows) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
	This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. &lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
Linux&lt;br /&gt;
g++ (free)&lt;br /&gt;
	This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell.&lt;br /&gt;
	To use it, change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
&amp;lt;nowiki&amp;gt;	&lt;br /&gt;
Intel C++ v9.1 (linux) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh  &lt;br /&gt;
&lt;br /&gt;
        Then compile the code using&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3910</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3910"/>
		<updated>2007-10-23T15:34:40Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
==Latest compiler information==&lt;br /&gt;
&lt;br /&gt;
Windows&lt;br /&gt;
Microsoft C++ (Windows)&lt;br /&gt;
    Bristol uni have a site CHEST licence for this, so no costs to install)&lt;br /&gt;
    This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment.&lt;br /&gt;
    To use the command line, go to the start menu and find:&lt;br /&gt;
   &lt;br /&gt;
    “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”.&lt;br /&gt;
&lt;br /&gt;
    This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
Intel C++ v9.1 (Windows) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
	This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. &lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
Linux&lt;br /&gt;
g++ (free)&lt;br /&gt;
	This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell.&lt;br /&gt;
	To use it, change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
&amp;lt;nowiki&amp;gt;	&lt;br /&gt;
Intel C++ v9.1 (linux) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh  &lt;br /&gt;
&lt;br /&gt;
        Then compile the code using&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3909</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3909"/>
		<updated>2007-10-23T15:31:35Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
Latest compiler information:&lt;br /&gt;
&lt;br /&gt;
Windows&lt;br /&gt;
Microsoft C++ (Windows)&lt;br /&gt;
    Bristol uni have a site CHEST licence for this, so no costs to install)&lt;br /&gt;
    This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment.&lt;br /&gt;
    To use the command line, go to the start menu and find:&lt;br /&gt;
   &lt;br /&gt;
    “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”.&lt;br /&gt;
&lt;br /&gt;
    This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
Intel C++ v9.1 (Windows) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
	This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. &lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
Linux&lt;br /&gt;
g++ (free)&lt;br /&gt;
	This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell.&lt;br /&gt;
	To use it, change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
&amp;lt;nowiki&amp;gt;	&lt;br /&gt;
Intel C++ v9.1 (linux) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh  &lt;br /&gt;
&lt;br /&gt;
        Then compile the code using&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3908</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3908"/>
		<updated>2007-10-23T15:23:34Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
Latest compiler information:&lt;br /&gt;
&lt;br /&gt;
Windows&lt;br /&gt;
Microsoft C++ (Windows) (Bristol uni have a site CHEST licence for this, so no costs to install)&lt;br /&gt;
	This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment.&lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
Intel C++ v9.1 (Windows) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
	This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. &lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
Linux&lt;br /&gt;
g++ (free)&lt;br /&gt;
	This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell.&lt;br /&gt;
	To use it, change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
&amp;lt;nowiki&amp;gt;	&lt;br /&gt;
Intel C++ v9.1 (linux) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh  &lt;br /&gt;
&lt;br /&gt;
        Then compile the code using&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3907</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3907"/>
		<updated>2007-10-23T15:22:22Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
Latest compiler information:&lt;br /&gt;
&lt;br /&gt;
Windows&lt;br /&gt;
Microsoft C++ (Windows) (Bristol uni have a site CHEST licence for this, so no costs to install)&lt;br /&gt;
	This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment.&lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
Intel C++ v9.1 (Windows) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
	This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. &lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
Linux&lt;br /&gt;
g++ (free)&lt;br /&gt;
	This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell.&lt;br /&gt;
	To use it, change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
	&lt;br /&gt;
Intel C++ v9.1 (linux) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh  &lt;br /&gt;
&lt;br /&gt;
        Then compile the code using&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3906</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3906"/>
		<updated>2007-10-23T15:22:05Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
Latest compiler information:&lt;br /&gt;
&lt;br /&gt;
Windows&lt;br /&gt;
Microsoft C++ (Windows) (Bristol uni have a site CHEST licence for this, so no costs to install)&lt;br /&gt;
	This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment.&lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
Intel C++ v9.1 (Windows) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
	This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. &lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
Linux&lt;br /&gt;
g++ (free)&lt;br /&gt;
	This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell.&lt;br /&gt;
	To use it, change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
	&lt;br /&gt;
Intel C++ v9.1 (linux) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shel, change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh  &lt;br /&gt;
&lt;br /&gt;
        Then compile the code using&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3905</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3905"/>
		<updated>2007-10-23T15:21:38Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
Latest compiler information:&lt;br /&gt;
&lt;br /&gt;
Windows&lt;br /&gt;
Microsoft C++ (Windows) (Bristol uni have a site CHEST licence for this, so no costs to install)&lt;br /&gt;
	This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment.&lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
Intel C++ v9.1 (Windows) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
	This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. &lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
Linux&lt;br /&gt;
g++ (free)&lt;br /&gt;
	This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell.&lt;br /&gt;
	To use it, change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
	&lt;br /&gt;
Intel C++ v9.1 (linux) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
Log into the linux machine dylan through SSH secure shell&lt;br /&gt;
        Change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh  &lt;br /&gt;
&lt;br /&gt;
        Then compile the code using&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3904</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3904"/>
		<updated>2007-10-23T15:21:19Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
Latest compiler information:&lt;br /&gt;
&lt;br /&gt;
Windows&lt;br /&gt;
Microsoft C++ (Windows) (Bristol uni have a site CHEST licence for this, so no costs to install)&lt;br /&gt;
	This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment.&lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
Intel C++ v9.1 (Windows) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
	This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. &lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
Linux&lt;br /&gt;
g++ (free)&lt;br /&gt;
	This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell.&lt;br /&gt;
	To use it, change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
	&lt;br /&gt;
Intel C++ v9.1 (linux) (Academic licence costs £61 per seat through Polyhedron)Log into the linux machine dylan through SSH secure shell&lt;br /&gt;
        Change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh  &lt;br /&gt;
&lt;br /&gt;
        Then compile the code using&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3903</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3903"/>
		<updated>2007-10-23T15:19:09Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page contains development information for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;br /&gt;
&lt;br /&gt;
Latest compiler information:&lt;br /&gt;
&lt;br /&gt;
Windows&lt;br /&gt;
Microsoft C++ (Windows) (Bristol uni have a site CHEST licence for this, so no costs to install)&lt;br /&gt;
	This compiler can be used as a stand alone command line compiler or using the MS Visual Studio 2005 debugging environment.&lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;cl your_code.cpp /O2&lt;br /&gt;
	&lt;br /&gt;
Intel C++ v9.1 (Windows) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
	This compiler requires the windows compiler to be installed, but you can use it on its own as a command line compiler. It is also integrated into the visual studio 2005 environment if you wish to use it that way. &lt;br /&gt;
	To use the command line, go to the start menu and find “\Start Menu\Programs\Intel(R) Software Development Tools\Intel(R) C++ Compiler 9.1\Build Environment for IA-32 applications”. This will setup the paths and links to libraries the compiler needs and open a command line window. Change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;icl your_code.cpp /fast&lt;br /&gt;
&lt;br /&gt;
Linux&lt;br /&gt;
g++ (free)&lt;br /&gt;
	This compiler can be used by logging into the linux machines dylan or brian through SSH secure shell.&lt;br /&gt;
	To use it, change directory to where your source code is and type &lt;br /&gt;
	&amp;gt;g++ your_code.cpp –O3 –o your_code&lt;br /&gt;
	&lt;br /&gt;
Intel C++ v9.1 (linux) (Academic licence costs £61 per seat through Polyhedron)&lt;br /&gt;
        Log into the linux machine dylan through SSH secure shell&lt;br /&gt;
        Change directory to where the source code is and type&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;source /opt/intel/cc/10.0.023/bin/iccvars.csh  &lt;br /&gt;
&lt;br /&gt;
        Then compile the code using&lt;br /&gt;
&lt;br /&gt;
        &amp;gt;icpc lisflood.cpp -O3 -static -o lisflood&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3820</id>
		<title>LISFLOOD-FP</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=LISFLOOD-FP&amp;diff=3820"/>
		<updated>2007-09-07T07:57:07Z</updated>

		<summary type="html">&lt;p&gt;Paul-bates: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
This page will contain development guidelines for the [http://www.ggy.bris.ac.uk/research/hydrology/models/lisflood Lisflood] developers.&lt;/div&gt;</summary>
		<author><name>Paul-bates</name></author>
	</entry>
</feed>