-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from sixshotx/developing
Developing
- Loading branch information
Showing
66 changed files
with
4,624 additions
and
57,384 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,12 @@ | ||
*.o | ||
*.a | ||
*.status | ||
*.log | ||
.deps | ||
dep | ||
autom4te.cache | ||
Makefile | ||
smp_llp | ||
smp_l1l2 | ||
DBG_LOG0 | ||
|
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,57 @@ | ||
language: cpp | ||
sudo: required | ||
dist: trusty | ||
addons: | ||
apt: | ||
sources: | ||
- ubuntu-toolchain-r-test | ||
packages: | ||
- g++-4.9 | ||
- clang-3.5 | ||
- libconfig++-dev | ||
- openmpi-bin | ||
- openmpi-common | ||
- libopenmpi-dev | ||
- gcc-aarch64-linux-gnu | ||
- g++-aarch64-linux-gnu | ||
- bc | ||
- qemu-user | ||
- qemu | ||
before_install: | ||
- sudo apt-get -y build-dep qemu linux-meta | ||
- export MANIFOLD_DIR=`pwd` | ||
- git clone https://github.com/gtcasl/qsim | ||
- cd qsim | ||
- git submodule update --init --recursive | ||
- export QSIM_PREFIX=`pwd` | ||
- export LD_LIBRARY_PATH=$QSIM_PREFIX/lib:$LD_LIBRARY_PATH | ||
- cd capstone | ||
- make | ||
- cd .. | ||
- cd distorm/distorm64/build/linux | ||
- make clib | ||
- cd $QSIM_PREFIX/linux | ||
- ./getkernel.sh | ||
- cd $QSIM_PREFIX/initrd | ||
- ./getbusybox.sh | ||
- cd $QSIM_PREFIX | ||
- make release install | ||
- cd .. | ||
script: | ||
- ./configure QSIMINC=${QSIM_PREFIX}/include | ||
- make | ||
- cd ${MANIFOLD_DIR}/simulator/smp/QsimProxy | ||
- make | ||
after_failure: | ||
- cat ${MANIFOLD_DIR}/config.log | ||
compiler: | ||
- clang | ||
- gcc | ||
git: | ||
submodules: false | ||
notifications: | ||
email: | ||
recipients: | ||
- [email protected] | ||
on_success: change | ||
on_failure: always |
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
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,2 @@ | ||
# manifold[![Build Status](https://travis-ci.org/gtcasl/manifold.svg?branch=master)](https://travis-ci.org/gtcasl/manifold) | ||
A Parallel Simulation Framework For Multicore Systems |
Oops, something went wrong.