Skip to content

Commit

Permalink
Restore missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
tkphd committed Jan 10, 2024
1 parent 5e3d6c8 commit c714b33
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
```
{{ site.remote.bash_shebang }}
{{ site.sched.comment }} {{ site.sched.flag.name }} solo-job
{{ site.sched.comment }} {{ site.sched.flag.partition }}
{{ site.sched.comment }} {{ site.sched.flag.qos }}
{{ site.sched.comment }} --time=00:02:00
{{ site.sched.comment }} --ntasks=1
# Load the computing environment we need
module load {{ site.remote.module_python3 }}
# Execute the task
amdahl
```
{: .language-bash}

0 comments on commit c714b33

Please sign in to comment.