[go: up one dir, main page]

Activity for OpenM++

  • Steve Gribble committed [4a1464]

    API to serialize/deserialize random state for all model streams - implementation for lcg41

  • Steve Gribble committed [c8e35d]

    API to serialize/deserialize random state for all model streams - implementation for lcg200

  • Steve Gribble committed [ce8300]

    Implement sqrt in table measures

  • amc1999 amc1999 committed [1d950c]

    R package: update test case

  • amc1999 amc1999 committed [r101]

    oms: allow write NULL values for extended parameters

  • amc1999 amc1999 committed [r100]

    dbcopy: allow write NULL values for extended parameters. oms: do not expose sql parts of accumulators or expressions.

  • amc1999 amc1999 committed [4024e8]

    allow NULL values only for extendable parameters

  • amc1999 amc1999 committed [3132a5]

    Use is_extendable parameter property to define value column as NULL or NOT NULL

  • amc1999 amc1999 committed [f380d3]

    Perl test_models.pl: reduce model progress to 25 percent

  • amc1999 amc1999 committed [10c126]

    add is_extendable property to parameter metadata

  • Steve Gribble committed [6688c5]

    Merge branch 'master' of https://git.code.sf.net/p/ompp/git

  • Steve Gribble committed [1b9d2f]

    run-time: Add BaseEvent member function get_next_event (required by SpouseGeneration in LifePathsX)

  • Steve Gribble committed [f8aa87]

    Alpha2 - Test extend_parameter for Default parameters instead of Fixed parameters

  • amc1999 amc1999 committed [887f13]

    allow NULL parameter values for float types

  • amc1999 amc1999 committed [r99]

    Allow NULL values for float parameters.

  • amc1999 amc1999 committed [69e33c]

    run status and progress update code cleanup

  • amc1999 amc1999 committed [edad15]

    fix racing conditions for status update in MPI models

  • amc1999 amc1999 committed [23dea1]

    Sub-values run state: save into database

  • amc1999 amc1999 committed [e1fd21]

    standard suffix for long long

  • amc1999 amc1999 committed [8af770]

    Linux make: reduce progress message output

  • amc1999 amc1999 committed [296e14]

    add new progress reporting options to modelOne.ini

  • amc1999 amc1999 committed [53c31a]

    add ProgressPercent and ProgressStep options

  • Steve Gribble committed [fb3a6b]

    model framework - improvements to model reporting frequency

  • Steve Gribble committed [54676e]

    tidy up run lifecycle/progress messages

  • Steve Gribble committed [b77b3b]

    run-time: Report some summary simulation statistics in log

  • Steve Gribble committed [71fdf0]

    run-time: Add elapsed time measures to summary member simulation statistics in log

  • amc1999 amc1999 committed [f42758]

    implement model progress update

  • Steve Gribble committed [4e04e8]

    make IModel API available to model framework code (e.g. to report progress)

  • Steve Gribble committed [e2fd30]

    test_models.pl - fix error manifesting on Linux

  • amc1999 amc1999 committed [420a9c]

    use MPI async broadcast to avoid aggressive polling after OpenMPI 1.10 changes

  • amc1999 amc1999 committed [dbdbde]

    Merge branch 'master' of https://git.code.sf.net/p/ompp/git

  • Steve Gribble committed [96d01e]

    Add tests for extend_parameter

  • Steve Gribble committed [b1f5bb]

    omc - implement extend_parameter

  • Steve Gribble committed [f40b6c]

    Additional log output from Debug version of models

  • Steve Gribble committed [4f82d2]

    Add missing include for <vector> (issue identified in Linux build)

  • Steve Gribble committed [f68e34]

    Fixes to test_models.pl for Linux

  • amc1999 amc1999 committed [cf66e1]

    cosmetic change in makefile: use publish-views instead of publish_views

  • amc1999 amc1999 committed [e680e1]

    Update sqlite with recent version

  • amc1999 amc1999 committed [94f32b]

    Perl update test_models to publish views

  • amc1999 amc1999 committed [8717f1]

    Linux makefiles: add optional views to make

  • Steve Gribble committed [5f82b7]

    Deactivate removal of margins from Modgen outputs (for output comparison in test_models)

  • Steve Gribble committed [c332d4]

    Alpha2 - Add table MarginTest

  • Steve Gribble committed [f2ff72]

    Implement table margins

  • amc1999 amc1999 committed [r98]

    add all-in-one csv output

  • Steve Gribble committed [e15ad4]

    VS build (modgen) - Change FloatingPointModel from Fast to Precise to align with ompp and improve comparability

  • Steve Gribble committed [e2dc7d]

    Allow re-initialization of cumrate objects

  • Steve Gribble committed [5c06d3]

    Revise population scaling for case-based models

  • Steve Gribble committed [7feb29]

    run-time - zero-initialize derived parameters before each member

  • Steve Gribble committed [1ae6ed]

    Fix: Output combined seed in case checksum trace output

  • Steve Gribble committed [0832c8]

    Make PieceLinearLookup more robust

  • Steve Gribble committed [74ba13]

    Improvements to VS integration for x-compatible models

  • Steve Gribble committed [316412]

    CloneProbe1 model: cosmetic (comments)

  • Steve Gribble committed [cc73f0]

    Implement stub version of SetCaseWeight()

  • Steve Gribble committed [538eb6]

    Implement GetPopulation()

  • Steve Gribble committed [cbd5e0]

    incorporate change of default DB publish location

  • Steve Gribble committed [a9bd71]

    build_tools.pl - minor improvements

  • amc1999 amc1999 committed [r97]

    dbcopy: use IdOutputNames=true/false to control use of id's in output directory names and file names

  • amc1999 amc1999 committed [r96]

    control output directory names by dbcopy.IdNames true/false option

  • amc1999 amc1999 committed [r95]

    changes in comments only

  • amc1999 amc1999 committed [r94]

    go 1.10 updates: use strings.Builder

  • Steve Gribble committed [4b89df]

    Change default publish name and location of sqlite to executable stem and location

  • amc1999 amc1999 committed [2d4f22]

    models cleanup

  • amc1999 amc1999 committed [5f6020]

    Windows VC projects: use c++17

  • amc1999 amc1999 committed [7ca5bb]

    Linux makefiles: use c++17

  • Steve Gribble committed [9301f2]

    PA1 - Specify measure names using new => syntax

  • Steve Gribble committed [ca981e]

    scanner: Recognize naming operator =>

  • Steve Gribble committed [3704ff]

    omc: Optional naming of parameter and table dimensions using => operator

  • Steve Gribble committed [0be071]

    Alpha2: Add examples to test naming parameter and table dimensions using => operator

  • Steve Gribble committed [1da5f1]

    omc: Implement new binary naming operator => (name on left, syntactic element on right)

  • Steve Gribble committed [1962b2]

    optionally name parameter dims, and table dims and measures: add double arrow "=>" to grammar

  • Steve Gribble committed [a66766]

    PA1 - respect 8 character limit in measure names to avoid name mangling

  • Steve Gribble committed [b3bdd0]

    makefile - enable hexadecimal float constants on both g++ 4.8.3 (CentOS) and g++ 7.3.0 (Ubuntu)

  • Steve Gribble committed [a3a09d]

    test_models.pl - solve spurious output digest differences in Ubuntu (caused by different sqlite3 .output behaviour in Ubuntu)

  • Steve Gribble committed [5a3801]

    changes to test_models.pl to run on Perl in Ubuntu 18.04

  • Steve Gribble committed [5af220]

    PA1 - WIP

  • Steve Gribble committed [66ae32]

    PA1 - Automation script WIP

  • Steve Gribble committed [242c8d]

    OM! - Various (WIP)

  • Steve Gribble committed [5d63ea]

    PA1 - WIP

  • Steve Gribble committed [76ebf7]

    Excel workbook to external csv for PA

  • Steve Gribble committed [4bb05f]

    Merge branch 'master' of https://git.code.sf.net/p/ompp/git

  • Steve Gribble committed [870acf]

    PA1 - enhancements WIP

  • Steve Gribble committed [9d5293]

    remove Member, MemberCount from framework modules

  • Steve Gribble committed [c2ec81]

    runtime - Bug fix - destructor called unnecessarily on zombies, caused double-delete crash during simulation cleanup in G++ 7.3.0

  • amc1999 amc1999 committed [27e1c3]

    fix signed / unsigned comparison

  • amc1999 amc1999 committed [320dd9]

    fix Ubuntu 18.04 compile errors

  • amc1999 amc1999 committed [fc8e40]

    ompp-ui: fix z-order for model info dilog invoked from toolbar

  • amc1999 amc1999 committed [53d0b3]

    Merge branch 'master' of https://git.code.sf.net/p/ompp/git

  • amc1999 amc1999 committed [83a031]

    Merge branch 'master' of https://git.code.sf.net/p/ompp/git

  • amc1999 amc1999 committed [366a08]

    update project authors.

  • Steve Gribble committed [f716c6]

    bug fix – incorrect SQL aggregation expression for ‘unit’ when measures_method = aggregate

  • Steve Gribble committed [c1edb9]

    cosmetic

  • Steve Gribble committed [f5bee1]

    supply member and member count to before_presimulation for initialization of RNG's

  • Steve Gribble committed [ecd7aa]

    PA1 - WIP

  • Steve Gribble committed [0fcf0e]

    Merge branch 'master' of https://git.code.sf.net/p/ompp/git

  • Steve Gribble committed [f5327c]

    PA1 - model illustrating Probabilistic Analysis (WIP)

  • Steve Gribble committed [b32bb9]

    PA1 - WIP

  • Steve Gribble committed [f41600]

    cosmetic - comment in generated code

  • Steve Gribble committed [c955c5]

    cosmetic - correction of comment

  • Steve Gribble committed [721c80]

    correction to code comment

  • Steve Gribble committed [378a90]

    Implement before_presimulation and after_presimulation. Enable RNG use in PreSimulation functions.

<< < 1 2 >