-
Notifications
You must be signed in to change notification settings - Fork 2
/
interactive_build.sub
32 lines (25 loc) · 1.03 KB
/
interactive_build.sub
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# This is a "normal" job.
universe = vanilla
# If any information about this submission is written
# as output to standard output or standard error,
# where should it be saved?
output = log/process.out
error = log/process.err
# Where to write a log of your jobs' statuses.
log = log/process.log
# All interactive jobs (compiling MatLab, R, Python, etc.)
# are pointed to our MatLab build machines
+IsMatlabBuildJob = true
requirements = (OpSysAndVer =?= "SL6") && IsMatlabBuildSlot
# Indicate if/when files should be transfered
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
# Indicate your tarball of compiling sources here, to be transfered
# to the build machine when your interactive session starts.
# Make sure to create a different tarball of the files you want
# transfered back to the submit node when you're done compiling.
transfer_input_files = Makefile,source_code.tar.gz
# We don't want email about our jobs. (If you do, let us know,
# there may be some additional configuration necessary.)
notification = never
queue