Home
Merge branch 'master' of https://git.code.sf.net/p/ompp/git
Merge branch 'master' of https://git.code.sf.net/p/ompp/git
ompp_batch.pl - cosmetic
Merge branch 'master' of https://git.code.sf.net/p/ompp/git
Merge branch 'master' of https://git.code.sf.net/p/ompp/git
Merge branch 'master' of https://git.code.sf.net/p/ompp/git
Merge branch 'master' of https://git.code.sf.net/p/ompp/git
Merge branch 'master' of https://git.code.sf.net/p/ompp/git
Minor changes for VS 2019
move sourec code to GitHub
update to Visual Studio 2019, platform toolset v142
SQLite version update to keep in sync with upstream
post notification about moving code to GitHub
add gitignore
Docker CentOS: initial version
Docker Windows: minor changes
Docker: copy-paste error in help text
Docker: change help text on Windows
1.Perl build on Windows: allow ODBC support in Go utilites. 2.Docker cosmetic changes
use conditional compile-in for ODBC support
Docker updated Windows build and run images
Docker: 1.add perl to build command prompt. 2.minor cleanup
Docker build image: add missing Perl module
Docker conatiner and build scripts for Windows
add log directories to git tree
allow to use explicit SQLITE_EXE_DIR into model build props
UI: 1.reduce production html size to improve performance 2.material components updated to recent version
UI sync with recent backend changes
database insert or update: truncate string values up to max size.
oms web-service: minor changes, mostly code cleanup
oms web-service: 1.save model run console output into log file 2.allow to get model run and task run by run stamp 3.do code cleanup and move config directory from svn to git
oms web-service: rename config directory and move it from svn to git
oms web-service: use default template to run MPI models.
oms web-service: use templates to customize run model in cloud parameters.
oms web-service: run model in cloud (initial version)
oms web-service: run model in cloud (work in progress)
Cosmetic: fix typo in comments
fix to avoid vestigo router bug on empty parameter or incomplete route
1.db schema change: add run_stamp into run_lst and task_run_lst 2.use run stamp to identify model and task run from external process (oms)
1.db schema change: add run_stamp into run_lst and task_run_lst 2.use run stamp to identify model and task run from external process (oms)
1.change log file naming 2.rename OpenM.OptionsFile into OpenM.IniFile
1.change log file naming 2.rename OpenM.OptionsFile into OpenM.IniFile
rename model run option: use "Profile" instead of "OptionsProfile"
oms web-service: bug fix in csv download
oms web-service: 1.task API initial version completed 2.API cleanup
oms web-service: 1.allow edit model run description and notes 2.API cleanup 2.task API (work in progress)
oms web-service: task API (work in progress)
1.fix db schema bug (does not affect sqlite) 2.apply db schema chenges to MSSQL and Oracle
1.db schema change: add task run name 2.oms web-service: task API (work in progress)
update authors
db schema change: add task run name
cosmetic changes, only in comments
oms web-service: task API (work in progress)
1.bug fix in dbcopy extendable parameter import from json into empty database 2.minor code cleanup
cosmetic changes, only in comments
include input workset name into run name if run name not specified by user
oms web-service API: minor cleanup
oms web-service API: 1.add copy parameter methods 2.minor cleanup remove duplicate methods
web-service API: add profile API to simplify model run in cloud
MPI model progress report minor adjustments
1.MPI models: fix exit on errors 2.c++20: use noexcept instead of throw()
MPI models error: fix exit on errors (work in progress)
model progress with MPI: fix incorrect status updates
model MPI run: 1.fast exit on model exception 2.update run progress if model fail with model exception
1.return different exit codes for different exceptions. 2.terminate model process on SimulationException.
ompp-ui: 1.improve workset read-only status performance 2.visual cleanup
oms: 1.workset read-only update response should contain updated read-only status 2.use Content-Location header, Location assume redirection
ompp-ui: 1.support empty (null) values for parameters editing 2.update to most recent versions of components
Merge branch 'master' of https://git.code.sf.net/p/ompp/git
oms: bug fix in writing NULL values for extended parameters
fix Linux compile error on upcoming RedHat 8
NotOnRoot option to make MPI root process dedicated to data exchange
1.fix MPI stalled send 2.use MPI threaded init
ompp_batch - implement option --x64
omc - implement option allow_time_travel
ompp_batch: remove --members option (provide instead in ini file through batch specification file)
restrict calendar functions against extreme time values, clamp to [-10000, 10000]
run-time: Add placeholder definition of TotalSum (API to populate margins of derived tables)
Merge branch 'master' of https://git.code.sf.net/p/ompp/git
Merge branch 'master' of https://git.code.sf.net/p/ompp/git
Add long long overload to Range::within (VC error C2668)
Implement 3-argument overload of PieceLinearLookup (deprecated)
Merge branch 'master' of https://git.code.sf.net/p/ompp/git
model build: Turn on /SWAPRUN:NET linker flag
Align peek_next_event and do_next_event
dbcopy: import-export run progress table rows.
dbcopy: allow total item in boolean dimensions
cosmetic: comments only
cosmetic: comments only
MPI model errors: terminate model on any child exception, which is not SinulationException
MPI models: fast exit if root process failed
omc: use LT() to mark compiler message for translation
omc: improve compile error messages about metadata max size
R package: fix issues with latest version of R 3.5.1 and RSQLite 2.1.1
IDMM_extra - Add test to serialize/deserialize random state
Allow leading underscore in identifiers in model code (used in LifePaths)
API to serialize/deserialize random state for all model streams - implementation for mt19937
API to serialize/deserialize random state for all model streams - implementation for mt19937, ranlux48
API to serialize/deserialize random state for all model streams - declarations