mirror of
https://gitlab.com/scemama/qp_plugins_scemama.git
synced 2024-11-09 07:33:41 +01:00
Compare commits
4 Commits
e485e512f7
...
a3d0f2f921
Author | SHA1 | Date | |
---|---|---|---|
a3d0f2f921 | |||
ee3c6e080c | |||
8094f81c72 | |||
be17a1cc0d |
@ -1,3 +1,4 @@
|
|||||||
cipsi
|
cipsi
|
||||||
selectors_full
|
selectors_full
|
||||||
|
davidson_undressed
|
||||||
|
|
||||||
|
@ -19,6 +19,9 @@ subroutine run
|
|||||||
print *, 'TREXIO file : '//trim(trexio_filename)
|
print *, 'TREXIO file : '//trim(trexio_filename)
|
||||||
print *, ''
|
print *, ''
|
||||||
|
|
||||||
|
call system('rm -rf '//trim(trexio_filename)//'.bak')
|
||||||
|
call system('mv '//trim(trexio_filename)//' '//trim(trexio_filename)//'.bak')
|
||||||
|
! call system('mv '//trim(trexio_filename)//' '//trim(trexio_filename)''//.bak)
|
||||||
if (backend == 0) then
|
if (backend == 0) then
|
||||||
f = trexio_open(trexio_filename, 'w', TREXIO_HDF5, rc)
|
f = trexio_open(trexio_filename, 'w', TREXIO_HDF5, rc)
|
||||||
else if (backend == 1) then
|
else if (backend == 1) then
|
||||||
@ -26,6 +29,7 @@ subroutine run
|
|||||||
endif
|
endif
|
||||||
if (f == 0) then
|
if (f == 0) then
|
||||||
print *, 'Unable to open TREXIO file for writing'
|
print *, 'Unable to open TREXIO file for writing'
|
||||||
|
print *, 'rc = ', rc
|
||||||
stop -1
|
stop -1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
cipsi
|
cipsi
|
||||||
generators_cas
|
generators_cas
|
||||||
selectors_cassd
|
selectors_cassd
|
||||||
|
davidson_undressed
|
||||||
|
Loading…
Reference in New Issue
Block a user