38,907
edits
No edit summary |
(Updating to match new version of source page) |
||
Line 54: | Line 54: | ||
Voici un exemple d'un script g16. | Voici un exemple d'un script g16. | ||
{{File | {{File | ||
|name=mysub.sh | |name=mysub.sh | ||
Line 65: | Line 63: | ||
#SBATCH --cpus-per-task=16 # No. of cpus for the job as defined by %nprocs in the name.com file | #SBATCH --cpus-per-task=16 # No. of cpus for the job as defined by %nprocs in the name.com file | ||
module load gaussian/g16.b01 | module load gaussian/g16.b01 | ||
g16 < name.com > | g16 < name.com # <div class="mw-translate-fuzzy"> | ||
g16 command, input: name.com, output: name.log by default | |||
</div> | |||
}} | }} | ||
====Soumettez la tâche==== | ====Soumettez la tâche==== | ||
sbatch mysub.sh | sbatch mysub.sh |