aboutsummaryrefslogtreecommitdiff
path: root/player
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2021-04-05 09:45:49 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2021-04-05 09:45:49 -0400
commit27c3147c7efe37657563fadcb835b50d00423475 (patch)
tree1a7ddebc114a4e465326080b6a1b9a662447c641 /player
parentbff06af2176e2f2813482b4fa7b4096a9982999b (diff)
downloadlevitating-27c3147c7efe37657563fadcb835b50d00423475.tar.gz
levitating-27c3147c7efe37657563fadcb835b50d00423475.zip
Implemented titan handling on the server, hopefully. Added sending the captured file for a task to failed jobs as well.
Diffstat (limited to 'player')
-rw-r--r--player/instructions.f904
1 files changed, 4 insertions, 0 deletions
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