Skip to content
Snippets Groups Projects
Commit 07038922 authored by Alexandar Mechev's avatar Alexandar Mechev
Browse files

Formatting hell. RST is not my friend

parent 4d29d661
No related branches found
No related tags found
No related merge requests found
......@@ -8,15 +8,17 @@ Upgrade of Grid_PiCaS_tools
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
.. code-block:: python
sbx=GRID_LRT.sandbox.Sandbox()
sbx.build_sandbox('config_file_here')
sbx.upload_sandbox()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment