mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-21 19:13:29 +01:00
Fixing travis
This commit is contained in:
parent
c35594edd3
commit
7fc9d2540f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user