-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'improvement.mpi3.restart' into 'master.dev'
[improvement.mpi3.restart] Communicate PartInt,PartData with MPI upon LB instead of HDF5 readin See merge request piclas/piclas!670
- Loading branch information
Showing
59 changed files
with
4,205 additions
and
2,427 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,25 @@ | |
0.0 | ||
0.0 | ||
0.0 | ||
0.0 | ||
0.0 | ||
0.0 | ||
0.0 | ||
0.0 | ||
0.0 | ||
0.0 | ||
0.0 | ||
0.0 | ||
0.0 | ||
0.0 | ||
0.0 | ||
0.0 | ||
0.0 | ||
0.0 | ||
0.0 | ||
0.0 | ||
0.0 | ||
0.0 | ||
0.0 | ||
0.0 | ||
0.0 |
7 changes: 7 additions & 0 deletions
7
regressioncheck/NIG_poisson/poisson_box_Dirichlet/analyze.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
regressioncheck/NIG_poisson/poisson_box_Dirichlet/command_line.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
MPI = 1 ! Create reference file with single execution | ||
! IMPORTANT: Create one reference file with single execution and run post-externals with multiple processors | ||
! to test the restart functionality (0 iterations as the solution should be read in the correct way) | ||
MPI = 1 |
9 changes: 5 additions & 4 deletions
9
regressioncheck/NIG_poisson/poisson_box_Dirichlet/externals.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
! --- Externals Tool Reggie | ||
! gcc/9.2.0 cmake/3.21.3 openmpi/3.1.6/gcc/9.2.0 hdf5/1.10.6/gcc/9.2.0/openmpi/3.1.6 | ||
!MPI = 1,2,3,4,5,6,7,8,9,10,11,12,13 | ||
MPI = 1,2,3,4,5,6,7,8,9,10,11,12,13 | ||
|
||
! gcc/11.2.0 cmake/3.21.3 openmpi/4.1.1/gcc/11.2.0 hdf5/1.12.1/gcc/11.2.0/openmpi/4.1.1 | ||
! Due to the change in compiler version, not all mpirun possibilities run without HDG iterations | ||
MPI = 1,2,4,8 | ||
! Update: this is wrong, there was a bug in the rotation of the DG (HDG) side solution | ||
!MPI = 1,2,4,8 | ||
|
||
externalbinary = ./bin/piclas ! Relative binary path in build directory | ||
externaldirectory = post-piclas-restart/ ! Directory name, where the files are located for the external tool reggie | ||
externalruntime = post ! Run after piclas is completed (post: after, pre: before) | ||
cmd_suffix = turner2013_State_000.00000000500000000.h5 ! Suffix for the binary execution | ||
cmd_pre_execute = ln\s-sf\s../turner2013_State_000.00000000500000000.h5 ! "\s" resembles a white space character in the command (simply using " " is not allowed) | ||
cmd_suffix = ../turner2013_State_000.00000000500000000.h5 ! Suffix for the binary execution | ||
!cmd_pre_execute = ln\s-sf\s../turner2013_State_000.00000000500000000.h5 ! "\s" resembles a white space character in the command (simply using " " is not allowed) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.