From 29512a3b444e77c820ccfa6c96b272fc300991d4 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Tue, 5 Apr 2022 13:14:24 +0200 Subject: [PATCH] Update openfoam.md --- docs.it4i/software/viz/openfoam.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs.it4i/software/viz/openfoam.md b/docs.it4i/software/viz/openfoam.md index afb918e9f..8f35268a5 100644 --- a/docs.it4i/software/viz/openfoam.md +++ b/docs.it4i/software/viz/openfoam.md @@ -45,10 +45,10 @@ For information on how to use modules, look [here][1]. ## Getting Started -To create OpenFOAM environment on Anselm, use the commands: +To create OpenFOAM environment, use the commands: ```console -$ ml openfoam/2.2.1-icc-openmpi1.6.5-DP +$ ml openfoam $ source $FOAM_BASHRC ``` @@ -102,10 +102,10 @@ runApplication blockMesh runApplication icoFoam ``` -Job submission (example for Anselm): +Job submission (example for Karolina): ```console -$ qsub -A OPEN-0-0 -q qprod -l select=1:ncpus=16,walltime=03:00:00 test.sh +$ qsub -A OPEN-0-0 -q qprod -l select=1:ncpus=128,walltime=03:00:00 test.sh ``` For information about job submission, look [here][2]. -- GitLab