Skip to content

Commit

Permalink
Merge pull request #929 from edoapra/flaccid-fraction
Browse files Browse the repository at this point in the history
new localize tests
  • Loading branch information
nwchemgit authored Jan 2, 2024
2 parents b9ea432 + 0d6cb21 commit 7a74469
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions QA/doqmtests.mpi
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,10 @@ let "myexit+=$?"
let "myexit+=$?"
./runtests.mpi.unix procs $np localize-ibo-aa
let "myexit+=$?"
./runtests.mpi.unix procs $np localize-ibo-allyl
let "myexit+=$?"
./runtests.mpi.unix procs $np localize-pm-allyl
let "myexit+=$?"
#
#--- range-separated functionals tests
./runtests.mpi.unix procs $np acr-camb3lyp-cdfit
Expand Down
2 changes: 1 addition & 1 deletion src/input/memory_input.F
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ logical function memory_units(memory_size,
if (.not. inp_f(user_memory)) goto 1000
if (.not.inp_a(ctest)) goto 1000
if (inp_match(nunits, .false., ctest, units, ind)) then
memory_size = int(user_memory)*conv_units(ind)
memory_size = user_memory*dble(conv_units(ind))
memory_units=.true.
else
call errquit('inp_match: units missing ',0,INPUT_ERR)
Expand Down

0 comments on commit 7a74469

Please sign in to comment.