Chathuri Wimalasena created AIRAVATA-1550:
---------------------------------------------
Summary: Change the way we create input and output directories
Key: AIRAVATA-1550
URL: https://issues.apache.org/jira/browse/AIRAVATA-1550
Project: Airavata
Issue Type: Improvement
Affects Versions: 0.14
Reporter: Chathuri Wimalasena
Assignee: Chathuri Wimalasena
Fix For: 0.15
In current implementation, we take only application scratch location from admin
who registers the application. According to the scratch location, we create a
folder with experiment id which is the folder to hold everything related to
that experiment. Inside that folder we create two folders as input and output.
<scratch location>/<experimentId>
|-- input
|-- output
|-- stdout
|-- stderr
That folder structure creates some issues for some application like Gamess
since they create the output in the same location where the input is.
A possible solution can be, in application interface definition, we can ask
admin users to provide input dir and output dir relative to their scratch
location. In GFac, we can use the paths that are registered.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)