Batch - non interactive command line application
Summary
A minimal demo job — see the full lifecycle from submit to outputs.

App ID: tutorial1.amit.calculator | Version 1.0.0

Status: Enabled | App restrictions: Public

Owner: amit

Description

What it is A simple calculator that performs basic arithmetic operations (add, subtract, multiply, divide). It's intentionally minimal — its purpose is to demonstrate the OneSciencePlace job lifecycle, not to be a useful calculator.

Use cases

  • First-time users who want to see a complete job lifecycle: submit, run, review outputs
  • Workshop and tutorial settings where participants need a low-friction example
  • Demonstrating how a small executable can be wrapped and exposed through OneSciencePlace

What's included A small command-line executable that takes two operands and an operation, then writes the result to a job output file.

Where it runs The OneSciencePlace server. Runs in seconds.

Getting started Click Launch, enter two numbers and an operation, and submit. Your job will appear on My Jobs and complete almost immediately. Open the outputs to see the result.