Skip to content

Commit 6f99656

Browse files
Update intel-mpi versions, and update tutorials
1 parent ecce325 commit 6f99656

File tree

53 files changed

+202
-185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+202
-185
lines changed

examples/basic_expansion_config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ ramble:
4646
ompi412:
4747
pkg_spec: [email protected] +legacylaunchers +pmi +thread_multiple +cxx target=x86_64
4848
compiler: gcc9
49-
impi2021:
50-
pkg_spec: intel-oneapi-mpi@2021.11.0
49+
intel-mpi:
50+
pkg_spec: intel-oneapi-mpi@2021.13.1
5151
compiler: gcc9
5252
openfoam:
5353
pkg_spec: openfoam-org@7
@@ -66,5 +66,5 @@ ramble:
6666
- openfoam
6767
wrfv4:
6868
packages:
69-
- impi2021
69+
- intel-mpi
7070
- wrfv4

examples/basic_gromacs_config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ ramble:
5252
gcc9:
5353
pkg_spec: [email protected] target=x86_64
5454
compiler_spec: [email protected]
55-
impi2021:
56-
pkg_spec: intel-oneapi-mpi@2021.11.0 target=x86_64
55+
intel-mpi:
56+
pkg_spec: intel-oneapi-mpi@2021.13.1 target=x86_64
5757
compiler: gcc9
5858
gromacs:
5959
@@ -62,4 +62,4 @@ ramble:
6262
gromacs:
6363
packages:
6464
- gromacs
65-
- impi2021
65+
- intel-mpi

examples/tutorial_10_aps_error_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ramble:
3333
gcc9:
3434
3535
intel-mpi:
36-
pkg_spec: intel-oneapi-mpi@2021.11.0
36+
pkg_spec: intel-oneapi-mpi@2021.13.1
3737
compiler: gcc9
3838
wrfv4:
3939
pkg_spec: [email protected] build_type=dm+sm compile_type=em_real nesting=basic ~chem

examples/tutorial_10_aps_final_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ramble:
3333
gcc9:
3434
3535
intel-mpi:
36-
pkg_spec: intel-oneapi-mpi@2021.11.0
36+
pkg_spec: intel-oneapi-mpi@2021.13.1
3737
compiler: gcc9
3838
aps:
3939
pkg_spec: intel-oneapi-vtune

examples/tutorial_10_lscpu_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ramble:
3232
gcc9:
3333
3434
intel-mpi:
35-
pkg_spec: intel-oneapi-mpi@2021.11.0
35+
pkg_spec: intel-oneapi-mpi@2021.13.1
3636
compiler: gcc9
3737
wrfv4:
3838
pkg_spec: [email protected] build_type=dm+sm compile_type=em_real nesting=basic ~chem

examples/tutorial_11_exec_injection_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ramble:
4646
gcc9:
4747
4848
intel-mpi:
49-
pkg_spec: intel-oneapi-mpi@2021.11.0
49+
pkg_spec: intel-oneapi-mpi@2021.13.1
5050
compiler: gcc9
5151
wrfv4:
5252
pkg_spec: [email protected] build_type=dm+sm compile_type=em_real nesting=basic ~chem

examples/tutorial_11_exec_order_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ramble:
5252
gcc9:
5353
5454
intel-mpi:
55-
pkg_spec: intel-oneapi-mpi@2021.11.0
55+
pkg_spec: intel-oneapi-mpi@2021.13.1
5656
compiler: gcc9
5757
wrfv4:
5858
pkg_spec: [email protected] build_type=dm+sm compile_type=em_real nesting=basic ~chem

examples/tutorial_11_new_exec_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ramble:
4242
gcc9:
4343
4444
intel-mpi:
45-
pkg_spec: intel-oneapi-mpi@2021.11.0
45+
pkg_spec: intel-oneapi-mpi@2021.13.1
4646
compiler: gcc9
4747
wrfv4:
4848
pkg_spec: [email protected] build_type=dm+sm compile_type=em_real nesting=basic ~chem

examples/tutorial_6_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ramble:
3030
gcc9:
3131
3232
intel-mpi:
33-
pkg_spec: intel-oneapi-mpi@2021.11.0
33+
pkg_spec: intel-oneapi-mpi@2021.13.1
3434
compiler: gcc9
3535
wrfv4:
3636
pkg_spec: [email protected] build_type=dm+sm compile_type=em_real nesting=basic ~chem

examples/tutorial_7_base_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ramble:
3535
gcc9:
3636
3737
intel-mpi:
38-
pkg_spec: intel-oneapi-mpi@2021.11.0
38+
pkg_spec: intel-oneapi-mpi@2021.13.1
3939
compiler: gcc9
4040
wrfv4:
4141
pkg_spec: [email protected] build_type=dm+sm compile_type=em_real nesting=basic ~chem

0 commit comments

Comments
 (0)