In unix, many shells normally kill subprocesses when you
log out. Two ways that I know of, exist, to overcome
this:
(1) go to 'sh' shell by typing 'sh'; then run xplor
from there. When you type 'exit' you will come
back to your 'tcsh' or whatever. The subprocess in
the background is not likely to be killed.
(2) Use a batch command to submit the job. e.g. 'qsub'.
Get info on qsub by 'man qsub'.
----
Unix-Caffeine-X_PLOR-addict