Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
This is the release 2.0.0 of ROOT-Sim

Signed-off-by: Alessandro Pellegrini <[email protected]>
  • Loading branch information
alessandropellegrini committed Apr 12, 2019
2 parents 26b0e84 + c910d2c commit 884ff05
Show file tree
Hide file tree
Showing 259 changed files with 43,995 additions and 13,308 deletions.
8 changes: 8 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
coverage:
status:
project:
default:
threshold: 5
ignore:
- src/arch/asm_defines.c
- tests/*
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,19 @@
*.so.*
*.dylib
*.out
*.gcno
*.gcda
*.gcov

model

html/

Makefile
Makefile.in

asm_defines.h

/aclocal.m4
/autom4te.cache/
/config.*
Expand All @@ -21,6 +30,7 @@ Makefile.in
/install-sh
/libtool
/ltmain.sh
libtool.m4
ltoptions.m4
ltsugar.m4
ltversion.m4
Expand All @@ -29,6 +39,7 @@ libtool.m4

/missing
/stamp-h?
/ar-lib
.deps/
.dirstamp
.libs/
Expand All @@ -40,3 +51,13 @@ outputs/

doxy.conf
doxyfile.stamp

Module.symvers
modules.order
*.o.cmd
*.ko.cmd
*.mod.c
.tmp_versions

/dymelor
/numerical
69 changes: 61 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,71 @@
language: c
compiler: gcc
dist: xenial

install:
- sudo apt-get update -qq
- sudo apt-get install -qq automake pkg-config build-essential libtool automake autoconf m4
git:
depth: 1

branches:
except:
- gh-pages

matrix:
include:
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
- mpich
- libmpich-dev
- doxygen
- graphviz

env:
matrix:
secure: JvReZBJUpYGDbrSbsshimBKu2HXLA3nniHSTVdTdWCOIo2mwAAU/qBh3gqExTsihdI9/6OaK4RoL6kvgRoKZ4HllkKxHtP5ttKpVguRYAzWLJWnlJm7s7v1AEs1txdQLa9kgGGHJsNnMYI+dX5BCG+huVdI+phf8BhVcCi04EGw=

before_install:
- export CC=mpicc
- export MPICH_CC=gcc-7

before_script:
- sudo ldconfig
- autoupdate
- mpiexec --version
- mpicc --version
- $CC --version
- gcov-7 --version
- gcov --version
- m4 --version
- automake --version
- autoconf --version

script:
- ./autogen.sh
- ./configure
- make
- ./scripts/travis-build.sh
- ./scripts/tests.sh
- ./scripts/travis-docs.sh

after_success:
- bash <(curl -s https://codecov.io/bash) -x gcov-7

# Documentation autodeploy script
deploy:
provider: pages
skip-cleanup: true
github-token: $DOCS_SECRET
keep-history: true
local-dir: ROOT-Sim
verbose: true
on:
branch: master

deploy:
provider: pages
skip-cleanup: true
github-token: $DOCS_SECRET
keep-history: true
local-dir: ROOT-Sim
verbose: true
on:
branch: develop
36 changes: 19 additions & 17 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,34 +1,36 @@


ROOT-Sim is developed by the High Perfomance and Dependable Computing Systems (HPDCS)
at Sapienza, University of Rome.

ROOT-Sim is developed by the High Perfomance and Dependable Computing Systems (HPDCS).
For support, please contact the developers using the official mailing list:

[email protected]


Current Developers:

- Francesco Quaglia <[email protected]>
- Alessandro Pellegrini <[email protected]>
- Francesco Quaglia <[email protected]>
- Matteo Principe <[email protected]>
- Andrea Piccione <[email protected]>


Former Developers:

- Roberto Vitali <[email protected]>
- Sebastiano Peluso <[email protected]>
- Davide Cingolani <[email protected]>
- Diego Didona <[email protected]>
- Francesco Antonacci
- Roberto Toccaceli
- Tiziano Santoro
- Valerio Gheri
- Giovanni Castellari
- Stefano d'Alessio
- Diego Cucuzzo
- Sebastiano Peluso <[email protected]>
- Tommaso Tocci <[email protected]>
- Roberto Vitali <[email protected]>


Contributors:

- Mario (preso da un commento) =)
- Francesco Antonacci
- Giovanni Castellari
- Diego Cucuzzo
- Stefano d'Alessio
- Simone Economo
- Valerio Gheri
- Davide Italiano
- Davide Leoni
- Alice Porfirio
- Tiziano Santoro
- Roberto Toccaceli
- Fernando Visca
Loading

0 comments on commit 884ff05

Please sign in to comment.