Download: Difference between revisions
Jump to navigation
Jump to search
m (→Older versions) |
mNo edit summary |
||
Line 11: | Line 11: | ||
== Current version == | == Current version == | ||
'''Openpipeflow-1. | '''Openpipeflow-1.11b''': | ||
* '''Download''': [[File:Openpipeflow-1. | * '''Download''': [[File:Openpipeflow-1.11b.tgz]] | ||
* '''Comments''': | * '''Comments''': | ||
** Minor update to significant revision-1.10 (Double parallelisation). Please see comments for version 1.10. | ** Minor update to significant revision-1.10 (Double parallelisation). Please see comments for version 1.10. | ||
* '''Changelog''': | * '''Changelog''': | ||
** Fixed bug preventing serial use. | ** 2016/11/26 Check for radial split _Np>i_N corrected to _Nr>i_N. | ||
** 2015/08/05 Fixed bug preventing serial use in parallel macros. | |||
Revision as of 07:20, 26 November 2015
Please download the current version of the .tgz file from the link below.
To unpack the tarball,
tar -xvvzf Openpipeflow-x.xx.tgz
The Makefile has been set up for gfortran, but compile flags for several compilers are included: g95, gfortran, ifort, pathf90, pgf90.
For setup instructions please refer to the Manual, in particular Getting_started#Libraries, then try the Tutorial.
Current version
Openpipeflow-1.11b:
- Download: File:Openpipeflow-1.11b.tgz
- Comments:
- Minor update to significant revision-1.10 (Double parallelisation). Please see comments for version 1.10.
- Changelog:
- 2016/11/26 Check for radial split _Np>i_N corrected to _Nr>i_N.
- 2015/08/05 Fixed bug preventing serial use in parallel macros.
Older versions
Please download the latest version above.
Openpipeflow-1.10:
- Download: File:Openpipeflow-1.10.tgz
- Comments:
- Double parallelisation: in physical space data is split into _Nr sections radially and (new option) _Ns sections axially. Total number of cores used is _Np=_Nr*_Ns.
- It is recommended that for a modest number of cores, vary _Nr and keep _Ns=1 (split radially only).
- Changelog:
- Double parallelisation.
- Minor updates to var_null, var_imposesymm functions.
- Interpolation correction for prim2matlab.
Openpipeflow-1.02b:
- Tarball File:Openpipeflow-1.02b.tgz
- Manual File:Openpipeflow-1.02b-doc.pdf. The Online Manual is now more comprehensive.