All CGNS files are stored on GitHub (https://github.com/CGNS). Issue tracking is located at: https://cgnsorg.atlassian.net.
If you have not done so already, please REGISTER by e-mailing to the CGNS REGISTRAR the following information:
Your name
Company, university, lab, or facility name (if applicable)
Email, if different from your current sending address
Intended use for CGNS
Although there is no registration requirement in order to obtain CGNS, by registering you will help the CGNS team to serve its users better. We never give, sell, or distribute emails to anyone.
We also strongly recommend that you join the Discussion Group. This forum is the primary method used to keep CGNS users current with release and other important information updates. It is also used for discussing important problems/issues and for obtaining help from other CGNS users.
First and most importantly, we recommend that you read the CGNS User Guide. This guide also includes sample code (UserGuideCode) for helping to get started with CGNS.
For the up-to-date development source, visit GitHub Development.
git clone https://github.com/CGNS/CGNS.git
For the stable source, visit GitHub Stable.
git clone -b master https://github.com/CGNS/CGNS.git
As a minimum, you will need to download and compile the CGNS library code. Compilation requires an ANSI compliant C compiler. The source code may downloaded as a gzipped, tar file:
Patched version v4.1.2 addressed backward compatibility issues.
Patched version v4.1.1 addressed backward compatibility and tools compilation errors.
CGNS switched to using HDF5 compact storage for smaller datasets.
See RELEASE.txt for additional bug fixes.
Background [1]: The CGNS versions are currently numbered as follows: “Version x.y, Revision z”, or “Version x.y-z”.The first number represents the “major” version number. Within this number, the library maintains forward compatibility.
Issue: With the introduction of CPEX 0041 “NGON modification proposal”, CGNS 3.4.0 broke the convention of maintaining forward compatibility with-in the major versioning of CGNS.
Version 4.0.0 was released with CPEX 0041 implemented, (essentially this is CGNS 3.4.0 released as version 4.0.0).
Patched version v3.4.1 removed CPEX 0041.
In addition to numerous bug fixes, this version added new features: CPEX 40 Rind Plane Indexing, CPEX 41 NGON modification proposal, added support for NAG Fortran compilers, enforce the HDF5 version >= 1.8 is used in building HDF5, automatic detection and linking of szip and zlib if required by HDF5.
This Version implements CPEX 0038 and 0039, adds new functionality to the parallel capability, and makes extensive changes related to the Fortran library.
Important note for Fortran users: V3.3 removes the usage of “include cgnslib_f.h”. Instead, from this release forward, one must now employ the module “use CGNS”. Also, if making use of 64-bit integers, Fortran programs must declare the relevant 64-bit integers via, e.g.: integer(cgsize_t) integername.
This Version 3.2 release provides partial integration of parallel I/O using HDF5 with MPI. It also implements the Hierarchy of families (CPEX 0033), Multiple families (CPEX 0034), and Cubic elements (CPEX 0036). Conversion programs to and from AFLR3, FAST, and TetGen have also been added to CGNStools.
Release 3.2.1 implements the suggestions by Cambridge Flow Solutions to the CMake scripts and adds routines to set the MPI communicator for parallel I/O. There are also numerous updates and fixes to the test cases, tools and CGNStools utilities.
Includes 64-bit integer capability and updated Tools for viewing and editing CGNS files. HDF5 is now the default file type, when CGNS is built with HDF5 version 1.8 or later. (CGNS can always read or write both HDF5 and ADF file types.)
Older recent release versions are also available from https://github.com/CGNS/CGNS/releases.
Even earlier releases can be found in the archives: https://github.com/CGNS/CGNS_archives.