Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simbricks-website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SimBricks
simbricks-website
Merge requests
!3
Coder integration
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Coder integration
coder-integration
into
main
Overview
0
Commits
8
Pipelines
3
Changes
11
Merged
Jakob Görgen
requested to merge
coder-integration
into
main
8 months ago
Overview
0
Commits
8
Pipelines
3
Changes
11
Expand
0
0
Merge request reports
Compare
main
version 2
bdb77b9a
8 months ago
version 1
52a19375
8 months ago
main (base)
and
latest version
latest version
9b56f9d7
8 commits,
8 months ago
version 2
bdb77b9a
7 commits,
8 months ago
version 1
52a19375
6 commits,
8 months ago
11 files
+
484
−
178
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
_layouts/about.html
+
119
−
104
Options
@@ -3,111 +3,126 @@ body_class: about
layout: base
---
<article
class=
"about"
>
<section
class=
"research"
>
<div
class=
"container"
>
<video
controls
src=
"/assets/videos/simbricks_demo.mp4"
preload=
"none"
width=
"100%"
poster=
"/assets/images/simbricks_demo_poster.png"
>
simbricks_demo.mp4
</video>
{{content}}
</div>
</section>
<section
class=
"features"
>
<div
class=
"container"
>
<h2>
Key Features
</h2>
<ul>
<li
class=
"goal-endtoend"
><strong>
End-to-End:
</strong>
simulate full heterogeneous systems, with hosts, devices, network, and
the full software stack.
</li>
<li
class=
"goal-scalable"
><strong>
Scalable:
</strong>
simulate large heterogeneous systems with tens or hundreds of
separate hosts and devices.
</li>
<li
class=
"goal-fast"
><strong>
Fast:
</strong>
keep simulation times as low as possible.
</li>
<li
class=
"goal-modular"
><strong>
Modular:
</strong>
enable flexible composition of simulators, where components can be added
and swapped independently.
</li>
<li
class=
"goal-accurate"
><strong>
Accurate:
</strong>
preserve accuracy of constituent simulators, correctly interface and
synchronize components.
</li>
<li
class=
"goal-easy"
><strong>
Easy:
</strong>
quickly enable developers without simulation expertise to simulate
complex heterogeneous systems.
</li>
</ul>
</div>
</section>
<section
class=
"techniques"
>
<div
class=
"container"
>
<h2>
Techniques
</h2>
<ul>
<li
class=
"technique-interfaces"
>
<h3>
Open
&
modular architecture
</h3>
SimBricks defines fixed, natural component interfaces to enable flexible
modular composition of simulators to run a broad range of
heterogeneous systems.
</li>
<li
class=
"technique-sync"
>
<h3>
Accurate
&
efficient synchronization
</h3>
SimBricks ensures accurate simulation through correct time
synchronization, but with minimal runtime overhead even for systems with
many components.
</li>
<li
class=
"technique-loose"
>
<h3>
Loose coupling for easy integration
</h3>
SimBricks component simulators run as separate processes that
communicate through message passing, enabling integration of simulators
using arbitrary languages and simulation models.
</li>
<li
class=
"technique-parallel"
>
<h3>
Parallel execution for fast simulation
</h3>
SimBricks runs simulators in parallel on different host cores and
connects them through optimized shared-memory queues; proxy process
enable scaling out across machines.
</li>
</ul>
</div>
</section>
<section
class=
"news"
>
<div
class=
"container"
>
<h2>
News
</h2>
<div
class=
"news-slider-wrapper"
>
<div
class=
"news-slider"
>
{% for n in site.data.news.news %}
<div
class=
"news-item"
>
<h3>
{{ n.title }}
</h3>
<div
class=
"date"
title=
"Date"
>
{{ n.date }}
</div>
<div
class=
"text"
>
{{ n.text | markdownify }}
</div>
<section
class=
"research"
>
<div
class=
"container"
>
<video
controls
src=
"/assets/videos/simbricks_demo.mp4"
preload=
"none"
width=
"100%"
poster=
"/assets/images/simbricks_demo_poster.png"
>
simbricks_demo.mp4
</video>
{{content}}
</div>
</section>
<section>
<div
class=
"container"
>
<div
class=
"coder-card"
>
<img
src=
"/assets/images/test-coder.png"
alt=
"Coder-Example-Image"
style=
"width:100%"
>
<div>
<h2>
<a
href=
"{{ site.baseurl }}/simbricks-coder/"
>
Try out SimBricks in Coder!
</a>
</h2>
<p>
New to SimBricks? Get started quickly with Coder. Coder allows you to easily setup SimBricks development
environments in your browser. This is the fastest and easiest way to get started using SimBricks!
</p>
</div>
{% endfor %}
<img
/>
</div>
</div>
<script
type=
"text/javascript"
>
$
(
document
).
ready
(
function
(){
$
(
'
.news-slider
'
).
slick
({
infinite
:
false
,
slidesToShow
:
3
,
slidesToScroll
:
1
,
prevArrow
:
'
<button type="button" class="news-prev"><</button>
'
,
nextArrow
:
'
<button type="button" class="news-next">></button>
'
,
responsive
:
[
{
breakpoint
:
850
,
settings
:
{
slidesToShow
:
2
,
},
},
{
breakpoint
:
750
,
settings
:
{
slidesToShow
:
1
,
},
}
],
</section>
<section
class=
"features"
>
<div
class=
"container"
>
<h2>
Key Features
</h2>
<ul>
<li
class=
"goal-endtoend"
><strong>
End-to-End:
</strong>
simulate full heterogeneous systems, with hosts, devices, network, and
the full software stack.
</li>
<li
class=
"goal-scalable"
><strong>
Scalable:
</strong>
simulate large heterogeneous systems with tens or hundreds of
separate hosts and devices.
</li>
<li
class=
"goal-fast"
><strong>
Fast:
</strong>
keep simulation times as low as possible.
</li>
<li
class=
"goal-modular"
><strong>
Modular:
</strong>
enable flexible composition of simulators, where components can be added
and swapped independently.
</li>
<li
class=
"goal-accurate"
><strong>
Accurate:
</strong>
preserve accuracy of constituent simulators, correctly interface and
synchronize components.
</li>
<li
class=
"goal-easy"
><strong>
Easy:
</strong>
quickly enable developers without simulation expertise to simulate
complex heterogeneous systems.
</li>
</ul>
</div>
</section>
<section
class=
"techniques"
>
<div
class=
"container"
>
<h2>
Techniques
</h2>
<ul>
<li
class=
"technique-interfaces"
>
<h3>
Open
&
modular architecture
</h3>
SimBricks defines fixed, natural component interfaces to enable flexible
modular composition of simulators to run a broad range of
heterogeneous systems.
</li>
<li
class=
"technique-sync"
>
<h3>
Accurate
&
efficient synchronization
</h3>
SimBricks ensures accurate simulation through correct time
synchronization, but with minimal runtime overhead even for systems with
many components.
</li>
<li
class=
"technique-loose"
>
<h3>
Loose coupling for easy integration
</h3>
SimBricks component simulators run as separate processes that
communicate through message passing, enabling integration of simulators
using arbitrary languages and simulation models.
</li>
<li
class=
"technique-parallel"
>
<h3>
Parallel execution for fast simulation
</h3>
SimBricks runs simulators in parallel on different host cores and
connects them through optimized shared-memory queues; proxy process
enable scaling out across machines.
</li>
</ul>
</div>
</section>
<section
class=
"news"
>
<div
class=
"container"
>
<h2>
News
</h2>
<div
class=
"news-slider-wrapper"
>
<div
class=
"news-slider"
>
{% for n in site.data.news.news %}
<div
class=
"news-item"
>
<h3>
{{ n.title }}
</h3>
<div
class=
"date"
title=
"Date"
>
{{ n.date }}
</div>
<div
class=
"text"
>
{{ n.text | markdownify }}
</div>
</div>
{% endfor %}
</div>
</div>
<script
type=
"text/javascript"
>
$
(
document
).
ready
(
function
()
{
$
(
'
.news-slider
'
).
slick
({
infinite
:
false
,
slidesToShow
:
3
,
slidesToScroll
:
1
,
prevArrow
:
'
<button type="button" class="news-prev"><</button>
'
,
nextArrow
:
'
<button type="button" class="news-next">></button>
'
,
responsive
:
[
{
breakpoint
:
850
,
settings
:
{
slidesToShow
:
2
,
},
},
{
breakpoint
:
750
,
settings
:
{
slidesToShow
:
1
,
},
}
],
});
});
});
</script>
</div>
</section>
</article>
</script>
</div>
</section>
</article>
\ No newline at end of file
Loading