Every login node currently has both /home and /work file systems available. On condor submit hosts /work is your default $HOME file system as our execute nodes do not have access to /home as it is very easy to overload that and make Atlas unusable for everyone.

Therefore, please set-up your condor jobs under your /work home-directory, e.g.

mkdir -p ~/Condor/FirstSteps
cd ~/Condor/FirstSteps

and create your submit file and possibly your default directory structure there.

⇠ Choose your submit host

Your initial submit file ⇢