#!/bin/sh

# request Bourne shell as shell for job
#$ -S /bin/sh

# Name of the job
#$ -N upr_0_298

# Name of the output error file
#$ -o cg_upr.iw_run.log 

# Combine output/ error messages into one file
#$ -j y

# Use current working directory
#$ -cwd

# Specify the parallel environment (pe)
#$ -pe mpich 2

# Commands to be executed
 /home/sourav/NAMD_2.10_Linux-x86_64-multicore/charmrun +p2 /home/sourav/NAMD_2.10_Linux-x86_64-multicore/namd2 cg_upr.iw_run.conf
