How to submit an application?
From UGP-Wiki
How to submit an application?
Location: Job Services -> Applications - Predefined Applications
For predefined applications, the job submission is as same as generic job submission except the the location of executable and runtime environment variables are setup in the database system wise.
Examples:
1. Matlab
Arguments:
Directory: data
Stdin < : sample.m
Job submitted:
cd data; /u/local/app/matlab/matlab.exe < sample.m
2. Gaussian
Arguments: -i input.cmd -o out.txt Directory: data/gs
stdin < : /dev/null
Job submitted:
cd data/gs; /u/local/apps/gaussian/gaus.exe -i input.cmd -o out.txt
Data will be written to the specified directory. If there is no directory specified, the default
directory will be the user home directory.
2. Amber8
Arguments: -i amber/input.cmd -o amber/out.txt Directory:
stdin < : /dev/null
Job submitted:
cd $HOME; /u/local/apps/amber8/amber.exe -i amber/input.cmd -o amber/out.txt

