Apache Airavata

  1. Register Compute Resource
    1. As the admin user you could register a compute resources for users to launch experiments
    2. You would need to enter;
      1. Gateway name, description
      2. Queues
      3. File system information
      4. Job submission protocols
      5. Data movement protocols

  2. Register Application Module, Application Interface and its Deployment
    1. Application Module
      1. Application Module name, version and description
    2. Application Interface
      1. This is the application exposed to the user.
      2. Has to enter input file info, expected output file information
    3. Application Deployment
      1. Need to enter executable path information
      2. Loading commands, post and pre commands
      3. Specific environment related commands

  3. Set Gateway Preferences
    1. Need to set preferences for each compute resource
      1. Who is the login user
      2. Preferred job submission and data movement protocols
      3. What is the preferred queue
      4. Exact scratch location to be used

  4. View Experiment Statistics
    1. Experiment statistics is the most frequently used feature by an admin user
    2. Here you can;
      1. Retrieve any experiment launched by a gateway user using the Experiment ID
      2. Has a dashboard view of all experiments based on its state
        1. Tootle number of experiments
        2. Number of completed experiments
        3. How many got canceled
        4. ...

  5. Other Available Admin Features
    1. Edit Compute Resource, enable and disable them
    2. Editing of Application modules, interfaces and their deployments
    3. Edit or remove existing gateway preferences
    4. Manage user privileges
    5. Manage user roles
    6. ...
  • No labels