Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Task marked incomplete

...

  • Create a new application deployment  instance in the catalog

  • Add supercomputer detail which has it deployed

  • Define application specific, application deployment specific information and parameters required to use the application

  • Application specific information such as;

    • Application version

    • Input & output file sizes (maximum file size)

    • Input and output file locations (scratch locations)

    • duration of scratch location holding the output files

    • Error file and log file locations

  • Application deployment specific information;

    • Deployed application version

    • Deployed Application description

    • Deployed location

    • Application accessible providers (GSI-SSH)

  • E.g.: Define echo application in Big Red II (or some other application)
    • Step 1 : Define Big Red II details
      •  Host address : bigred2.uits.iu.edu
      •  Remote Access Protocol : GSI-SSH
      •  Port : 22
      •  Installed Path : /opt/torque/bin/Authentication : ???
    • Step 2 : Define application details
      •  Input : [name: echo_input, type:String]
      •  Output : [name: echo_output, type:String]
      •  Executable Location : /bin/echo
      •  App version : 1.0
    • Step 3 : Define Job details
      •   Scratch Location : /home/ogce/scratch 
      •  Project Account : sds128
      •  Queue Type : normal
      •  CPU Count : 1
      •  Job Type : Serial
      •  Node Count : 1
      •  Processors Per Node : 1
      •  Max Wall Time : 10

...