10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-22 18:57:31 +02:00

Minor changes

This commit is contained in:
Anthony Scemama 2015-01-19 10:38:07 +01:00
parent f6a5e40b6e
commit b16f2a7e48
3 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@ build:
@echo source quantum_package.rc
@echo -----------------------------------------------
else
build:
build: EZFIO curl m4 irpf90 emsl
$(MAKE) -C src
$(MAKE) -C ocaml
endif

View File

@ -41,7 +41,7 @@ subroutine save_dets_qmcchem
write(31,'(A)') 'a'
enddo
close(31)
call system('gzip '//trim(ezfio_filename)//'/mo_basis/mo_classif')
call system('gzip -f '//trim(ezfio_filename)//'/mo_basis/mo_classif')
end
program save_for_qmc

View File

@ -24,3 +24,4 @@ executables: $(ALL_MODULES)
# Dummy rule to enable to force recompilation
FORCE:
veryclean: all_clean