10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-19 03:37:08 +02:00

Fixing travis

This commit is contained in:
Anthony Scemama 2019-01-28 22:01:50 +01:00
parent c35594edd3
commit 7fc9d2540f

View File

@ -53,7 +53,7 @@ subroutine davidson_run_slave(thread,iproc)
endif endif
doexit = receive doexit = receive
IRP_ENDIF IRP_ENDIF
if (doexit) then if (doexit>0) then
call end_zmq_to_qp_run_socket(zmq_to_qp_run_socket) call end_zmq_to_qp_run_socket(zmq_to_qp_run_socket)
return return
endif endif