运行使用 pyCOMPS 实现的应用程序时出错。该应用程序运行良好,但我对应用程序进行了一些更改,它已停止工作。这是我从应用程序中获得的堆栈:
--- START OF NESTED EXCEPTION STACK TRACE ---
*** stack trace of GATInvocationException
--- START OF NESTED EXCEPTION STACK TRACE ---
*** stack trace of GATInvocationException
--- START OF NESTED EXCEPTION STACK TRACE ---
*** stack trace of IOException
java.io.IOException: Error during SCP transfer.
at com.trilead.ssh2.SCPClient.put(SCPClient.java:592)
at com.trilead.ssh2.SCPClient.put(SCPClient.java:456)
at org.gridlab.gat.io.cpi.sshtrilead.SshTrileadFileAdaptor.put(SshTrileadFileAdaptor.java:418)
...
Caused by: java.io.IOException: Remote scp terminated with error (scp: /gpfs/scratch/wdir_pycompss: No such file or directory).
at com.trilead.ssh2.SCPClient.readResponse(SCPClient.java:59)
at com.trilead.ssh2.SCPClient.sendFiles(SCPClient.java:166)
at com.trilead.ssh2.SCPClient.put(SCPClient.java:588)
... 15 more
--- END OF NESTED EXCEPTION STACK TRACE ---
*** stack trace of MethodNotApplicableException
LocalFile: cannot copy to remote destination
--- END OF NESTED EXCEPTION STACK TRACE ---
--- END OF NESTED EXCEPTION STACK TRACE ---
它说找不到文件夹,但它在 project.xml 中定义为 workingDir 并且应用程序正在创建此文件夹。难道我做错了什么?