ver. 2.0.0 was released!
Download and Install
This package can be downloaded from here.
https://github.com/issp-center-dev/Komega/releases/download/v2.0.0/komega-2.0.0.tar.gz
Please uncompress and build as
$ tar xzvf komega-2.0.0.tar.gz
$ cd komega-2.0.0/
$ ./configure
$ make
$ make install
Documents
README
https://github.com/issp-center-dev/Komega/blob/master/README.md
- Manual for the Library
- Manual for the sample program
Changes
- Installation with Autotools: It makes portability better. The installation can be performed semi-automatically.
- Interoperability with C langage is improved by employing functions of Fortran 2003 and 2008. It causes some difficulties in installing with old fortran compilers (maybe GCC 4.6 or earlier).
- MPI and non-MPI subroutines are integrated. MPI-particular argment "comm" becomes an optional argument.
For more details, please see the manual.