Hi
I am submitting job using sbatch command.
And my script is as follows:

#!/bin/sh
source /etc/profile
source $HOME/.bashrc

#SBATCH --job-name=222e
#SBATCH --output=slurm-%j.out
#SBATCH --error=slurm-%j.err
#SBATCH --ntasks=1
#SBATCH --mem-per-cpu=50
#SBATCH --account=dhvani
#SBATCH [email protected]
#SBATCH --mail-type=ALL

cd /home1/dhvani/namd_input/;
MACHINE_FILE=/home1/dhvani/namd_input//machinefile
/opt/slurm/bin/scontrol show hostname $SLURM_JOB_NODELIST &> $MACHINE_FILE
/opt/pkgs/NAMD_2.9_Linux-x86_64-multicore/namd2  
/home1/dhvani/namd_input/apoa1.namd > 22323

But it is giving error: Requested node configuration is not available.(due to 
memory option)
I am attaching the slurm.conf file too.

Kindly help.

Regards
Suprita

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. WARNING: Computer viruses can be transmitted via email. The 
recipient should check this email and any attachments for the presence of 
viruses. The company accepts no liability for any damage caused by any virus 
transmitted by this email. www.wipro.com

Attachment: slurm.conf
Description: slurm.conf

Reply via email to