Skip to content
Snippets Groups Projects
Commit 51ad1f58 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update power10.md

parent b4376b36
No related branches found
No related tags found
No related merge requests found
Pipeline #36149 passed with warnings
# Using IBM Power Partition # Using IBM Power Partition
For testing your application on the IBM Power parition, For testing your application on the IBM Power partition,
you need to prepare a job script for that partition or use the interactive job: you need to prepare a job script for that partition or use the interactive job:
```console ```console
...@@ -11,7 +11,7 @@ where: ...@@ -11,7 +11,7 @@ where:
- `-N 1` means allocation single node, - `-N 1` means allocation single node,
- `-c 192` means allocation 192 cores (threads), - `-c 192` means allocation 192 cores (threads),
- `-p p07-power` is IBM Power parition, - `-p p07-power` is IBM Power partition,
- `--time=08:00:00` means allocation for 8 hours. - `--time=08:00:00` means allocation for 8 hours.
On the partition, you should reload the list of modules: On the partition, you should reload the list of modules:
...@@ -208,4 +208,4 @@ program main ...@@ -208,4 +208,4 @@ program main
deallocate(w1) deallocate(w1)
deallocate(w2) deallocate(w2)
end program main end program main
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment