#!/bin/bash

FeffPath=/home/fer/src/Feff/f9_develop/feff90/bin/MPI

NP=16
HOSTLIST=n7,n8,n9,n10

mpirun --nolocal -bynode -np $NP --host $HOSTLIST $FeffPath/rdinp
mpirun --nolocal -bynode -np $NP --host $HOSTLIST $FeffPath/dmdw
mpirun --nolocal -bynode -np $NP --host $HOSTLIST $FeffPath/atomic
mpirun --nolocal -bynode -np $NP --host $HOSTLIST $FeffPath/pot
mpirun --nolocal -bynode -np $NP --host $HOSTLIST $FeffPath/ldos
mpirun --nolocal -bynode -np $NP --host $HOSTLIST $FeffPath/screen
mpirun --nolocal -bynode -np $NP --host $HOSTLIST $FeffPath/xsph
mpirun --nolocal -bynode -np $NP --host $HOSTLIST $FeffPath/fms
mpirun --nolocal -bynode -np $NP --host $HOSTLIST $FeffPath/mkgtr
mpirun --nolocal -bynode -np $NP --host $HOSTLIST $FeffPath/path
mpirun --nolocal -bynode -np $NP --host $HOSTLIST $FeffPath/genfmt
mpirun --nolocal -bynode -np $NP --host $HOSTLIST $FeffPath/ff2x
mpirun --nolocal -bynode -np $NP --host $HOSTLIST $FeffPath/sfconv
mpirun --nolocal -bynode -np $NP --host $HOSTLIST $FeffPath/eels

