<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=Compiling_Mohid_with_OpenMP</id>
		<title>Compiling Mohid with OpenMP - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=Compiling_Mohid_with_OpenMP"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Compiling_Mohid_with_OpenMP&amp;action=history"/>
		<updated>2026-04-04T19:50:33Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Compiling_Mohid_with_OpenMP&amp;diff=125&amp;oldid=prev</id>
		<title>Guillaume: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Compiling_Mohid_with_OpenMP&amp;diff=125&amp;oldid=prev"/>
				<updated>2008-12-03T10:26:59Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 10:26, 3 December 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Guillaume</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Compiling_Mohid_with_OpenMP&amp;diff=124&amp;oldid=prev</id>
		<title>192.168.20.148 at 09:53, 23 April 2007</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Compiling_Mohid_with_OpenMP&amp;diff=124&amp;oldid=prev"/>
				<updated>2007-04-23T09:53:25Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To compile Mohid with IFC using OpenMP please follow these steps:&lt;br /&gt;
&lt;br /&gt;
==Windows==&lt;br /&gt;
#Setup a Mohid Project to compile with Intel Fortran Compiler 9.0 or higher. See more on [[Compiling with IFC]].&lt;br /&gt;
#Update your HDF5 libraries to 1.6.5 (from SourceSafe - not yet available). Note that there are two folders: SingleThreaded (for normal applications) and MultiThreaded (to run with OpenMP)&lt;br /&gt;
#Create new configuration called OpenMP. &lt;br /&gt;
##Build -&amp;gt; Configuration Manager -&amp;gt; &amp;lt;New…&amp;gt; &lt;br /&gt;
##Copy settings from Release&lt;br /&gt;
#Edit settings for OpenMP configuration&lt;br /&gt;
##In &amp;quot;Fortran...General...Additional Include Libraries type the path to the MultiThreaded hdf5 library folder&lt;br /&gt;
##In Fortran/General/PreProcessor check for OpenMP Conditional Compilation. Set it to '''Yes'''.&lt;br /&gt;
##Fortran/Language/Process OpenMP Directives set to '''Generate Parallel Code'''&lt;br /&gt;
##Fortran/Libraries/Runtime Library set to '''MultiThreaded'''&lt;br /&gt;
##In Linker/General/Additional Include Libraries type the path to the MultiThreaded hdf5 library folder&lt;br /&gt;
##In Linker/Input/Additional Dependencies define the following set of lib files: '''hdf5.lib hdf5_f90cstub.lib hdf5_fortran_frank.lib szlib.lib zlib.lib'''&lt;br /&gt;
##In Linker/Input/Ignore Specific Library define '''libc.lib''' (for IFC 2005 version use '''libc''' only).&lt;br /&gt;
&lt;br /&gt;
==Linux==&lt;br /&gt;
*Get the latest version from sourcesafe.&lt;br /&gt;
 &amp;gt;make nix_openmp sos&lt;br /&gt;
*Build with openmp&lt;br /&gt;
 &amp;gt;make nix_openmp&lt;br /&gt;
*Install it to /usr/bin/mohid/&lt;br /&gt;
 &amp;gt;make nix_openmp.install&lt;br /&gt;
Notes: &lt;br /&gt;
- the compiler and linkage options are ''-openmp -parallel''.&lt;br /&gt;
- It doesn't requires multi-threaded hdf5 libraries.&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:Compiling]]&lt;/div&gt;</summary>
		<author><name>192.168.20.148</name></author>	</entry>

	</feed>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-56589921-5', 'auto');
  ga('send', 'pageview');
</script>