Skip to content
Snippets Groups Projects
Commit 6e4c9291 authored by Mikael Djurfeldt's avatar Mikael Djurfeldt
Browse files

Version 1.2.0

parent bb32896d
No related branches found
No related tags found
No related merge requests found
MUSIC NEWS --- history of user-visible changes.
Copyright (C) 2009, 2010, 2019, 2020, 2021 INCF
Copyright (C) 2009, 2010, 2019, 2020, 2021, 2023 INCF
Please send MUSIC bug reports to music-bugs@incf.org.
Changes in 1.2.0:
* music library
** Switch from C++ to C MPI interface
The MPI C++ interface has been deprecated for some time. MUSIC has now
switched to using the MPI C interface internally and now also uses it
in some places in the MUSIC API, for example in Setup::communicator().
The switch should be backward compatible when compiling existing
applications since objects will be implicitly type converted.
** The MUSIC library version has been bumped to 1.2.0
This is due to the ABI change induced by the switch to the MPI C
interface.
** The MUSIC repository is now mirrored at eBrains
The MUSIC repository now uses github workflows to update a mirror at
https://gitlab.ebrains.eu/djurfeld/MUSIC.git
Changes in 1.1.17:
......
dnl Process this file with autoconf to produce configure.
AC_INIT(music, 1.1.17)
AC_INIT(music, 1.2.0)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER([config.h])
AM_MAINTAINER_MODE
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment