How do I run a job that needs access to a NFS server?

A: Each job that needs access to a shared folder under /mnt/ (e.g. to a NFS server) must explicitly request it in the job_submission_file. This does not apply to user home directories.

Add one line per folder to your job_submission_file.

+<name> = true

where <name> is the last part of the folder’s path under /mnt/.

Example:

+nfs26_auger1 = true

More detailed information is available at Requesting shared /mnt disks in HTCondor job.

Přejít nahoru