This repository has been archived by the owner on Jun 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is the release 2.0.0 of ROOT-Sim Signed-off-by: Alessandro Pellegrini <[email protected]>
- Loading branch information
Showing
259 changed files
with
43,995 additions
and
13,308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.