Skip to content
Snippets Groups Projects
Commit 2adbd7fb authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

update

parent e6ce8e0b
No related branches found
No related tags found
5 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!74Md revision
Pipeline #
...@@ -8,7 +8,7 @@ After logging in, you may want to configure the environment. Write your preferre ...@@ -8,7 +8,7 @@ After logging in, you may want to configure the environment. Write your preferre
# ./bashrc # ./bashrc
# Source global definitions # Source global definitions
if [-f /etc/bashrc ]; then if [ -f /etc/bashrc ]; then
. /etc/bashrc . /etc/bashrc
fi fi
......
...@@ -101,7 +101,7 @@ To run ANSYS Fluent in batch mode with user's config file you can utilize/modify ...@@ -101,7 +101,7 @@ To run ANSYS Fluent in batch mode with user's config file you can utilize/modify
#We assume that if they didn’t specify arguments then they should use the #We assume that if they didn’t specify arguments then they should use the
#config file if ["xx${input}${case}${mpp}${fluent_args}zz" = "xxzz" ]; then #config file if ["xx${input}${case}${mpp}${fluent_args}zz" = "xxzz" ]; then
if [-f pbs_fluent.conf ]; then if [ -f pbs_fluent.conf ]; then
. pbs_fluent.conf . pbs_fluent.conf
else else
printf "No command line arguments specified, " printf "No command line arguments specified, "
......
...@@ -8,7 +8,7 @@ After logging in, you may want to configure the environment. Write your preferre ...@@ -8,7 +8,7 @@ After logging in, you may want to configure the environment. Write your preferre
# ./bashrc # ./bashrc
# Source global definitions # Source global definitions
if [-f /etc/bashrc ]; then if [ -f /etc/bashrc ]; then
. /etc/bashrc . /etc/bashrc
fi fi
......
...@@ -101,7 +101,7 @@ To run ANSYS Fluent in batch mode with user's config file you can utilize/modify ...@@ -101,7 +101,7 @@ To run ANSYS Fluent in batch mode with user's config file you can utilize/modify
#We assume that if they didn’t specify arguments then they should use the #We assume that if they didn’t specify arguments then they should use the
#config file if ["xx${input}${case}${mpp}${fluent_args}zz" = "xxzz" ]; then #config file if ["xx${input}${case}${mpp}${fluent_args}zz" = "xxzz" ]; then
if [-f pbs_fluent.conf ]; then if [ -f pbs_fluent.conf ]; then
. pbs_fluent.conf . pbs_fluent.conf
else else
printf "No command line arguments specified, " printf "No command line arguments specified, "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment