Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
f6c6ff66
Commit
f6c6ff66
authored
May 08, 2024
by
Jakob Görgen
Committed by
Antoine Kaufmann
May 09, 2024
Browse files
README: moved example repo ref up
parent
d738dc2b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
23 deletions
+23
-23
README.md
README.md
+23
-23
No files found.
README.md
View file @
f6c6ff66
...
...
@@ -47,6 +47,29 @@ different ways are listed below in order of increasing effort required.
[
our documentation
](
https://simbricks.readthedocs.io/en/latest/
)
for more
details.
**
### SimBricks Usage Examples
**This is the quickest way to get started using SimBricks.**
We provide a
[
repository
](
https://github.com/simbricks/simbricks-examples
)
that contains a series of examples including an easy-to-use and more interactive
introduction to SimBricks through a Jupyter Notebook showing first steps on how to orchestrate
and run simulations using SimBricks. The repository is set up for usage
with
[
GitHub codespaces
](
https://github.com/codespaces/new/simbricks/simbricks-examples/?quickstart=1
)
which in conjunction with the Jupyter Notebook provide a very easy to use step-by-step introduction
to SimBricks.
For more advanced use-cases the repository provides an example for users
on how one can provide custom disk images to simulated SimBricks hosts for non-trivial
use-cases, and a project on hardware acceleration composed of several milestones
guiding users through a complete SimBricks based development flow.
The repository is set up with a dev container configuration that makes running the
examples a breeze. For quick tests you can just open the repo in CodeSpaces. The
easiest way to use this locally is with vscode and its Dev Containers Extension. You can
find more details on how to use the provided experiments in the repositories
[
README
](
https://github.com/simbricks/simbricks-examples/blob/main/README.md
)
.
### Using Pre-Built Docker Images
We provide pre-built Docker images on
...
...
@@ -90,29 +113,6 @@ root@fa76605e3628:/simbricks/experiments# simbricks-run --verbose --force pyexps
...
```
### SimBricks Usage Examples
**This is the quickest way to get started using SimBricks.**
We provide a
[
repository
](
https://github.com/simbricks/simbricks-examples
)
that contains a series of examples including an easy-to-use and more interactive
introduction to SimBricks through a Jupyter Notebook showing first steps on how to orchestrate
and run simulations using SimBricks. The repository is set up for usage
with
[
GitHub codespaces
](
https://github.com/codespaces/new/simbricks/simbricks-examples/?quickstart=1
)
which in conjunction with the Jupyter Notebook provide a very easy to use step-by-step introduction
to SimBricks.
For more advanced use-cases the repository provides an example for users
on how one can provide custom disk images to simulated SimBricks hosts for non-trivial
use-cases, and a project on hardware acceleration composed of several milestones
guiding users through a complete SimBricks based development flow.
The repository is set up with a dev container configuration that makes running the
examples a breeze. For quick tests you can just open the repo in CodeSpaces. The
easiest way to use this locally is with vscode and its Dev Containers Extension. You can
find more details on how to use the provided experiments in the repositories
[
README
](
https://github.com/simbricks/simbricks-examples/blob/main/README.md
)
.
### Building Docker Images
If you prefer to build the Docker images locally you will need
`git`
,
`make`
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment