mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-07 14:03:37 +01:00
Additional check in run_selection_slave
This commit is contained in:
parent
bcb334afd2
commit
1f81de5bd4
@ -61,10 +61,14 @@ subroutine run_selection_slave(thread,iproc,energy)
|
|||||||
if (N /= buf%N) then
|
if (N /= buf%N) then
|
||||||
print *, 'N=', N
|
print *, 'N=', N
|
||||||
print *, 'buf%N=', buf%N
|
print *, 'buf%N=', buf%N
|
||||||
print *, 'bug in ', irp_here
|
print *, 'In ', irp_here, ': N /= buf%N'
|
||||||
stop '-1'
|
stop -1
|
||||||
end if
|
end if
|
||||||
end if
|
end if
|
||||||
|
if (i_generator > N_det_generators) then
|
||||||
|
print *, 'In ', irp_here, ': i_generator > N_det_generators'
|
||||||
|
stop -1
|
||||||
|
endif
|
||||||
call select_connected(i_generator,energy,pt2_data,buf,subset,pt2_F(i_generator))
|
call select_connected(i_generator,energy,pt2_data,buf,subset,pt2_F(i_generator))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user