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

update

parent 68043c3a
Branches
No related tags found
No related merge requests found
...@@ -290,7 +290,7 @@ When deciding this values, think about following guiding rules: ...@@ -290,7 +290,7 @@ When deciding this values, think about following guiding rules:
1. Number of tasks should be modulo 16. 1. Number of tasks should be modulo 16.
1. These rules are valid only when all tasks have similar task walltimes T. 1. These rules are valid only when all tasks have similar task walltimes T.
### Submit the Job Array ### Submit the Job Array (-J)
To submit the job array, use the qsub -J command. The 992 tasks' job of the [example above](capacity-computing/#combined_example) may be submitted like this: To submit the job array, use the qsub -J command. The 992 tasks' job of the [example above](capacity-computing/#combined_example) may be submitted like this:
......
# Environment and Modules # Environment and Modules
### Environment Customization ## Environment Customization
After logging in, you may want to configure the environment. Write your preferred path definitions, aliases, functions and module loads in the .bashrc file After logging in, you may want to configure the environment. Write your preferred path definitions, aliases, functions and module loads in the .bashrc file
...@@ -26,7 +26,7 @@ fi ...@@ -26,7 +26,7 @@ fi
!!! note !!! note
Do not run commands outputting to standard output (echo, module list, etc) in .bashrc for non-interactive SSH sessions. It breaks fundamental functionality (scp, PBS) of your account! Conside utilization of SSH session interactivity for such commands as stated in the previous example. Do not run commands outputting to standard output (echo, module list, etc) in .bashrc for non-interactive SSH sessions. It breaks fundamental functionality (scp, PBS) of your account! Conside utilization of SSH session interactivity for such commands as stated in the previous example.
### Application Modules ## Application Modules
In order to configure your shell for running particular application on Anselm we use Module package interface. In order to configure your shell for running particular application on Anselm we use Module package interface.
...@@ -75,7 +75,7 @@ PrgEnv-gnu sets up the GNU development environment in conjunction with the bullx ...@@ -75,7 +75,7 @@ PrgEnv-gnu sets up the GNU development environment in conjunction with the bullx
PrgEnv-intel sets up the INTEL development environment in conjunction with the Intel MPI library PrgEnv-intel sets up the INTEL development environment in conjunction with the Intel MPI library
### Application Modules Path Expansion ## Application Modules Path Expansion
All application modules on Salomon cluster (and further) will be build using tool called [EasyBuild](http://hpcugent.github.io/easybuild/ "EasyBuild"). In case that you want to use some applications that are build by EasyBuild already, you have to modify your MODULEPATH environment variable. All application modules on Salomon cluster (and further) will be build using tool called [EasyBuild](http://hpcugent.github.io/easybuild/ "EasyBuild"). In case that you want to use some applications that are build by EasyBuild already, you have to modify your MODULEPATH environment variable.
......
...@@ -10,7 +10,7 @@ The following module command makes the latest version of orca available to your ...@@ -10,7 +10,7 @@ The following module command makes the latest version of orca available to your
$ module load ORCA/3_0_3-linux_x86-64 $ module load ORCA/3_0_3-linux_x86-64
``` ```
**Dependency** ### Dependency
```bash ```bash
$ module list $ module list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment