You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and [HeatEquation_ND_FD_forced_periodic_gpu.py](../../implementations/problem_classes/HeatEquation_ND_FD_forced_periodic.py)
24
25
Now you are ready to run `pySDC` on the GPU.
25
26
26
27
Run pySDC on the GPU
27
-
------------
28
-
You have to configure a Script to run it. You can see at the file [heat.py](heat.py) that the parameters are the
28
+
--------------------
29
+
You have to configure a script to run it. You can see at the file [heat.py](heat.py) that the parameters are the
29
30
same for GPU and CPU. Only the import for the problem_class changed.
30
31
31
-
32
-
33
32
More examples
34
-
----------
33
+
-------------
35
34
Further examples can found with Allen-Cahn:
36
35
* problem: [AllenCahn_2D_FD.py](../../implementations/problem_classes/AllenCahn_2D_FD.py) and [AllenCahn_2D_FD_gpu.py](../../implementations/problem_classes/AllenCahn_2D_FD_gpu.py)
37
36
* problem: [AllenCahn_2D_FFT.py](../../implementations/problem_classes/AllenCahn_2D_FFT.py) and [AllenCahn_2D_FFT_gpu.py](../../implementations/problem_classes/AllenCahn_2D_FFT_gpu.py)
38
37
* Script to run pySDC: [ac-fft.py](ac-fft.py)
39
38
40
39
40
+
Running large problems on GPU
41
+
-----------------------------
42
+
This project contains some infrastructure for running and plotting specific problems.
43
+
The main file is `run_experiment` and can be configured using command line arguments.
0 commit comments