projects and files
- assume the base results directory is results
- when a user is not logged in
- files will be staged and execution started in a random unique subdirectory of results
- when a user is logged in
- when a project is selected
- files will be staged and execution started in results/username/projectname
- when no project is selected
- files will be staged and execution started in results/username/no_project_specified
- when a project is selected
- any newly uploaded files will overwrite existing files
- it is the module's responsibility to handle overwriting of existing files
- an automatic renaming with some numerically unique extension might be useful
- a module can force a unique directory with the "uniquedir" = "on" option described here
- in this case, it will be treated as if a user is not logged in as described above
- a module can create a input parameter run specific directory as described here
--> for entropy (for a user name = test_user without a specified project name) : /share/apps/genapp/sassie2/results/users/test_user/no_project_specified/
Last modified 7 years ago
Last modified on Jul 24, 2015, 8:45:43 AM