#!/bin/bash #$ -S /bin/bash #$ -l qname=parallel.q #$ -l h_rt=6:60:00 #$ -o jobtest.out #$ -e jobtest.err #$ -pe orte 8 #$ -cwd #$ -j y #$ -R y module load intel/ics-2013 module load openmpi-x86_64 mpirun -np 8 /share/scratch/sponce/espresso/bin/pw.x --npool 8 < scf.in > scf.out mpirun -np 8 /share/scratch/sponce/espresso/bin/ph.x --npool 8 < ph.in > ph.out