3 Monitor OpenSees-Express#
Monitor the Job and, Once Finished, Check output
Monitor Job Status
Once submitted, you’ll be redirected to the “My Jobs” dashboard.
Here you can:
Track status (Queued → Running → Finished)
View output directory
Access logs (see below)
Wait until the job reaches the status FINISHED
Check Output Files
After the job completes, examine two key files in your output folder:
File
Description
output.<jobid>.outStandard output: printed messages, progress, custom script output
output.<jobid>.errStandard error: errors like missing files, module issues, syntax problems
These are the first files to check if the job failed or didn’t produce expected results.
Your full output (including
.out,.err, result files, and any OpenSees output) will be automatically archived to:$WORK/tapis-jobs-archive/<date>/<jobname>-<uuid>/
This ensures long-term storage on TACC’s system and web access from DesignSafe.
Demo#
(slide numbering is continued from the submit-job demo)
Click on Job Status
Find your job and click “View Ouputs” once the job is “Finished”
Study the path of the output folder, you will be looking for it in post-processing.
Open the .env file to check for errorsThe TapisJob.env info will be useful to understand Tapis
Click on tapisjob.out
This file echoes the app’s and your script’s print to screen (echo and puts) (make sure you have the right input filename and opensees version)
Look for errors in the echo data or for the exit code.Open the input directory you had “uploaded”
Open the output directory created by your script
Make sure the files are as expected
Verify your recorder output.
-25 …. view your files in JupyterHub.