In article <Pine.OSF.3.91.960312135405.8373A-100000 at cpca7.uea.ac.uk>, Ruth Boetzel wrote:
>Dear X-Plor users,
>>Is there a way to run X-Plor as a background job which doesn't stop
>when you log out?
I useAMBER, not XPLOR, but the principle is the same-
you can use the 'nohup' command in unix to run background jobs:
nohup foo.program &
or, you can use the batch submission process. This is different on
different systems. Try "man submit" or "man batch"
>>Thanks a lot in advance
>>Ruth Boetzel