Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ We use **docker** to *prevent version* and *system differences*. So please, espe
docker-compose -f docker-compose-bundle.yml up
```

> 📣 For some systems (e.g Ubuntu), docker compose comes already with docker. But you have to use it like this (without the dash):
```bash
docker compose [...]
```

### Start the live preview of the page

**Note:** The **live reload** of jekyll is not perfect. Therefore, **don't expect** it to work as intended. Sometimes, you need to <u>re-run the command</u> in order to see the **newest changes**.
Expand Down
4 changes: 2 additions & 2 deletions _events_past/2011-06-03-1st-pint-workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ invited:
- name: Julien Cortial
- name: Michael Minion
- name: Stefan Güttel
permalink:
permalink: events/1st-pint-workshop/
subtitle: Brief overview
page_type: event_page
---
Expand All @@ -32,4 +32,4 @@ Programme:
- Martin J. Gander, University of Geneva: *Space-time Parallel Methods: From Waveform Relaxation tothe Parareal Algorithm*
- Julien Cortial, Stanford University: *Time-Parallel Methods for Accelerating the Solution of Structural Dynamics Problems*
- Michael L. Minion, University of North Carolina: *Efficient Parallel in Time Methods for Partial Differential Equations*
- Stefan Guettel, University of Geneva: *Time-Parallel Integration of Linear Initial Value Problems*
- Stefan Güttel, University of Geneva: *Time-Parallel Integration of Linear Initial Value Problems*
1 change: 1 addition & 0 deletions _events_past/2016-11-27-5th-pint-workshop/overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: page_event
hide_hero: true
title: 5th Workshop on Parallel-in-Time Integration
date: 2016-02-23 00:00:00 +0000
updated: 2016-02-24 08:32:00 +0100
Expand Down
1 change: 1 addition & 0 deletions _events_past/2016-11-27-5th-pint-workshop/participation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: page_event
hide_hero: true
title: 5th Workshop on Parallel-in-Time Integration
date: 2016-02-23 00:00:00 +0000
updated: 2016-02-24 08:32:00 +0100
Expand Down
1 change: 1 addition & 0 deletions _events_past/2016-11-27-5th-pint-workshop/proceedings.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: page_event
hide_hero: true
title: 5th Workshop on Parallel-in-Time Integration
date: 2016-02-23 00:00:00 +0000
updated: 2016-02-24 08:32:00 +0100
Expand Down
1 change: 1 addition & 0 deletions _events_past/2016-11-27-5th-pint-workshop/programme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: page_event
hide_hero: true
title: 5th Workshop on Parallel-in-Time Integration
date: 2016-02-23 00:00:00 +0000
updated: 2016-02-24 08:32:00 +0100
Expand Down
2 changes: 1 addition & 1 deletion _events_past/2024-13th-pint-workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ event_start: 2024-02-05 00:00
event_end: 2024-02-09 24:00
event_url: https://time-x.eu/pint-2024/
navbar: Events
subnavbar: Upcoming
subnavbar: Past
organizers:
- name: Giovanni Samaey
homepage: https://www.kuleuven.be/wieiswie/en/person/00038151
Expand Down
63 changes: 63 additions & 0 deletions _events_past/2025-14th-pint-workshop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
layout: page_event
hide_hero: true
title: "PinT 2025: 14th Workshop on Parallel-in-Time Integration"
date: 2024-04-13 12:00:00 +0000
event_location: Edinburgh, UK
event_start: 2025-07-07 00:00
event_end: 2025-07-11 24:00
event_url: https://icms.ac.uk/activities/workshop/parallel-in-time-algorithms-for-exascale-applications
navbar: Events
subnavbar: Past
organizers:
- name: Jemma Shipton
homepage: https://mathematics.exeter.ac.uk/people/profile/index.php?web_id=js1075
- name: David Acreman
homepage:
- name: Beth Wingate
homepage: https://mathematics.exeter.ac.uk/people/profile/index.php?web_id=bw290
- name: Hiroe Yamazaki
homepage: https://www.imperial.ac.uk/people/h.yamazaki
invited:
- name: Josh Hope-Collins
- name: Juliane Rosemeier
- name: Giancarlo Antonucci
- name: Rob Falgout
- name: Felix Kwok

permalink: /events/14th-pint-workshop/
page_type: event_page
no_lead: true
---

### Brief overview

PinT 2025: the 14th Workshop on Parallel-in-time Integration will be hosted at the ICMS in Edinburgh, UK.
Please visit the [conference website for more information.](https://icms.ac.uk/activities/workshop/parallel-in-time-algorithms-for-exascale-applications/)

### Closing Discussion

#### Main Actions

- Redundant computation discussion: [Hans](https://crd.lbl.gov/divisions/amcr/computational-science-dept/anag/about/staff-and-postdocs/hans-johansen/) agreed to summarize.
- Collation of introductory material and example code on website ([Thibaut](https://github.com/tlunet) and [Jemma](https://github.com/jshipton)?)
- [Daniel](https://github.com/danielru) to share admin permissions for email list - we need to check that the join-up procedure is working!
- [Thibaut](https://github.com/tlunet), [Thomas](https://github.com/brownbaerchen) and [Julius](https://www.linkedin.com/in/juliusosatoehigie) to discuss how to implement Julius’s time-parallel RK - start with mpi4py tutorials. Could a short answer to the question "I'd like to code my method in parallel, where should I start?" could go somewhere on the website? Basically just a pointer to mpi4py (and maybe some examples e.g. of the ensemble communicator in [Firedrake](https://www.firedrakeproject.org/)).

#### Full Summary

- Redundant computation ([Hans](https://crd.lbl.gov/divisions/amcr/computational-science-dept/anag/about/staff-and-postdocs/hans-johansen/) to summarize).
- [Martin](https://www.unige.ch/~gander) cautioned against the use of the word “optimal” without more specific information - this comes from the DD community where it really means “mesh independent scaling”.
- Does PinT work for hyperbolic problems? See [Martin’s Acta Numerica paper](https://www.cambridge.org/core/services/aop-cambridge-core/content/view/E580B25A44766E6729A65D7AF05B1198/S0962492924000072a.pdf/time_parallelization_for_hyperbolic_and_parabolic_problems.pdf) - there are many methods that are not multilevel that can work. Multilevel is a challenge.
- [Josh](https://github.com/JHopeCollins) pointed out a common subproblem shared by ParaDiag and REXI methods: solution of systems that look like backwards Euler steps with complex timestep (which [Colin](https://github.com/colinjcotter) clarified lead to an indefinite-Helmholtz-like problem on elimination to one variable).
- Test problems: these help us to connect with the applications and each other. e.g. equations with fast singular limits / slow attractors - can we find any new and common test problems?
- How do we get domain scientists to adopt time-parallel methods? Need to show speed up for problems they care about. Find people who are really experiencing the bottleneck preventing them from doing exciting science. This would help answer the question "What is the PinT killer-app??" ... I’m not sure we answered this!!
- Next meeting:
- When and where: Linz w/c 29th June but [Martin](https://www.unige.ch/~gander) pointed out that it clashes with SciCADE so it might shift by a week. Not yet announced on the website.
- “Lightning” talks to introduce people early on in the meeting. Suggestion from [Daniel](https://github.com/danielru) to do 30min sessions of 60s talks on the first/second days - just one slide to introduce who you are and what you do.
- Could we run introductory / tutorial sessions to introduce the different methods? This requires considerable effort and additional funding but is a good idea. Instead we will collate material on the parallel-in-time website (see below).
- T-Shirts?!
- PinT website:
- [Daniel](https://github.com/danielru) encouraged people to keep the references section of the website up to date. I think it would help to have the link at the top of the references page point directly to: https://github.com/Parallel-in-Time/parallel-in-time.github.io/wiki/Adding-Publications#steps-for-adding-a-new-publication ✅
- [Martin](https://www.unige.ch/~gander) pointed out that there are a lot of links to click through for the workshops and sometimes it is hard to find the link to the main workshop page. ✅
- [Daniel](https://github.com/danielru) pointed out that the “Codes” section of the website is not up to date and this could be a good place to collate the introductory material. [Thibaut](https://github.com/tlunet) offered to help with this ([Jemma](https://github.com/jshipton) is also happy to help!).
28 changes: 0 additions & 28 deletions _events_upcoming/2025-14th-pint-workshop.md

This file was deleted.

26 changes: 26 additions & 0 deletions _events_upcoming/2026-15th-pint-workshop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: page_event
hide_hero: true
title: "PinT 2026: 15th Workshop on Parallel-in-Time Integration"
date: 2025-07-11 12:00:00 +0000
event_location: Linz, Austria
event_start:
event_end:
event_url:
navbar: Events
subnavbar: Upcoming
organizers:
- name: Andreas Schafelner
homepage: https://numa.jku.at/team/schafelner
- name: Annette Weihs
homepage: https://www.oeaw.ac.at/ricam/staff/annette-weihs
- name: Herbert Egger
homepage: https://numa.jku.at/team/egger
permalink: /events/15th-pint-workshop/
page_type: event_page
no_lead: true
---

_PinT 2026: the 14th Workshop on Parallel-in-time Integration_ will be hosted at [Johann Radon Institute for Computational and Applied Mathematics (RICAM)](https://www.oeaw.ac.at/ricam/home) around late June - early July 2026 (exact date will be set in the next weeks ...).

More details to come ...
5 changes: 3 additions & 2 deletions _includes/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
</p>
{% endunless %}
{% if index %}
<h1 class="entry-title"><a href="{{ root_url }}{{ post.url }}">{% if site.titlecase %}{{ post.title | titlecase }}{%
else %}{{ post.title }}{% endif %}</a></h1>
<h1 class="entry-title"><a href="{{ root_url }}{{ post.url }}">
{% if site.titlecase %}{{ post.title | titlecase }}{% else %}{{ post.title }}{% endif %}
</a></h1>
{% else %}
<h1 class="entry-title">
{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}
Expand Down
2 changes: 2 additions & 0 deletions _includes/asides/event_meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ <h3 class="panel-title">
{% else %}
<button class="btn btn-sm btn-link" disabled title="Event's homepage not available" data-toggle="tooltip">
{% endif %}
original event's website
<i class="fa fa-fw fa-globe"></i>
{% if page.event_url | size > 0 %}
</a>
Expand All @@ -33,6 +34,7 @@ <h3 class="panel-title">
{% if page.wayback_url %}
<span class="pull-right">
<a href="{{ page.wayback_url }}" target="_blank" title="Event web site in Archive.org Wayback machine">
archived website
<i class="fa fa-history fa-fw"></i>
</a>
</span>
Expand Down
3 changes: 0 additions & 3 deletions _includes/asides/event_subnav.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@

<nav id="subnav" class="clearfix" role="navigation">
<ul class="nav nav-tabs">
<li role="presentation" {% if event_index_url==page.url %} class="active" {% endif %}>
<a href="{{ event_index_url }}">Event's Main Page</a>
</li>
{% assign sorted_pages = site.events_upcoming | sort:'subtitle' %}
{% for subpage in sorted_pages %}
{% unless subpage.page_type == 'event_page' %}
Expand Down
32 changes: 23 additions & 9 deletions _includes/landingpage/block_1.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,28 @@
<section>
<h3>A new community resource</h3>
<p>This website collects information about people, methods and software in the field of
parallel-in-time integration methods.</p>
<p>If you would like for your group, your method, your code or your event to be mentioned here,
it is (relatively) simple to add content: The website is based on
<a href="https://github.com/Parallel-in-Time/parallel-in-time.github.io"
target="_blank">GitHub Pages</a>, making it easy for everyone to contribute: See the
<p>Information about people, events, methods and software in the field of
Parallel-in-Time (PinT) integration methods.</p>
<p>
The website is based on GitHub Pages, making it easy for everyone to contribute.
See the
<a href="https://github.com/Parallel-in-Time/parallel-in-time.github.io/wiki"
target="_blank">Wiki</a> for more detailed information.</p>
<h4>Literature list</h4>
<p>We also maintain an extensive <a href="/references/" target="_blank">literature list</a> in BibTex format. Feel free to use it and to add your own PINT-related publications if they are missing!</p>
target="_blank">Wiki for more details ...</a>
</p>


<h4><a href="/references">Literature list</a></h4>
<p>
Extensive list of PinT related publications in BibTex format, <a href="/references">see here ...</a>
Feel free to use it!
<blockquote>
In case one is missing, you can simply add it by <strong>opening a <a
href="https://github.com/Parallel-in-Time/parallel-in-time.github.io/issues/new?template=new-papers-for-bibbot-.md"
target="_blank"
>
"New Papers for BibBot Issue"
</a>
</strong> and provide the DOI or arXiv URL ...
</blockquote>
</p>

</section>
6 changes: 3 additions & 3 deletions _includes/landingpage/block_2.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section>
<h3>Parallel-in-time workshop series</h3>
<p>This website also provides all the information about the parallel-in-time workshop series.
Check out <a href='{{ root_url }}/events/index.html'>workshops</a> for more information.</p>
<h3>Workshop Series</h3>
<p>This website also provides all the information about the PinT workshop series.
Check out <a href='{{ root_url }}/events/index.html'>the workshops overview</a> for more information.</p>
</section>
<section>
<h3>Email list</h3>
Expand Down
7 changes: 0 additions & 7 deletions _layouts/landingpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@

<body>
<main>
<div class="jumbotron">
<div class="container">
<h1>Parallel-in-Time</h1>
<p>About Parallel-in-Time Methods</p>
</div>
</div>

<div class="container">
{{ content | expand_urls: root_url }}
</div>
Expand Down
17 changes: 17 additions & 0 deletions _posts/2025-07-11-pint2025-closing-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: post
hide_hero: true
title: PinT 2025 Workshop - Closing Notes
date: 2025-07-11 12:30:00
author: Thibaut
categories:
- Events
---

The [14th Workshop on Parallel-in-Time Integration (PinT 2025)](/events/14th-pint-workshop) gathered around 40 people from all around the world, and was a great opportunity for sharing and discussing on the new advances on the field.

The closing notes from the last discussions at the end of the workshop have been summarized on the [event page](/events/14th-pint-workshop), feel free to check it out!

<div style="text-align: center;">
<img src='/assets/images/pint2025.jpg' alt="PinT-2025 Group Photo" style="width: 60%; height: auto;">
</div>
Binary file added assets/images/pint2025.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 8 additions & 10 deletions events/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ <h2>Upcoming</h2>
<ul class="list-group">
{% assign sorted_events = site.events_upcoming | sort:'event_start' %}
{% for event in sorted_events %}
{% if event.page_type == 'event_page' %}
{% include event/overview_item.html %}
{% endif %}
<br>
<br>
{% if event.page_type == 'event_page' %}
{% include event/overview_item.html %}
<br>
{% endif %}
{% endfor %}
</ul>
<br>
Expand All @@ -29,11 +28,10 @@ <h2>Past</h2>
<ul class="list-group">
{% assign sorted_events = site.events_past | sort:'event_start' %}
{% for event in sorted_events %}
{% if event.page_type == 'event_page' %}
{% include event/overview_item.html %}
{% endif %}
<br>
<br>
{% if event.page_type == 'event_page' %}
{% include event/overview_item.html %}
<br>
{% endif %}
{% endfor %}
</ul>
</div>
Expand Down
9 changes: 4 additions & 5 deletions events/past/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
<ul class="list-group">
{% assign sorted_events = site.events_past | sort:'event_start' %}
{% for event in sorted_events %}
{% if event.page_type == 'event_page' %}
{% include event/overview_item.html %}
{% endif %}
<br>
<br>
{% if event.page_type == 'event_page' %}
{% include event/overview_item.html %}
<br>
{% endif %}
{% endfor %}
</ul>
9 changes: 4 additions & 5 deletions events/upcoming/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
<ul class="list-group">
{% assign sorted_events = site.events_upcoming | sort:'event_start' %}
{% for event in sorted_events %}
{% if event.page_type == 'event_page' %}
{% include event/overview_item.html %}
{% endif %}
<br>
<br>
{% if event.page_type == 'event_page' %}
{% include event/overview_item.html %}
<br>
{% endif %}
{% endfor %}
</ul>
15 changes: 10 additions & 5 deletions references/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@
---

<p class="lead">
This list of publications closely related to parallel-in-time integration is probably not complete.
Please feel free to add any missing publications through a
<a href="https://github.com/Parallel-in-Time/parallel-in-time.github.io/wiki" target="_blank">
pull request on GitHub
</a>.
<blockquote>
This list of publications closely related to parallel-in-time integration is probably not complete.
In case you find one that is missing on the list, you can simply add it by <strong>opening a <a
href="https://github.com/Parallel-in-Time/parallel-in-time.github.io/issues/new?template=new-papers-for-bibbot-.md"
target="_blank"
>
"New Papers for BibBot Issue"
</a>
</strong> and provide the DOI or arXiv URL ...
</blockquote>
</p>


Expand Down
Loading