Difference between revisions of "Nek 5000"

From HPC users
Jump to navigationJump to search
(Created page with "The CFD code Nek 5000 was developed at the [http://www.mcs.anl.gov/|Mathematics and Computer Science Division of Argonne National Laboratory]. The code is highly parellized and b...")
 
 
Line 7: Line 7:
   svn co https://svn.mcs.anl.gov/repos/nek5/ nek5
   svn co https://svn.mcs.anl.gov/repos/nek5/ nek5


For the installation on FLOW an [[installation script]] is available whic download the sources and compile the code with the Intel compilers.
For the installation on FLOW an [[installation script]] is available. The script downloads Nek 5000 in the current folder under ''nek5''. Further there will be a directory called ''bin'' installed. At least an example will be stored in the directory ''eddy'' and will be executed.




Line 19: Line 19:


== External links ==
== External links ==
* Home page [http://nek5000.mcs.anl.gov]
* [http://nek5000.mcs.anl.gov| Home page of Nek 5000]
* Mathematics and Computer Science Division of Argonne National Laboratory [http://www.mcs.anl.gov]
* [http://www.mcs.anl.gov| Mathematics and Computer Science Division of Argonne National Laboratory]

Latest revision as of 17:24, 23 November 2012

The CFD code Nek 5000 was developed at the and Computer Science Division of Argonne National Laboratory. The code is highly parellized and based on a spectral element method. Nek 5000 has been released under the terms of the GNU GPL license.


Installation

The code can be downloaded directly from the SVN repository by the command

 svn co https://svn.mcs.anl.gov/repos/nek5/ nek5

For the installation on FLOW an installation script is available. The script downloads Nek 5000 in the current folder under nek5. Further there will be a directory called bin installed. At least an example will be stored in the directory eddy and will be executed.


Known issues

  • The menu of the post-processing tool postx is not visible.


SGE script

...


External links