From 51ad1f58458bd1bc835697886dcdf62b2d5d8ad1 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Tue, 16 Jan 2024 07:39:41 +0100 Subject: [PATCH] Update power10.md --- docs.it4i/cs/guides/power10.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.it4i/cs/guides/power10.md b/docs.it4i/cs/guides/power10.md index 102e23fc0..265293336 100644 --- a/docs.it4i/cs/guides/power10.md +++ b/docs.it4i/cs/guides/power10.md @@ -1,6 +1,6 @@ # 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: ```console @@ -11,7 +11,7 @@ where: - `-N 1` means allocation single node, - `-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. On the partition, you should reload the list of modules: @@ -208,4 +208,4 @@ program main deallocate(w1) deallocate(w2) end program main -``` \ No newline at end of file +``` -- GitLab