Skip to content
Snippets Groups Projects
Commit 8be7757c authored by Ben Cumming's avatar Ben Cumming Committed by Sam Yates
Browse files

Update readme with arbor web links (#361)

Update README.md to use badge from updated Travis CI page, and updated references to the old nestmc-proto repository.
parent b2126475
No related branches found
No related tags found
No related merge requests found
# NestMC Prototype [![Build Status](https://travis-ci.org/eth-cscs/nestmc-proto.svg?branch=master)](https://travis-ci.org/eth-cscs/nestmc-proto)
# Arbor Library [![Build Status](https://travis-ci.org/eth-cscs/arbor.svg?branch=master)](https://travis-ci.org/eth-cscs/arbor)
This is the repository for the NestMC prototype code. Unfortunately we do not have thorough documentation of how-to guides.
This is the repository for the Arbor library. Unfortunately we do not have thorough documentation of how-to guides.
Below are some guides for how to build the project and run the miniapp.
Contact us or submit a ticket if you have any questions or want help.
https://github.com/eth-cscs/nestmc-proto
https://github.com/eth-cscs/arbor
1. Basic installation
2. MPI
......@@ -16,8 +16,8 @@ https://github.com/eth-cscs/nestmc-proto
## Basic installation
```bash
# clone repository
git clone git@github.com:eth-cscs/nestmc-proto.git
cd nestmc-proto/
git clone git@github.com:eth-cscs/arbor.git
cd arbor/
# setup environment
# on a desktop system this is probably not required
......@@ -127,8 +127,8 @@ which modcc
```bash
# clone the repository and set up the submodules
git clone https://github.com/eth-cscs/nestmc-proto.git
cd nestmc-proto
git clone https://github.com/eth-cscs/arbor.git
cd arbor
# make a path for out of source build
mkdir build_knl
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment