Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MUSIC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mikael Djurfeldt
MUSIC
Commits
6e4c9291
Commit
6e4c9291
authored
2 years ago
by
Mikael Djurfeldt
Browse files
Options
Downloads
Patches
Plain Diff
Version 1.2.0
parent
bb32896d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+25
-1
25 additions, 1 deletion
NEWS
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
with
26 additions
and
2 deletions
NEWS
+
25
−
1
View file @
6e4c9291
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:
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
6e4c9291
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment