Htc test local: Difference between revisions

From T2B Wiki
Jump to navigation Jump to search
(Created page with "=== A simple local submission test === You must first login to a user interface (testumd-ui01.wn). Don't forget to switch to an ordinary user if you reached the machine as roo...")
 
No edit summary
Line 1: Line 1:
=== A simple local submission test ===
=== A simple local submission test ===
You must first login to a user interface (testumd-ui01.wn). Don't forget to switch to an ordinary user if you reached the machine as root!
You must first login to a user interface (testumd-ui01.wn). Don't forget to switch to an ordinary user if you reached the user interface as root!


Create a sub file. Here is an example:
Create a sub file. Here is an example:
'''
<pre>
executable              = sleep.sh
executable              = sleep.sh
log                    = sleep.log
log                    = sleep.log
Line 12: Line 12:
RequestMemory          = 947
RequestMemory          = 947
queue
queue
'''
</pre>

Revision as of 12:21, 31 July 2020

A simple local submission test

You must first login to a user interface (testumd-ui01.wn). Don't forget to switch to an ordinary user if you reached the user interface as root!

Create a sub file. Here is an example:

executable              = sleep.sh
log                     = sleep.log
output                  = outfile.txt
error                   = errors.txt
should_transfer_files   = Yes
when_to_transfer_output = ON_EXIT
RequestMemory           = 947
queue