Changes between Version 7 and Version 8 of HpcInfo
- Timestamp:
- Jan 25, 2012, 11:51:22 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HpcInfo
v7 v8 43 43 At the beginning of the program, periodically during execution, and at the end of of processing, MPI_Analysis writes a UDP status datagram to a listener on the host and port specified in the control.xml file. Each datagram will consist of the analysisRequestGUID and a status (e.g. started, iteration number, finished). This is not a reliable two-way communication and it is the responsibility of the listener to follow up and manage any missed messages. 44 44 45 == listen ==45 == listen.php == 46 46 47 This php program runs as daemon receiving udp packets from the MPI_Analysis program. It is responsible for updating the analysis table in the local gfac database tableand the HPCAnalysisResult table in the LIMS database with current status. Current status possibilities include:47 This php program runs as daemon receiving udp packets from the MPI_Analysis program. It is responsible for updating the analysis table in the local gfac database and the HPCAnalysisResult table in the LIMS database with current status. Current status possibilities include: 48 48 49 49 || Current Status || Meaning || … … 66 66 || SUBMITTED || If > 10 mins, request status update || 24 hours || SUBMIT_TIMEOUT || 67 67 || SUBMIT_TIMEOUT || Request a status update || 24 hours || FAILED || 68 || RUNNING || If <10 mins, request status update || 24 hours || RUN_TIMEOUT ||68 || RUNNING || If > 10 mins, request status update || 24 hours || RUN_TIMEOUT || 69 69 || RUN_TIMEOUT || Request a status update || 48 hours || FAILED || 70 70 || DATA || Request status; Request data every 5 mins || 1 hour || DATA_TIMEOUT ||