d11-24.hpc.usc.edu
/var/spool/slurm/d/job2282831/slurm_script: line 11: qchem: command not found
I am receiving this error message in the output file.
The run file I am using is the following. The input file runs perfectly well on the Qchem servers.
#!/bin/bash
#BATCH --nodes=1
#SBATCH --ntasks-per-node=20
#SBATCH --mem-per-cpu=2GB
#SBATCH --time=24:00:00
#SBATCH --output=nh3.out
module load qchem-openmp
cd $SLURM_SUBMIT_DIR
hostname
qchem -nt 20 nh3.inp nh3.out