Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] TSC import tag

Hello,

I am working on Target System Configuration for our supercomputer.
I need to be able to run jobs with custom job script files, so I added Import tab like described here:

Here is a part of my XML file:


Import tab is created in Run configurations. 
I can import a script file, but when I actually run a job I get an error:
ManagedFile Processing Error
Could not write file: /root/workspace/nicam-dc-mini/nicam-dc-mini-master/test/case/jablonowski/gl05rl00z40pe10/run.sh.
Permission denied

I suspect Eclipse is trying to save the job file on remote computer with the same path as on local. 

When I press "View Configuration" button on Run configuration/ import tab I can see script_path variable:


How can I set remote working directory?
I tried to set script_path variable but it doesn't work.

Are there explanation on how import tab in TSC works?

By the way, link "Import PBS Script" on the Eclipse documentation site I mentioned above is broken.

Kind regards,
Peter


Back to the top