in reply to Re^3: How can I convert my script for submitting SLURM jobs from Bash to Perl?
in thread How can I convert my script for submitting SLURM jobs from Bash to Perl?
It gave this error: Can't exec "gaussian": No such file or directory at...#!/usr/bin/perl #SBATCH -A 1234 #SBATCH -t 2-00:00 #SBATCH -n 24 use warnings; use strict; system("module add gaussian"); system("srun resp.com")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How can I convert my script for submitting SLURM jobs from Bash to Perl?
by Anonymous Monk on Feb 18, 2015 at 23:28 UTC |