Changes between Version 53 and Version 54 of DRM4G/Tutorial
- Timestamp:
- Jun 27, 2016 6:33:37 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/Tutorial
v53 v54 47 47 open before using DRM4G, but just once per session. 48 48 }}} 49 = My first job = 49 50 = Start to run DRM4G = 50 51 51 52 [[NoteBox(note, If the the directory `~/.drm4g` does not exist\, `drm4g` will create one with a local configuration)]] … … 91 92 default 0/0 0 0 1 1 92 93 }}} 93 1. Create a job template : 94 95 96 = My first job = 97 98 1. Create a job template : 94 99 {{{ 95 100 #!sh 96 101 [user@mycomputer~]$ echo "EXECUTABLE=/bin/date" > date.job 97 102 }}} 98 1. Submit the job :103 1. Submit the job : 99 104 {{{ 100 105 #!sh