Sometimes jobs need some local disk space for temporary data that should neither be part of the backup nor too slow to write huge amounts of data to. A common way to help users out is to define some scratch directory. Using PBS/torque, you can request access to this local […]
PBS
2 posts
Usually, you can define an output file for stderr and stdout each in your jobfile. Even if you omit the command, the queueing system will do so. You can query the two filenames: $ qstat -f 124762.torque Job Id: 124762.torque [...] Error_Path = filehostname.example.com:/home/user/s-6.5-0.25_ 1.e124762 [...] Output_Path = filehostname.example.com:/home/user/s-6.5-0.25 _1.o124762 […]