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.

_images/sim_real.png

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

_images/makeFolder.png

Upload Data#

  • Click on Data on the upper left

  • Click Upload/Enter Data

  • Upload the zip containing your Python script

_images/uploadData.png

Create a Task#

  • Click Tasks on the upper left

  • Click Create New Task

_images/createTask.png

Select Data#

  • Click Select Input Data

  • Select the zip file you previously uploaded

_images/selectData.png

Select the tool#

  • Click Select Tool

  • Click Python on CRI

_images/selectTool.png

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

_images/parameters.png

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!

_images/run.png

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

_images/download.png