Skip to content

Commit edff29a

Browse files
committed
added simple example
1 parent 56eef43 commit edff29a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

simple/simple.job

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Executable = /usr/bin/printenv
2+
Universe = vanilla
3+
Output = simple.job.$(cluster).$(process).out
4+
Error = simple.job.$(cluster).$(process).err
5+
Log = simple.job.$(cluster).$(process).log
6+
request_cpus = 1
7+
# 2 MB
8+
request_memory = 2
9+
# use the ENV that is provided
10+
getenv = true
11+
queue

0 commit comments

Comments
 (0)