Changes between Version 3 and Version 4 of ReleaseNotes/1.16.0


Ignore:
Timestamp:
2020-06-21T21:51:56Z (6 years ago)
Author:
Francesco Casella
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/1.16.0

    v3 v4  
    2828   - On Windows build OMC with
    2929     {{{make -f Makefile.omdev.mingw omc -j4 USE_PARJAC=yes}}}.
    30     - On Unix configure with {{{--enable-parjac}}} and build OMC.
    31     - Only DASSL and IDA can use parallelized symbolic Jacobians.
    32     - Simulate with {{{-jacobianThreads=<numberOfThreads>}}} or set environment
    33       variable {{{OMP_NUM_THREADS=<numberOfThreads>}}} to use a specific number of
    34       threads. Otherwise all available threads will be used.
     30   - On Unix configure with {{{--enable-parjac}}} and build OMC.
     31   - Only DASSL and IDA can use parallelized symbolic Jacobians.
     32   - Simulate with {{{-jacobianThreads=<numberOfThreads>}}} or set environment
     33     variable {{{OMP_NUM_THREADS=<numberOfThreads>}}} to use a specific number of
     34     threads. Otherwise all available threads will be used.
    3535
    3636== Graphic Editor OMEdit ==
    3737Replaceable classes now have graphical support in OMEdit. This feature was planned to be included in release 1.15.0, but it eventually turned out to be more convenient to merge it in the 1.16.0 release.
     38
     39Many bug fixes to increase usability of the GUI.
    3840
    3941OMSimulator GUI improved: text editing of SSP models, undo/redo, delete components, etc.