From 27c3147c7efe37657563fadcb835b50d00423475 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Mon, 5 Apr 2021 09:45:49 -0400 Subject: Implemented titan handling on the server, hopefully. Added sending the captured file for a task to failed jobs as well. --- player/instructions.f90 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'player/instructions.f90') diff --git a/player/instructions.f90 b/player/instructions.f90 index fed43c4..61502da 100644 --- a/player/instructions.f90 +++ b/player/instructions.f90 @@ -313,6 +313,10 @@ contains else call get_status_url(job_id, i, url, status=STATUS_FAILED) server_status = request_to_ignored(url) + + call get_status_url(job_id, i, url, posting=.true.) + server_status = send_file(url, captured_filename) + exit endif -- cgit v1.2.3