[Aces-support] Error with submitting job

Chinnawat Surussavadee surusc at MIT.EDU
Sat Sep 29 11:26:02 EDT 2007


Hello,

1. I tried to submit a job using qsub, but I got some errors.  Could anyone
please point out how I should fix this problem?  Both pbs job and error message
are shown below.  Please note that this same pbs job worked fine before (some
time last year)

2. I could not access /net/ds-0a/raid1/.  Could the admin please check if the
disk is mounted properly?

Thank you,

Chinnawat


This is my pbs job:
$ more January_2_9.pbs
#!/bin/bash
#PBS -q one
#PBS -N January_2_9
#PBS -l nodes=1:ppn=2
#PBS -V
echo $PBS_NODEFILE
cat  $PBS_NODEFILE
cd $PBS_O_WORKDIR

export MODULE_VERSION="3.1.6"
source /usr/local/pkg/modules/modules-$MODULE_VERSION/init/bash

module load matlab

matlab < January_2_9.m > matlab.out

-------------------
This is an error message I received:
$ more January_2_9.e93573
ModuleCmd_Load.c(199):ERROR:105: Unable to locate a modulefile for 'man'
??c(3):ERROR:105: Unable to locate a modulefile for 'modules'
??c(4):ERROR:105: Unable to locate a modulefile for 'rsh'
??c(5):ERROR:105: Unable to locate a modulefile for 'torque'
$(7):ERROR:105: Unable to locate a modulefile for 'matlab'
/var/torque/mom_priv/jobs/93573.geo.SC: line 15: matlab: command not found


More information about the Aces-support mailing list