Skip to content

Archive Trac docs projects files

madscatt edited this page Jun 20, 2026 · 1 revision

Docs Projects Files

Legacy Trac archive page imported from docs_projects_files. Source: https://genapp.rocks/wiki/wiki/docs_projects_files. Review age, links, and examples before treating as current.

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
  • 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/

Clone this wiki locally