Difference between revisions of "Nek 5000"
From HPC users
Jump to navigationJump to search
Albensoeder (talk | contribs) (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...") |
Albensoeder (talk | contribs) |
||
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 | 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 == | ||
* | * [http://nek5000.mcs.anl.gov| Home page of Nek 5000] | ||
* | * [http://www.mcs.anl.gov| Mathematics and Computer Science Division of Argonne National Laboratory] |
Latest revision as of 16: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
...