diff --git a/RegressionTests/AWAGun-1/AWAGun-1.local b/RegressionTests/AWAGun-1/AWAGun-1.local
index 11c4b0f5a0d2adeff4614281e49676cb9a45d59c..0cb72c88c6b6f0c220c9a17d6488e42711e5b062 100755
--- a/RegressionTests/AWAGun-1/AWAGun-1.local
+++ b/RegressionTests/AWAGun-1/AWAGun-1.local
@@ -1,2 +1,2 @@
 #!/bin/bash 
-mpirun -np 4 $OPAL_EXE_PATH/opal AWAGun-1.in --info 2 2>&1
+mpirun -np 4 "$OPAL_EXE_PATH/opal" AWAGun-1.in --info 2 "$@" 2>&1
diff --git a/RegressionTests/AWAGun-TrackBack-1/AWAGun-TrackBack-1.local b/RegressionTests/AWAGun-TrackBack-1/AWAGun-TrackBack-1.local
index c9092c0187f589056ffa4cba58af3716e172a073..3ca377a4702df23e9207a0e0f9e3acfad7cf4e0b 100755
--- a/RegressionTests/AWAGun-TrackBack-1/AWAGun-TrackBack-1.local
+++ b/RegressionTests/AWAGun-TrackBack-1/AWAGun-TrackBack-1.local
@@ -1,2 +1,2 @@
 #!/bin/bash 
-mpirun -np 4 $OPAL_EXE_PATH/opal AWAGun-TrackBack-1.in --info 2 2>&1
+mpirun -np 4 $OPAL_EXE_PATH/opal AWAGun-TrackBack-1.in --info 2 "$@" 2>&1
diff --git a/RegressionTests/BC1-1_fixme/BC1-1.local b/RegressionTests/BC1-1_fixme/BC1-1.local
index fe2f039880b5589cbe5272d57713b60e94eed8ba..5f613b70166a2d1fa0f8a99ade4000e1ff4fff7b 100755
--- a/RegressionTests/BC1-1_fixme/BC1-1.local
+++ b/RegressionTests/BC1-1_fixme/BC1-1.local
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-mpirun -np 1 $OPAL_EXE_PATH/opal BC1-1.in --commlib mpi --info 3 --warn 0 2>&1 
+mpirun -np 1 $OPAL_EXE_PATH/opal BC1-1.in --commlib mpi --info 3 --warn 0 "$@" 2>&1 
diff --git a/RegressionTests/BeamLine-1/BeamLine-1.local b/RegressionTests/BeamLine-1/BeamLine-1.local
index 2cb4b675e88f9d5c65197429ad6306b5a027a80f..a2d28dfd291750b90bdb6abab346f74b26487b8c 100755
--- a/RegressionTests/BeamLine-1/BeamLine-1.local
+++ b/RegressionTests/BeamLine-1/BeamLine-1.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal BeamLine-1.in --commlib mpi --info 2 --warn 0 2>&1
+
+timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal BeamLine-1.in --commlib mpi --info 2 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/BeamLine-2/BeamLine-2.local b/RegressionTests/BeamLine-2/BeamLine-2.local
index c9a59baa7a7f42419548cea7c8eea28aa40e8de2..b2a5a26679c42d970746d00b7709e59c60b7efae 100755
--- a/RegressionTests/BeamLine-2/BeamLine-2.local
+++ b/RegressionTests/BeamLine-2/BeamLine-2.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal BeamLine-2.in --commlib mpi --info 3 --warn 0 2>&1 
+
+timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal BeamLine-2.in --commlib mpi --info 3 --warn 0 "$@" 2>&1 
diff --git a/RegressionTests/CSRBendDrift/CSRBendDrift.local b/RegressionTests/CSRBendDrift/CSRBendDrift.local
index 0345be0176246c730ef92605b582fef5d9dbef61..946acc4fac8e9641d730bf6e4c5997a71ccf8890 100755
--- a/RegressionTests/CSRBendDrift/CSRBendDrift.local
+++ b/RegressionTests/CSRBendDrift/CSRBendDrift.local
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal CSRBendDrift.in --commlib mpi --info 3 --warn 0 2>&1 
+timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal CSRBendDrift.in --commlib mpi --info 3 --warn 0 "$@" 2>&1 
diff --git a/RegressionTests/DCGun-Cornell-1/DCGun-Cornell-1.local b/RegressionTests/DCGun-Cornell-1/DCGun-Cornell-1.local
index e3e82ad6555481d1b97024720eb69a279c7e9419..0e55c969ba588ebce6253ba0ce29280383b5576f 100755
--- a/RegressionTests/DCGun-Cornell-1/DCGun-Cornell-1.local
+++ b/RegressionTests/DCGun-Cornell-1/DCGun-Cornell-1.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-mpirun -np 1 $OPAL_EXE_PATH/opal DCGun-Cornell-1.in --commlib mpi --info 3 --warn 0 2>&1
+
+mpirun -np 1 $OPAL_EXE_PATH/opal DCGun-Cornell-1.in --commlib mpi --info 3 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/DCGun-Cornell-2/DCGun-Cornell-2.local b/RegressionTests/DCGun-Cornell-2/DCGun-Cornell-2.local
index 1d5663716304f63e7281e7f6a0f3ad4f63c50269..260787963e62b71f311aaf69d102090f491ded3e 100755
--- a/RegressionTests/DCGun-Cornell-2/DCGun-Cornell-2.local
+++ b/RegressionTests/DCGun-Cornell-2/DCGun-Cornell-2.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-mpirun -np 1 $OPAL_EXE_PATH/opal DCGun-Cornell-2.in --commlib mpi --info 3 --warn 0 2>&1
+
+mpirun -np 1 $OPAL_EXE_PATH/opal DCGun-Cornell-2.in --commlib mpi --info 3 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/Degrader-1/Degrader-1.local b/RegressionTests/Degrader-1/Degrader-1.local
index 51cb77af108add149a724f872822cb53d2fda21b..468253311ae8b1b0b5e2ba210aef4d87538aa959 100755
--- a/RegressionTests/Degrader-1/Degrader-1.local
+++ b/RegressionTests/Degrader-1/Degrader-1.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-timeout 300 mpirun -np 4 $OPAL_EXE_PATH/opal Degrader-1.in --info 3 --warn 0 2>&1
+
+timeout 300 mpirun -np 4 $OPAL_EXE_PATH/opal Degrader-1.in --info 3 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/Degrader-2/Degrader-2.local b/RegressionTests/Degrader-2/Degrader-2.local
index 3c569480f425b968f56792c501515818339547a4..3e84294fabba71241b61501738d69be24a492cb7 100755
--- a/RegressionTests/Degrader-2/Degrader-2.local
+++ b/RegressionTests/Degrader-2/Degrader-2.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-mpirun -np 8 $OPAL_EXE_PATH/opal Degrader-2.in  2>&1
+
+mpirun -np 8 $OPAL_EXE_PATH/opal Degrader-2.in "$@" 2>&1
diff --git a/RegressionTests/Distribution-Binomial-1/Distribution-Binomial-1.local b/RegressionTests/Distribution-Binomial-1/Distribution-Binomial-1.local
index c1517a6b5b413eb6e5af1e19de96fef6c6f0f016..ab489bac8ab947d7bc42952e7d6dfa10b25d0d89 100755
--- a/RegressionTests/Distribution-Binomial-1/Distribution-Binomial-1.local
+++ b/RegressionTests/Distribution-Binomial-1/Distribution-Binomial-1.local
@@ -1,2 +1,3 @@
 #!/bin/bash 
-mpirun -np 4 $OPAL_EXE_PATH/opal Distribution-Binomial-1.in --commlib mpi --info 3 --warn 0 2>&1
+
+mpirun -np 4 $OPAL_EXE_PATH/opal Distribution-Binomial-1.in --commlib mpi --info 3 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/Distribution-Gauss-1/Distribution-Gauss-1.local b/RegressionTests/Distribution-Gauss-1/Distribution-Gauss-1.local
index 8ec322e1582fcb81563671b2b934b7d2b3b854fa..d39cb9d497cdaab12a23f82eaf467d6bc74c2e50 100755
--- a/RegressionTests/Distribution-Gauss-1/Distribution-Gauss-1.local
+++ b/RegressionTests/Distribution-Gauss-1/Distribution-Gauss-1.local
@@ -1,2 +1,3 @@
 #!/bin/bash 
-mpirun -np 4 $OPAL_EXE_PATH/opal Distribution-Gauss-1.in --commlib mpi --info 3 --warn 0 2>&1
+
+mpirun -np 4 $OPAL_EXE_PATH/opal Distribution-Gauss-1.in --commlib mpi --info 3 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/Distribution-Gauss-2/Distribution-Gauss-2.local b/RegressionTests/Distribution-Gauss-2/Distribution-Gauss-2.local
index 83e16dea0a6da898aefc9a4a16f906ccb51cfdfa..ddd813cebab9a15735e154d738e0149f109ea959 100755
--- a/RegressionTests/Distribution-Gauss-2/Distribution-Gauss-2.local
+++ b/RegressionTests/Distribution-Gauss-2/Distribution-Gauss-2.local
@@ -1,2 +1,3 @@
 #!/bin/bash  
-mpirun -np 4 $OPAL_EXE_PATH/opal Distribution-Gauss-2.in --commlib mpi --info 3 --warn 0 2>&1
+
+mpirun -np 4 $OPAL_EXE_PATH/opal Distribution-Gauss-2.in --commlib mpi --info 3 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/EGunCTF3-1/EGunCTF3-1.local b/RegressionTests/EGunCTF3-1/EGunCTF3-1.local
index f4c9d22ea4f72e827b3d7789cb8fbca071a4b1ec..d26b7432e44a0f9172243a22a1bde42c2be0cfbe 100755
--- a/RegressionTests/EGunCTF3-1/EGunCTF3-1.local
+++ b/RegressionTests/EGunCTF3-1/EGunCTF3-1.local
@@ -1,2 +1,3 @@
 #!/bin/bash 
-mpirun -np 4 $OPAL_EXE_PATH/opal EGunCTF3-1.in --commlib mpi --info 3 --warn 0 2>&1
+
+mpirun -np 4 $OPAL_EXE_PATH/opal EGunCTF3-1.in --commlib mpi --info 3 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/EGunCTF3-2/EGunCTF3-2.local b/RegressionTests/EGunCTF3-2/EGunCTF3-2.local
index 98e7c55dd38fc6c691f3b1daef83ade5c19b8232..0beac309c6a6b6663d381b523e4d5af4116a0b7a 100755
--- a/RegressionTests/EGunCTF3-2/EGunCTF3-2.local
+++ b/RegressionTests/EGunCTF3-2/EGunCTF3-2.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-mpirun -np 4 $OPAL_EXE_PATH/opal EGunCTF3-2.in --commlib mpi --info 3 --warn 0 2>&1
+
+mpirun -np 4 $OPAL_EXE_PATH/opal EGunCTF3-2.in --commlib mpi --info 3 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/Elliptic-1/Elliptic-1.local b/RegressionTests/Elliptic-1/Elliptic-1.local
index 925ee648ce6eda02287ef0b84a396a993a097dc1..6933ad32751666bf883b8af2349c4833405d8b11 100755
--- a/RegressionTests/Elliptic-1/Elliptic-1.local
+++ b/RegressionTests/Elliptic-1/Elliptic-1.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-timeout 300 mpirun -np 2 "$OPAL_EXE_PATH/opal" "$@" Elliptic-1.in --info 3 --warn 0 2>&1 
+
+timeout 300 mpirun -np 2 "$OPAL_EXE_PATH/opal" "$@" Elliptic-1.in --info 3 --warn 0 "$@" 2>&1 
diff --git a/RegressionTests/Envelope-Tracker-Phase1/Envelope-Tracker-Phase1.local b/RegressionTests/Envelope-Tracker-Phase1/Envelope-Tracker-Phase1.local
index aef9880e2c5264a77adf8b5a821f62b386d8697c..78e770b3225e50e45d778fd5fb4b978ce20489d3 100755
--- a/RegressionTests/Envelope-Tracker-Phase1/Envelope-Tracker-Phase1.local
+++ b/RegressionTests/Envelope-Tracker-Phase1/Envelope-Tracker-Phase1.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-mpirun -np 1 "$OPAL_EXE_PATH/opal" "$@" Envelope-Tracker-Phase1.in --info 2 --warn 0
+
+mpirun -np 1 "$OPAL_EXE_PATH/opal" Envelope-Tracker-Phase1.in --info 2 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/ExternalFieldTest/ExternalFieldTest.local b/RegressionTests/ExternalFieldTest/ExternalFieldTest.local
index 1ae39991a4f9644b821df8bbfc8032a6470ecc1d..1c42957bf05d02f1d115d1bca5b122664ad2ae4d 100755
--- a/RegressionTests/ExternalFieldTest/ExternalFieldTest.local
+++ b/RegressionTests/ExternalFieldTest/ExternalFieldTest.local
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-timeout 300 mpirun -np 4 $OPAL_EXE_PATH/opal ExternalFieldTest.in --commlib mpi --info 3 --warn 0 2>&1
+timeout 300 mpirun -np 4 $OPAL_EXE_PATH/opal ExternalFieldTest.in --commlib mpi --info 3 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/GasStripping/GasStripping.local b/RegressionTests/GasStripping/GasStripping.local
index 34f3f2171c4707acf8e5d54b59d338e02646182a..a61e4bdefa3e584a3051cf5f695e24ac8937aa86 100755
--- a/RegressionTests/GasStripping/GasStripping.local
+++ b/RegressionTests/GasStripping/GasStripping.local
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-mpirun -np 4 $OPAL_EXE_PATH/opal GasStripping.in --info 2 --warn 0 2>&1
+mpirun -np 4 $OPAL_EXE_PATH/opal GasStripping.in --info 2 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/HKick-Test-1/HKick-Test-1.local b/RegressionTests/HKick-Test-1/HKick-Test-1.local
index 4470b25ebabb5bfa36643aab6f4c44db1fed0991..0a0a57c569b22795427ca9b430f03c014cf90b36 100755
--- a/RegressionTests/HKick-Test-1/HKick-Test-1.local
+++ b/RegressionTests/HKick-Test-1/HKick-Test-1.local
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal HKick-Test-1.in --commlib mpi --info 3 --warn 0 2>&1 
+timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal HKick-Test-1.in --commlib mpi --info 3 --warn 0 "$@" 2>&1 
diff --git a/RegressionTests/HKick-Test-2/HKick-Test-2.local b/RegressionTests/HKick-Test-2/HKick-Test-2.local
index afbc718bd024799d74d6439b19a795c44e1c4586..34a32f370565c01278ec6501fee49304b1916e96 100755
--- a/RegressionTests/HKick-Test-2/HKick-Test-2.local
+++ b/RegressionTests/HKick-Test-2/HKick-Test-2.local
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-mpirun -np 1 $OPAL_EXE_PATH/opal HKick-Test-2.in --commlib mpi --info 3 --warn 0 2>&1 
+mpirun -np 1 $OPAL_EXE_PATH/opal HKick-Test-2.in --commlib mpi --info 3 --warn 0 "$@" 2>&1 
diff --git a/RegressionTests/Kick-Test-1/Kick-Test-1.local b/RegressionTests/Kick-Test-1/Kick-Test-1.local
index 1728a375de19fbf2bc951ddb7f2b0342c42b8f94..dc010bdcdd6408371a62ea0b96b39fe3309c1606 100755
--- a/RegressionTests/Kick-Test-1/Kick-Test-1.local
+++ b/RegressionTests/Kick-Test-1/Kick-Test-1.local
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal Kick-Test-1.in --commlib mpi --info 3 --warn 0 2>&1 
+timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal Kick-Test-1.in --commlib mpi --info 3 --warn 0 "$@" 2>&1 
diff --git a/RegressionTests/LaserEmission-1/LaserEmission-1.local b/RegressionTests/LaserEmission-1/LaserEmission-1.local
index a2b23d9c9561a4ee02962dcaef2f60f5e968aca4..99edefd57323e7c6faf37c16cc029b4d692e3407 100755
--- a/RegressionTests/LaserEmission-1/LaserEmission-1.local
+++ b/RegressionTests/LaserEmission-1/LaserEmission-1.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-mpirun -np 4 $OPAL_EXE_PATH/opal LaserEmission-1.in --commlib mpi --info 3 --warn 0 2>&1
+
+mpirun -np 4 $OPAL_EXE_PATH/opal LaserEmission-1.in --commlib mpi --info 3 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/MAP-Circular/MAP-Circular.local b/RegressionTests/MAP-Circular/MAP-Circular.local
index eb81b19c02c7336acf183eb52f8785eeffc3be3e..e1e203f7fbef8b5867496cd75da821dacce49ffe 100755
--- a/RegressionTests/MAP-Circular/MAP-Circular.local
+++ b/RegressionTests/MAP-Circular/MAP-Circular.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal MAP-Circular.in --warn 0 2>&1
+
+timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal MAP-Circular.in --warn 0 "$@" 2>&1
diff --git a/RegressionTests/MAP-FODO/MAP-FODO.local b/RegressionTests/MAP-FODO/MAP-FODO.local
index 89c08cd8b3b73a60489ae64603a35287b5e69384..de6e7650c359cdfde76e5713d50077defd5d975d 100755
--- a/RegressionTests/MAP-FODO/MAP-FODO.local
+++ b/RegressionTests/MAP-FODO/MAP-FODO.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal MAP-FODO.in --warn 0 2>&1
+
+timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal MAP-FODO.in --warn 0 "$@" 2>&1
diff --git a/RegressionTests/MAP-FODODipole/MAP-FODODipole.local b/RegressionTests/MAP-FODODipole/MAP-FODODipole.local
index 10b1f1e061f6b79318d47309381e2590adee1f09..9ed21d1e4bcd8d8f8da2780e07625570ce48b515 100755
--- a/RegressionTests/MAP-FODODipole/MAP-FODODipole.local
+++ b/RegressionTests/MAP-FODODipole/MAP-FODODipole.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal MAP-FODODipole.in --warn 0 2>&1
+
+timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal MAP-FODODipole.in --warn 0 "$@" 2>&1
diff --git a/RegressionTests/MAP-Gantry2/MAP-Gantry2.local b/RegressionTests/MAP-Gantry2/MAP-Gantry2.local
index 127e7fb3404571ca929688af2a9275a209828448..59e88d63496cb87ae5e0e2d132751fc985724d8d 100755
--- a/RegressionTests/MAP-Gantry2/MAP-Gantry2.local
+++ b/RegressionTests/MAP-Gantry2/MAP-Gantry2.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal MAP-Gantry2.in --warn 0 2>&1
+
+timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal MAP-Gantry2.in --warn 0 "$@" 2>&1
diff --git a/RegressionTests/Mask-1/Mask-1.local b/RegressionTests/Mask-1/Mask-1.local
index 7033c408b59b2d907703099631249c50981f9eba..2b5b71bd4738ddb1babed05fcc860377428f2166 100755
--- a/RegressionTests/Mask-1/Mask-1.local
+++ b/RegressionTests/Mask-1/Mask-1.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-timeout 300 mpirun -np 2 "$OPAL_EXE_PATH/opal" "$@" Mask-1.in --info 3 --warn 0 2>&1
\ No newline at end of file
+
+timeout 300 mpirun -np 2 "$OPAL_EXE_PATH/opal" "$@" Mask-1.in --info 3 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/OpalRingTest/OpalRingTest.local b/RegressionTests/OpalRingTest/OpalRingTest.local
index 7cafbd41fea6151411bdcca1e6127d8058114b84..99bf9cc6192d53cb25e169770d77e402e42ce2de 100755
--- a/RegressionTests/OpalRingTest/OpalRingTest.local
+++ b/RegressionTests/OpalRingTest/OpalRingTest.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal OpalRingTest.in 2>&1
+
+timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal OpalRingTest.in "$@" 2>&1
diff --git a/RegressionTests/PROSCAN-1/PROSCAN-1.local b/RegressionTests/PROSCAN-1/PROSCAN-1.local
index e9da3b46fa89e9c68b278e524ba536c95870db99..8b0ae1bf143e36cf75ebe3af5b17a6ee859902d1 100755
--- a/RegressionTests/PROSCAN-1/PROSCAN-1.local
+++ b/RegressionTests/PROSCAN-1/PROSCAN-1.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal PROSCAN-1.in --warn 0 2>&1
+
+timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal PROSCAN-1.in --warn 0 "$@" 2>&1
diff --git a/RegressionTests/PROSCAN-2/PROSCAN-2.local b/RegressionTests/PROSCAN-2/PROSCAN-2.local
index 4d171002522c4d9ee2f0b65cc63852f15b58c781..9bc89d9765eaf79bb03a5a8c449aa22842bef95a 100755
--- a/RegressionTests/PROSCAN-2/PROSCAN-2.local
+++ b/RegressionTests/PROSCAN-2/PROSCAN-2.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-mpirun -np 4 $OPAL_EXE_PATH/opal PROSCAN-2.in --commlib mpi --info 3 --warn 0 2>&1
+
+mpirun -np 4 $OPAL_EXE_PATH/opal PROSCAN-2.in --commlib mpi --info 3 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/PROSCAN-3/PROSCAN-3.local b/RegressionTests/PROSCAN-3/PROSCAN-3.local
index 681aabb9a2b5b1e57cce45af9661e9173b04ece7..af25016bd9c481258e8d2ec2d8f6ed8898404c07 100755
--- a/RegressionTests/PROSCAN-3/PROSCAN-3.local
+++ b/RegressionTests/PROSCAN-3/PROSCAN-3.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-mpirun -np 4 $OPAL_EXE_PATH/opal PROSCAN-3.in --commlib mpi --info 3 --warn 0 2>&1
+
+mpirun -np 4 $OPAL_EXE_PATH/opal PROSCAN-3.in --commlib mpi --info 3 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/PROSCAN-4/PROSCAN-4.local b/RegressionTests/PROSCAN-4/PROSCAN-4.local
index ba7a6d59a2a5a23905acfe0e91497c5e3e409752..c0cbf8bb57bdc32c3c0a82514b17b305c65d2dbe 100755
--- a/RegressionTests/PROSCAN-4/PROSCAN-4.local
+++ b/RegressionTests/PROSCAN-4/PROSCAN-4.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-mpirun -np 4 $OPAL_EXE_PATH/opal PROSCAN-4.in --commlib mpi --info 3 --warn 0 2>&1
+
+mpirun -np 4 $OPAL_EXE_PATH/opal PROSCAN-4.in --commlib mpi --info 3 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/PSIGUN-1/PSIGUN-1.local b/RegressionTests/PSIGUN-1/PSIGUN-1.local
index 1a2c31bd9c4a1321dffcaca4a0c012b36fa648f2..a1fac69a10d8a5f5769568305ce2c6c07a90574b 100755
--- a/RegressionTests/PSIGUN-1/PSIGUN-1.local
+++ b/RegressionTests/PSIGUN-1/PSIGUN-1.local
@@ -1,2 +1,3 @@
 #!/bin/bash 
-mpirun -np 4 $OPAL_EXE_PATH/opal PSIGUN-1.in --commlib mpi --info 3 --warn 0 2>&1
+
+mpirun -np 4 $OPAL_EXE_PATH/opal PSIGUN-1.in --commlib mpi --info 3 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/PerfectDiode/PerfectDiode.local b/RegressionTests/PerfectDiode/PerfectDiode.local
index 950a9e2da2068d2720ab34f09d8b871c4f35af89..d45899a61bfdfa97f5e93f73ef43d856b2724ffc 100755
--- a/RegressionTests/PerfectDiode/PerfectDiode.local
+++ b/RegressionTests/PerfectDiode/PerfectDiode.local
@@ -1,2 +1,3 @@
 #!/bin/bash 
-mpirun -np 2 $OPAL_EXE_PATH/opal PerfectDiode.in --commlib mpi --info 3 --warn 0 2>&1
+
+mpirun -np 2 $OPAL_EXE_PATH/opal PerfectDiode.in --commlib mpi --info 3 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/Quad-Simple-Test-1/Quad-Simple-Test-1.local b/RegressionTests/Quad-Simple-Test-1/Quad-Simple-Test-1.local
index bb7dccaed21fb7846345bb5926f93baa8f1e1697..5b2eb868055cbb3131ae8370e5d1d47184254f0b 100755
--- a/RegressionTests/Quad-Simple-Test-1/Quad-Simple-Test-1.local
+++ b/RegressionTests/Quad-Simple-Test-1/Quad-Simple-Test-1.local
@@ -1,2 +1,3 @@
 #!/bin/bash 
-mpirun -np 1 $OPAL_EXE_PATH/opal Quad-Simple-Test-1.in --commlib mpi --info 3 --warn 0 2>&1
+
+mpirun -np 1 $OPAL_EXE_PATH/opal Quad-Simple-Test-1.in --commlib mpi --info 3 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/RBend-Simple-Test-1/RBend-Simple-Test-1.local b/RegressionTests/RBend-Simple-Test-1/RBend-Simple-Test-1.local
index bff052cb057025fa1f6f4be61235d3c59baeda2b..7460c42d7eaca806d94c0ba9a89585db54766fb9 100755
--- a/RegressionTests/RBend-Simple-Test-1/RBend-Simple-Test-1.local
+++ b/RegressionTests/RBend-Simple-Test-1/RBend-Simple-Test-1.local
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-mpirun -np 1 $OPAL_EXE_PATH/opal RBend-Simple-Test-1.in --commlib mpi --info 3 --warn 0 2>&1 
+mpirun -np 1 $OPAL_EXE_PATH/opal RBend-Simple-Test-1.in --commlib mpi --info 3 --warn 0 "$@" 2>&1 
diff --git a/RegressionTests/RBend-Simple-Test-2/RBend-Simple-Test-2.local b/RegressionTests/RBend-Simple-Test-2/RBend-Simple-Test-2.local
index 7cbbc821fe6b10adf1cab98458561683ce735e6e..a2ace18cf8255d63d371b218a5d4c188d2290405 100755
--- a/RegressionTests/RBend-Simple-Test-2/RBend-Simple-Test-2.local
+++ b/RegressionTests/RBend-Simple-Test-2/RBend-Simple-Test-2.local
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-mpirun -np 1 $OPAL_EXE_PATH/opal RBend-Simple-Test-2.in --commlib mpi --info 3 --warn 0 2>&1 
+mpirun -np 1 $OPAL_EXE_PATH/opal RBend-Simple-Test-2.in --commlib mpi --info 3 --warn 0 "$@" 2>&1 
diff --git a/RegressionTests/RBend-Simple-Test-3/RBend-Simple-Test-3.local b/RegressionTests/RBend-Simple-Test-3/RBend-Simple-Test-3.local
index 28f525f894af4216ea9d7b335a7aacfc6612f10c..69e806bb6aa7fb75aca510458dceb177d9bdee72 100755
--- a/RegressionTests/RBend-Simple-Test-3/RBend-Simple-Test-3.local
+++ b/RegressionTests/RBend-Simple-Test-3/RBend-Simple-Test-3.local
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-mpirun -np 1 $OPAL_EXE_PATH/opal RBend-Simple-Test-3.in --commlib mpi --info 3 --warn 0 2>&1 
+mpirun -np 1 $OPAL_EXE_PATH/opal RBend-Simple-Test-3.in --commlib mpi --info 3 --warn 0 "$@" 2>&1 
diff --git a/RegressionTests/RBend-Simple-Test-4/RBend-Simple-Test-4.local b/RegressionTests/RBend-Simple-Test-4/RBend-Simple-Test-4.local
index 1af7e532d13f80afe7f152fd5fbc708e674f3a91..59b8f507d26e310e1970c9ad84e03c62bab32593 100755
--- a/RegressionTests/RBend-Simple-Test-4/RBend-Simple-Test-4.local
+++ b/RegressionTests/RBend-Simple-Test-4/RBend-Simple-Test-4.local
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-mpirun -np 1 $OPAL_EXE_PATH/opal RBend-Simple-Test-4.in --commlib mpi --info 3 --warn 0 2>&1 
+mpirun -np 1 $OPAL_EXE_PATH/opal RBend-Simple-Test-4.in --commlib mpi --info 3 --warn 0 "$@" 2>&1 
diff --git a/RegressionTests/RestartTest-1/RestartTest-1.local b/RegressionTests/RestartTest-1/RestartTest-1.local
index 067631b94ae59eb3b83bc26b4e0c503837d83a05..5257bf8fc7dd3313a3163dcbff2f40a21c5cb1a4 100755
--- a/RegressionTests/RestartTest-1/RestartTest-1.local
+++ b/RegressionTests/RestartTest-1/RestartTest-1.local
@@ -1,5 +1,5 @@
 #!/bin/bash 
 for X in h5 lbal stat;do cp RestartTest-1.$X.bak RestartTest-1.$X;done
 
-mpirun -np 4 $OPAL_EXE_PATH/opal RestartTest-1.in -restart -1 --commlib mpi --info 3 --warn 0 2>&1
+mpirun -np 4 $OPAL_EXE_PATH/opal RestartTest-1.in -restart -1 --commlib mpi --info 3 --warn 0 "$@" 2>&1
 
diff --git a/RegressionTests/RestartTest-2/RestartTest-2.local b/RegressionTests/RestartTest-2/RestartTest-2.local
index 5617d47de7a74743c7f5e34cd8e6e8a1d84106ba..6251f3cc0b7e217e6a6c36fea6b5238d182a17d5 100755
--- a/RegressionTests/RestartTest-2/RestartTest-2.local
+++ b/RegressionTests/RestartTest-2/RestartTest-2.local
@@ -3,5 +3,5 @@
 cp RestartTest-2.h5.bak RestartTest-2.h5
 cp RestartTest-2.stat.bak RestartTest-2.stat
 cp RestartTest-2.lbal.bak RestartTest-2.lbal
-timeout 300s mpirun -np 4 $OPAL_EXE_PATH/opal RestartTest-2.in -restart -1 --commlib mpi --info 3 --warn 0 2>&1
+timeout 300s mpirun -np 4 $OPAL_EXE_PATH/opal RestartTest-2.in -restart -1 --commlib mpi --info 3 --warn 0 "$@" 2>&1
 
diff --git a/RegressionTests/RestartTest-3/RestartTest-3.local b/RegressionTests/RestartTest-3/RestartTest-3.local
index 18fe297082ee4e5d15acf4449c8e66b88e13b3fb..288279b96e08b3b02388bf732acac44ba1f24c9d 100755
--- a/RegressionTests/RestartTest-3/RestartTest-3.local
+++ b/RegressionTests/RestartTest-3/RestartTest-3.local
@@ -2,5 +2,5 @@
 rm -f RestartTest-3.stat RestartTest-3.lbal RestartTest-3.h5
 for X in lbal stat;do cp RestartTest-3.$X.bak RestartTest-3.$X;done
 
-mpirun -np 4 $OPAL_EXE_PATH/opal RestartTest-3.in -restart -1 -restartfn RestartTest-3.h5.bak --commlib mpi --info 3 --warn 0 2>&1
+mpirun -np 4 $OPAL_EXE_PATH/opal RestartTest-3.in -restart -1 -restartfn RestartTest-3.h5.bak --commlib mpi --info 3 --warn 0 "$@" 2>&1
 
diff --git a/RegressionTests/RestartTest-4/RestartTest-4.local b/RegressionTests/RestartTest-4/RestartTest-4.local
index 44470a20df80da96f53685cdfc0ce0e5e780b8ce..8cea464885f1030258bb3afe8ca0a69cd164fc42 100755
--- a/RegressionTests/RestartTest-4/RestartTest-4.local
+++ b/RegressionTests/RestartTest-4/RestartTest-4.local
@@ -2,5 +2,5 @@
 rm -f RestartTest-4.h5
 for X in lbal stat;do cp RestartTest-4.$X.bak RestartTest-4.$X;done
 
-mpirun -np 4 $OPAL_EXE_PATH/opal RestartTest-4.in -restart 0 -restartfn RestartTest-4.h5.bak --commlib mpi --info 3 --warn 0 2>&1
+mpirun -np 4 $OPAL_EXE_PATH/opal RestartTest-4.in -restart 0 -restartfn RestartTest-4.h5.bak --commlib mpi --info 3 --warn 0 "$@" 2>&1
 
diff --git a/RegressionTests/RestartTest-6/RestartTest-6.local b/RegressionTests/RestartTest-6/RestartTest-6.local
index 6c64279499032064f6d1e275e67c6ab1f80c5f58..17131133337cf953a8959daf85807ee7062c874f 100755
--- a/RegressionTests/RestartTest-6/RestartTest-6.local
+++ b/RegressionTests/RestartTest-6/RestartTest-6.local
@@ -3,7 +3,7 @@
 rm -f RestartTest-6.stat
 rm -f RestartTest-6.lbal
 
-timeout 600 mpirun -np 4 $OPAL_EXE_PATH/opal RestartTest-6.in --commlib mpi --info 3 --warn 0 2>&1
+timeout 600 mpirun -np 4 $OPAL_EXE_PATH/opal RestartTest-6.in --commlib mpi --info 3 --warn 0 "$@" 2>&1
 
 md5sum RestartTest-6.stat > RestartTest-6.stat.md5
 
@@ -11,5 +11,5 @@ for X in h5 stat lbal; do
 	cp RestartTest-6.$X RestartTest-6.$X.ref
 done
 
-timeout 600 mpirun -np 4 $OPAL_EXE_PATH/opal RestartTest-6.in -restart 1 --commlib mpi --info 3 --warn 0 2>&1
+timeout 600 mpirun -np 4 $OPAL_EXE_PATH/opal RestartTest-6.in -restart 1 --commlib mpi --info 3 --warn 0 "$@" 2>&1
 
diff --git a/RegressionTests/RestartTest-8/RestartTest-8.local b/RegressionTests/RestartTest-8/RestartTest-8.local
index d64b6e9300f037d38317dbc4ac13009f2eb57b79..549d4649d3fe1e51a1e148f81382467ad9a25420 100755
--- a/RegressionTests/RestartTest-8/RestartTest-8.local
+++ b/RegressionTests/RestartTest-8/RestartTest-8.local
@@ -1,9 +1,9 @@
 #!/bin/bash
 
-timeout 300 mpirun -np 4 $OPAL_EXE_PATH/opal RestartTest-8.in --commlib mpi --info 3 --warn 0
+timeout 300 mpirun -np 4 $OPAL_EXE_PATH/opal RestartTest-8.in --commlib mpi --info 3 --warn 0 "$@" 2>&1
 
 for X in lbal stat h5;do mv RestartTest-8.$X RestartTest-8.2.$X;done
 
-timeout 300 mpirun -np 4 $OPAL_EXE_PATH/opal RestartTest-8.2.in -restart -1 --commlib mpi --info 3 --warn 0
+timeout 300 mpirun -np 4 $OPAL_EXE_PATH/opal RestartTest-8.2.in -restart -1 --commlib mpi --info 3 --warn 0 "$@" 2>&1
 
 for X in lbal stat h5;do mv RestartTest-8.2.$X RestartTest-8.$X;done
diff --git a/RegressionTests/RingCyclotron/RingCyclotron.local b/RegressionTests/RingCyclotron/RingCyclotron.local
index a76726ef319e513a41fb3b7d5d9a06c0ca8588cd..4ab4d5e73f5b0250ca8e9c5195601597d90e963e 100755
--- a/RegressionTests/RingCyclotron/RingCyclotron.local
+++ b/RegressionTests/RingCyclotron/RingCyclotron.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-mpirun -np 4 $OPAL_EXE_PATH/opal RingCyclotron.in --info 3 --warn 0 2>&1
+
+mpirun -np 4 $OPAL_EXE_PATH/opal RingCyclotron.in --info 3 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/RingCyclotronMTS/RingCyclotronMTS.local b/RegressionTests/RingCyclotronMTS/RingCyclotronMTS.local
index ff43b4277ace6bbf5ed7c22a961344957b785604..d01cc4dcca794fb5f7de1bae530ec197a967ec23 100755
--- a/RegressionTests/RingCyclotronMTS/RingCyclotronMTS.local
+++ b/RegressionTests/RingCyclotronMTS/RingCyclotronMTS.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-timeout 300 mpirun -np 4 $OPAL_EXE_PATH/opal RingCyclotronMTS.in --info 3 --warn 0 2>&1
+
+timeout 300 mpirun -np 4 $OPAL_EXE_PATH/opal RingCyclotronMTS.in --info 3 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/RingCyclotronMatched/RingCyclotronMatched.local b/RegressionTests/RingCyclotronMatched/RingCyclotronMatched.local
index 3c665be00d720d4567d23ec67547bd0b80e0bc96..a29c665b61606c21a1502b31d9734b931076386d 100755
--- a/RegressionTests/RingCyclotronMatched/RingCyclotronMatched.local
+++ b/RegressionTests/RingCyclotronMatched/RingCyclotronMatched.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-mpirun -np 4 $OPAL_EXE_PATH/opal RingCyclotronMatched.in --info 3 --warn 0 2>&1
+
+mpirun -np 4 $OPAL_EXE_PATH/opal RingCyclotronMatched.in --info 3 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/RingCyclotronSingleParticle/RingCyclotronSingleParticle.local b/RegressionTests/RingCyclotronSingleParticle/RingCyclotronSingleParticle.local
index 4284ef6021fab353ca7d64ec2045ebee99237f64..e2bfe2596c2029573f671d0cc8ef7f13fc32a68b 100755
--- a/RegressionTests/RingCyclotronSingleParticle/RingCyclotronSingleParticle.local
+++ b/RegressionTests/RingCyclotronSingleParticle/RingCyclotronSingleParticle.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-mpirun -np 1 $OPAL_EXE_PATH/opal RingCyclotronSingleParticle.in --info 3 --warn 0 2>&1
+
+mpirun -np 1 $OPAL_EXE_PATH/opal RingCyclotronSingleParticle.in --info 3 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/SAAMG-Test-1/SAAMG-Test-1.local b/RegressionTests/SAAMG-Test-1/SAAMG-Test-1.local
index 8a6f9c9773744f7584c09b004ec58aeddbdf932a..036381322f4dfcbf0286939425d4fc15e1dd5e72 100755
--- a/RegressionTests/SAAMG-Test-1/SAAMG-Test-1.local
+++ b/RegressionTests/SAAMG-Test-1/SAAMG-Test-1.local
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-mpirun -np 4 $OPAL_EXE_PATH/opal SAAMG-Test-1.in --commlib mpi --info 2 --warn 0 2>&1
+mpirun -np 4 $OPAL_EXE_PATH/opal SAAMG-Test-1.in --commlib mpi --info 2 --warn 0 "$@" 2>&1
diff --git a/RegressionTests/SBend-Simple-Test-1/SBend-Simple-Test-1.local b/RegressionTests/SBend-Simple-Test-1/SBend-Simple-Test-1.local
index ef07dcf397c91f7b2ae1f6c75c666800a6478be7..6d4c3c4c1e5c9b810d9e4e4ce305d4a2201c382e 100755
--- a/RegressionTests/SBend-Simple-Test-1/SBend-Simple-Test-1.local
+++ b/RegressionTests/SBend-Simple-Test-1/SBend-Simple-Test-1.local
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-mpirun -np 1 $OPAL_EXE_PATH/opal SBend-Simple-Test-1.in --commlib mpi --info 3 --warn 0 2>&1 
+mpirun -np 1 $OPAL_EXE_PATH/opal SBend-Simple-Test-1.in --commlib mpi --info 3 --warn 0 "$@" 2>&1 
diff --git a/RegressionTests/SBend-Simple-Test-2/SBend-Simple-Test-2.local b/RegressionTests/SBend-Simple-Test-2/SBend-Simple-Test-2.local
index c9bcf527df6019b8a78fea46bb4a91f8cde877e9..f1624be4e4278b681f0c08ff483885fcfea4d24d 100755
--- a/RegressionTests/SBend-Simple-Test-2/SBend-Simple-Test-2.local
+++ b/RegressionTests/SBend-Simple-Test-2/SBend-Simple-Test-2.local
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-mpirun -np 1 $OPAL_EXE_PATH/opal SBend-Simple-Test-2.in --commlib mpi --info 3 --warn 0 2>&1 
+mpirun -np 1 $OPAL_EXE_PATH/opal SBend-Simple-Test-2.in --commlib mpi --info 3 --warn 0 "$@" 2>&1 
diff --git a/RegressionTests/SBend-Simple-Test-3/SBend-Simple-Test-3.local b/RegressionTests/SBend-Simple-Test-3/SBend-Simple-Test-3.local
index 42f3cb0821c47b1ecd24cfc37bcce6f1e834e281..0454d7ededdd2130815b153934582c8a5136e7fa 100755
--- a/RegressionTests/SBend-Simple-Test-3/SBend-Simple-Test-3.local
+++ b/RegressionTests/SBend-Simple-Test-3/SBend-Simple-Test-3.local
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-mpirun -np 1 $OPAL_EXE_PATH/opal SBend-Simple-Test-3.in --commlib mpi --info 3 --warn 0 2>&1 
+mpirun -np 1 $OPAL_EXE_PATH/opal SBend-Simple-Test-3.in --commlib mpi --info 3 --warn 0 "$@" 2>&1 
diff --git a/RegressionTests/SBend-Simple-Test-4/SBend-Simple-Test-4.local b/RegressionTests/SBend-Simple-Test-4/SBend-Simple-Test-4.local
index 7619a42d3914c5410c8bced8aeed0b716e80e451..fae25a53d5681b8b4095df257cdb2a7af5b7f71a 100755
--- a/RegressionTests/SBend-Simple-Test-4/SBend-Simple-Test-4.local
+++ b/RegressionTests/SBend-Simple-Test-4/SBend-Simple-Test-4.local
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-mpirun -np 1 $OPAL_EXE_PATH/opal SBend-Simple-Test-4.in --commlib mpi --info 3 --warn 0 2>&1 
+mpirun -np 1 $OPAL_EXE_PATH/opal SBend-Simple-Test-4.in --commlib mpi --info 3 --warn 0 "$@" 2>&1 
diff --git a/RegressionTests/Slit-1/Slit-1.local b/RegressionTests/Slit-1/Slit-1.local
index e13b76f5d3362a36d8d956105c17d9eae3d2dae9..1081b41047c037b783dbcbc69d411a0587d3243b 100755
--- a/RegressionTests/Slit-1/Slit-1.local
+++ b/RegressionTests/Slit-1/Slit-1.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-timeout 300 mpirun -np 2 "$OPAL_EXE_PATH/opal" "$@" Slit-1.in --info 3 --warn 0 2>&1 
+
+timeout 300 mpirun -np 2 "$OPAL_EXE_PATH/opal" "$@" Slit-1.in --info 3 --warn 0 "$@" 2>&1 
diff --git a/RegressionTests/Slit-2/Slit-2.local b/RegressionTests/Slit-2/Slit-2.local
index 4e54895b0d2aee0d05a7d0dbee72745d1ac25b17..d3e69e9f0e1f42bab64c2b19880ac6bfbaa6cb2f 100755
--- a/RegressionTests/Slit-2/Slit-2.local
+++ b/RegressionTests/Slit-2/Slit-2.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-timeout 300 mpirun -np 2 "$OPAL_EXE_PATH/opal" "$@" Slit-2.in --info 3 --warn 0 2>&1 
+
+timeout 300 mpirun -np 2 "$OPAL_EXE_PATH/opal" "$@" Slit-2.in --info 3 --warn 0 "$@" 2>&1 
diff --git a/RegressionTests/Transfer-Line-fixme/Transfer-Line.local b/RegressionTests/Transfer-Line-fixme/Transfer-Line.local
index e6ea5060e390f05536fae1218bf19044e3ab5123..065086361d7971bd545285fd8df4338c666c3582 100755
--- a/RegressionTests/Transfer-Line-fixme/Transfer-Line.local
+++ b/RegressionTests/Transfer-Line-fixme/Transfer-Line.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-mpirun -np 1 $OPAL_EXE_PATH/opal Transfer-Line.in --commlib mpi --info 3 --warn 0 2>&1 
+
+mpirun -np 1 $OPAL_EXE_PATH/opal Transfer-Line.in --commlib mpi --info 3 --warn 0 "$@" 2>&1 
diff --git a/RegressionTests/VKick-Test-1/VKick-Test-1.local b/RegressionTests/VKick-Test-1/VKick-Test-1.local
index 7653bdbc9c9d0e41256dba1ac5f94d4962d3edae..27e3edcdccef182e75392e616af588a68741da4b 100755
--- a/RegressionTests/VKick-Test-1/VKick-Test-1.local
+++ b/RegressionTests/VKick-Test-1/VKick-Test-1.local
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal VKick-Test-1.in --commlib mpi --info 3 --warn 0 2>&1 
+timeout 300 mpirun -np 1 $OPAL_EXE_PATH/opal VKick-Test-1.in --commlib mpi --info 3 --warn 0 "$@" 2>&1 
diff --git a/RegressionTests/opalimpact-1/opalimpact-1.local b/RegressionTests/opalimpact-1/opalimpact-1.local
index dde2a43a0087af99c4afa3596393cbcc36bd6e6b..7dd3cf2c3721e69302c0836e7dbd9b7da6f700de 100755
--- a/RegressionTests/opalimpact-1/opalimpact-1.local
+++ b/RegressionTests/opalimpact-1/opalimpact-1.local
@@ -1,2 +1,3 @@
 #!/bin/bash
-$OPAL_EXE_PATH/opal opalimpact-1.in --info 3 2>&1
+
+$OPAL_EXE_PATH/opal opalimpact-1.in --info 3 "$@" 2>&1