cc_staff
415
edits
(Created page with "{{Draft}} = Introduction = The kernel of the Dalton2016 suite is the two powerful molecular electronic structure programs, Dalton and LSDalton. Together, the two programs pr...") |
|||
Line 14: | Line 14: | ||
== Example 1 == | == Example 1 == | ||
<tabs> | |||
<tab name="Script"> | |||
{{File | |||
|name=run_glost_test.sh | |||
|lang="bash" | |||
|contents= | |||
#!/bin/bash | |||
#SBATCH --nodes=1 | |||
#SBATCH --ntasks-per-node=2 | |||
#SBATCH --time=00-02:00 | |||
#SBATCH --mem-per-cpu=4000M | |||
# Load GLOST module along with the modules required to run your application: | |||
}} | |||
</tab> | |||
<tab name="List of Tasks"> | |||
{{File | |||
|name=list_glost_tasks.txt | |||
|lang="txt" | |||
|contents= | |||
nargument=20 && sleep 360 && echo ${nargument}.`hostname` > log_${nargument}.txt | |||
}} | |||
</tab> | |||
</tabs> | |||
== Example 2 == | == Example 2 == |