diff --git a/src/srun/mpirun.elan b/src/srun/mpirun.elan
deleted file mode 100644
index 89ebf4f5071fab50c72bc851d520ed91d3922829..0000000000000000000000000000000000000000
--- a/src/srun/mpirun.elan
+++ /dev/null
@@ -1,22 +0,0 @@
-#! /bin/sh
-# Sample mpirun.<arch> file to be installed for direct use of srun
-if [ "$MPIR_HOME" = "" ] ; then 
-    MPIR_HOME=#MPIR_HOME#
-fi
-if [ "$MPIR_HOME" = "#""MPIR_HOME""#" ] ; then
-    MPIR_HOME=`pwd`/..
-fi
-if [ "#MPIRUN_BIN#" = "#""MPIRUN_BIN""#" ] ; then 
-    MPIRUN_HOME=$MPIR_HOME/bin
-else
-    MPIRUN_HOME=$MPIR_HOME/#MPIRUN_BIN#
-fi
-if [ "$argsset" = "" ] ; then
-   . $MPIRUN_HOME/mpirun.args
-   argsset=1
-fi
-if [ "$debugger" != "" ] ;  then
-    $Show "totalview srun -a -n$np $progname $cmdLineArgs"
-else
-    $Show srun -n $np $progname $cmdLineArgs  
-fi