Next: Using Sun GridEngine Scheduler:
Up: submitting scalar jobs to
Previous: using qmon
  Contents
You should note the following points when using SCore SGE:
- Always use the FULL path to your binary file in the job script.
E.g /users/nick/work/cfd/bin/code.exe . NOT ./code.exe or code.exe.
- Make sure you understand the difference between qsub slots and scrun
nodes. They are only the same on a uniprocessor system.
- Make sure you include a change of directory command if
you read and write to files in the current directory without
using full paths.
2004-06-17