|
||||||||||||||||
|
Matlab Sample Runtime Files: Indepth Explanation
|
|
|
The following text shows the commands in the sample batch command, along with a description of what each section is doing. Red indicates sections which need some customization by the user, with items in red bold italics ALWAYS needing customization for the individual user name or directory/file names. Black sections would normally not need any modification. The .xml file sets the machine requirements and provides information for the Velocity Scheduler to schedule the job. This section requires modification by the user.
The next section defines three variables. For more information on these variables see the Matlab Runtime software page. This section should be modified by the user.
The next section calls the setup file which sets the appropriate path, registry settings, and other environment variables for the Matlab Runtime Libraries. Use the setup file that matches the version of Matlab used for compilation.
The next section creates a directory on the local T: drive and copies the files from the user's ROOTDIR to the local temporary directory. This section should not normally be modified by the user.
The next line runs matlab and specifies the stdout and stderr files.
The next section copies the output file back to the users rootdir and cleans up the local temporary space. This section should not normally be modified by the user.
This last line of the file ends the batch job.
|
|
![]() |
||