It's finally time to upgrade the picas_tools backend to make it into a bonafide PiCaS_Launcher. There are a couple of changes in the new version of the framework:
1. Change
1. Change
.. code:: bash
python getSBX.py $1 $2 $3 $4&
with
.. code:: bash
python Launch.py $1 $2 $3 $4 &
into your run_remote_sandbox.sh (This is located in various locations but one good place to look for it is {GRID_LRT/Sandbox/Launchers} for the Old versions and {GRID_LRT/data/launchers} for versions >0.2.x)
...
...
@@ -25,6 +27,7 @@ into your run_remote_sandbox.sh (This is located in various locations but one go