Menu

Tree [337d9f] master /
 History

HTTPS access


File Date Author Commit
 Excel unknown
 Perl 2019-05-30 Steve Gribble Steve Gribble [337d9f] Minor changes for VS 2019
 R 2018-11-13 amc1999 amc1999 [aea731] R package: fix issues with latest version of R ...
 bin unknown
 docker 2019-03-01 amc1999 amc1999 [c3f8f7] Docker CentOS: initial version
 docs 2018-11-12 Steve Gribble Steve Gribble [ce8300] Implement sqrt in table measures
 etc 2019-01-29 amc1999 amc1999 [665741] oms web-service: rename config directory and mo...
 include 2019-01-18 amc1999 amc1999 [c11e0d] 1.db schema change: add run_stamp into run_lst ...
 licenses unknown
 log 2019-02-08 amc1999 amc1999 [0517cb] add log directories to git tree
 models 2019-02-08 amc1999 amc1999 [0517cb] add log directories to git tree
 ompp-ui 2019-02-03 amc1999 amc1999 [5ba780] UI: 1.reduce production html size to improve pe...
 openm 2019-05-30 Steve Gribble Steve Gribble [337d9f] Minor changes for VS 2019
 props 2019-05-30 Steve Gribble Steve Gribble [337d9f] Minor changes for VS 2019
 sql 2019-01-18 amc1999 amc1999 [c11e0d] 1.db schema change: add run_stamp into run_lst ...
 use 2018-11-13 Steve Gribble Steve Gribble [31f524] restrict calendar functions against extreme tim...
 .gitignore 2019-03-06 amc1999 amc1999 [1d85ae] add gitignore
 AUTHORS.txt 2019-01-08 amc1999 amc1999 [b19424] update authors
 LICENSE.txt unknown
 README.txt 2019-05-10 amc1999 amc1999 [0178fd] move sourec code to GitHub
 README_centos.txt unknown
 README_win.txt unknown

Read Me

IMPORTANT:
==========
Our latest source code and release available at: https://github.com/openmpp/ompp/releases/latest
SourceForge files still exist for historical reason.


OpenM++
=======

Desktop version:
  Linux:   openmpp_centos_YYYYMMDD.tar.gz
  Windows: openmpp_win_YYYYMMDD.zip 

Cluster version:
  Linux:   openmpp_centos_mpi_YYYYMMDD.tar.gz
  Windows: openmpp_win_mpi_YYYYMMDD.zip 

It is recommended to start with desktop version.
Do NOT download _mpi_ binaries unless you have MPI installed on your cluster.
  
More information at: http://ompp.sourceforge.net/wiki/

2019_03_07:
    following source code moved to github.com/openmpp:
    - all svn Go code
    - R, ompp-ui, docker
    - openmpp.org web-site
    SourceForge version of above exist only for historical reason

2018_02_05:
    openM++ user interface (ompp-ui) alpha version
    oms web-service API changes related to ompp-ui

2017_12_19:
    major changes: beta version of openM++ web-service to access (oms)
    minor changes and bug fixes, update for Visual Studio 2017
    pre-alpha version of openM++ user interface (ompp-ui)

2017_06_05:
    major release: parameters sub-values for probabilistic statistical analysis
    minor changes and bug fixes, update for Visual Studio 2017

2016_12_29:
    minor release: fix R test script and dbcopy utility bug in delete model

2016_12_24:
    localizataion: support for translated messages in models and omc

2016_11_22:
    minor release to fix performance issues for large parameters csv and compilation

2016_11_15:
    minor release to improve dbcopy utility and fix some bugs

2016_09_28:
    support for model "publish": 
      import-export into and from json and csv files for model, input parameters set, run results
      direct copy between databases (eg: model using SQLite local.db and central storage is MySQL)
    model can directly use csv file(s) for input parameters, no database required
    data access library, API in Go, import-export tools (alpha)

2016_03_22:
    minor release to improve modeling task support and R package

2016_02_16:
    compiler and openM++ model code is stable now
    support modeling task: run model with 1000x sets of input parameters
      Linux build:   g++ version 4.8.5
      Linux MPI:     OpenMPI 1.10.0
      Windows build: Visual Studio 2015 update 1
      Windows MPI:   Microsoft MPI v7

2015_01_06:
    support multiple modelling threads
    many changes in compiler

2014_10_07:
    many fixes and updates in compiler, runtime and models build
    export to Excel from model.sqlite database
    database schema now compatible with SQLite, MySQL, PostgreSQL, MSSQL, DB2

2014_09_11:
    beta version build for Windows and Linux (CentOS)

2014_03_08:
    beta version of R openMpp package to read and write OpenM++ database.

2013_11_20:
    minor changes to alpha version, one database column renamed
    initial version of R openMpp package to read and write OpenM++ database.

2013_10_22:
    alpha version build for Windows and Linux (CentOS)

Enjoy,
amc1999