Skip to content
Snippets Groups Projects
Commit 555290e9 authored by Sujen Shah's avatar Sujen Shah
Browse files

Add bash script

parent 8a3a5560
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ queue: 15GB
# explain what this algorithm does
description:
# path to the wrapper script for running the algorithm
run_command: benchmark/benchmark.py
run_command: benchmark/run_benchmark.sh
# set a storage value in GB or MB or KB, e.g. "100GB", "20MB", "10KB"
disk_space: 10GB
inputs:
......
#!/bin/bash --login
python ${basedir}/benchmark.py $1
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment