DPLTCP Specifies the filename to which the output plot file will be copied when disposing plot file(s) in conjunction with the 'CP' option of the command (one CHARACTER string, up to 72 characters long). If the last four characters of DPLTCP are ".pid", a unique name will be appended to the filename in place of ".pid". The unique appended name will be of the form ".NE1234-01" where "NE1234" is the job's Cray process id number and "-01" is the current plot dispose group number. Example: DPLTMF = 'CP' DPLTCP = '/crestone/u1/ccmproc2/rje/my.plt.pid' This ICP requests that 1 copy of the plot file(s) be copied to the crestone file server using the path specified by ICP . The plot file will be copied to the local crestone directory /u1/ccmproc2/rje under the name "my.plt.NE1234-01" Note that if the job is submitted via the "qsub" command on shavano, the file's name is used as the process ID number. Thus, using the ".pid" option may not result in a unique filename being generated.