Skip to content

Commit 614f082

Browse files
committed
TOMS is now a project
1 parent c999933 commit 614f082

15 files changed

+248
-116
lines changed

pySDC/playgrounds/Allen_Cahn/contracting_circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def main():
4646
sweeper_params = dict()
4747
sweeper_params['collocation_class'] = CollGaussLobatto
4848
sweeper_params['num_nodes'] = 3
49-
sweeper_params['QI'] = ['LU', 'IEpar']
49+
sweeper_params['QI'] = ['LU']
5050
sweeper_params['spread'] = False
5151
sweeper_params['do_coll_update'] = False
5252

pySDC/playgrounds/TOMS/visualize_pySDC_with_PETSc.py

Lines changed: 0 additions & 90 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Install pySDC on JURECA
2+
http://www.fz-juelich.de/ias/jsc/EN/Expertise/Supercomputers/JURECA/JURECA_node.html
3+
4+
> module load Intel IntelMPI
5+
> module load petsc4py
6+
> module load SciPy-Stack
7+
> module load mpi4py
8+
9+
> pip install --user dill
10+
11+
> git clone https://github.com/Parallel-in-Time/pySDC.git
12+
File renamed without changes.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
result:
2+
nnodes | ntasks | space_size | timing_pat | error_pat | niter_pat
3+
-------+--------+------------+------------+------------+----------
4+
1 | 1 | 1 | 518.124 | 0.00019842 | 14.58
5+
1 | 2 | 2 | 337.4485 | 0.00019842 | 14.58
6+
1 | 4 | 4 | 159.902 | 0.00019842 | 14.58
7+
1 | 6 | 6 | 118.1775 | 0.00019842 | 14.58
8+
1 | 12 | 12 | 72.6939 | 0.00019842 | 14.58
9+
1 | 24 | 24 | 50.5846 | 0.00019842 | 14.58
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
result:
2+
nnodes | ntasks | space_size | timing_pat | error_pat | niter_pat
3+
-------+--------+------------+------------+------------+----------
4+
1 | 12 | 1 | 84.5776 | 0.00019842 | 14.0
5+
1 | 24 | 2 | 48.6976 | 0.00019842 | 14.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
result:
2+
nnodes | ntasks | space_size | timing_pat | error_pat | niter_pat
3+
-------+--------+------------+------------+------------+----------
4+
1 | 2 | 1 | 285.9574 | 0.00019842 | 14.67
5+
1 | 4 | 2 | 166.7815 | 0.00019842 | 14.58
6+
1 | 8 | 4 | 91.4402 | 0.00019842 | 14.58
7+
1 | 12 | 6 | 70.9528 | 0.00019842 | 14.58
8+
1 | 24 | 12 | 43.5992 | 0.00019842 | 14.58
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
result:
2+
nnodes | ntasks | space_size | timing_pat | error_pat | niter_pat
3+
-------+--------+------------+------------+------------+----------
4+
1 | 24 | 1 | 60.23 | 0.00019842 | 14.0
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
result:
2+
nnodes | ntasks | space_size | timing_pat | error_pat | niter_pat
3+
-------+--------+------------+------------+------------+----------
4+
1 | 4 | 1 | 178.1946 | 0.00019842 | 14.67
5+
1 | 8 | 2 | 103.2252 | 0.00019842 | 13.83
6+
1 | 16 | 4 | 50.9991 | 0.00019842 | 14.5
7+
1 | 24 | 6 | 39.7261 | 0.00019842 | 13.83
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
result:
2+
nnodes | ntasks | space_size | timing_pat | error_pat | niter_pat
3+
-------+--------+------------+------------+------------+----------
4+
1 | 6 | 1 | 136.7693 | 0.00019842 | 13.75
5+
1 | 12 | 2 | 66.9084 | 0.00019842 | 13.5
6+
1 | 24 | 4 | 38.5683 | 0.00019842 | 13.75

0 commit comments

Comments
 (0)