NWCHEM: Difference between revisions

From Wiki
Jump to navigation Jump to search
No edit summary
Replacing page with ' == NWChem =='
Line 1: Line 1:
  #! /bin/bash
  == NWChem ==
# queue system setup:
# pe request
#$ -pe n0 4
#MPI INTEL
export MPIDIR=/opt/intel/mpi/
export PATH=$MPIDIR:$MPIDIR/bin:$PATH
export LD_LIBRARY_PATH=$MPIDIR/lib
export P4_RSHCOMMAND=rsh
export MACHINEFILE=$TMPDIR/machines
export NCPUS=4
cd /home/abraga/TESTS
/opt/intel/mpi/bin/mpirun -np $NCPUS -machinefile $MACHINEFILE /opt/nwchem/bin/nwchem job.nw >& job.out

Revision as of 11:37, 1 October 2007

== NWChem ==