.. _nsg-run: Running on NSG ============================== Jobs can be debugged and simulated on a users work station using the provided simulator, then once ready can be run on the HiAER-Spike hardware by submitting a job over the `Neuroscience Gateway`_. (NSG). Users can register for an account `here`_. .. _here: https://nsgprod.sdsc.edu:8443/portal2/login!input.action .. _Neuroscience Gateway: https://www.nsgportal.org/ .. image:: _static/sim_real.png :width: 1000px Creating Job Data ----------------- Place your Python script in a folder and zip it Create a Folder --------------- Create a task folder if there is none listed on the upper left. Task folders are a place to hold related jobs .. image:: _static/makeFolder.png :width: 1400px Upload Data ----------- * Click on **Data** on the upper left * Click **Upload/Enter Data** * Upload the zip containing your Python script .. image:: _static/uploadData.png :width: 1400px Create a Task ------------- * Click **Tasks** on the upper left * Click **Create New Task** .. image:: _static/createTask.png :width: 1400px Select Data ----------- * Click **Select Input Data** * Select the zip file you previously uploaded .. image:: _static/selectData.png :width: 1400px Select the tool --------------- * Click **Select Tool** * Click **Python on CRI** .. image:: _static/selectTool.png :width: 1400px Select Parameters ----------------- * Click **8 Parameters Set** * Make sure **Enter Main Input Python Filename** corresponds with the name of your python script * Set the other parameters appropriately * Click **Save Parameters** .. image:: _static/parameters.png :width: 1300px Run Task -------- * Click **Save and Run** * Click **OK** on the popup * Your job has been submitted and you'll get an email when your job is complete! .. image:: _static/run.png :width: 1400px Downloading Data ---------------- Once your job is complete you can download the resulting data * Click on your tasks name under the **Label** column * Click **output** * Download **output.tar.gz** .. image:: _static/download.png :width: 1400px