Skip to content

Commit 9357522

Browse files
committed
Minor changes
1 parent 53c9fc1 commit 9357522

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ if [[ "${PACKAGES}.x" != ".x" ]] ; then
223223
fi
224224

225225
if [[ ${PACKAGES} = all ]] ; then
226-
PACKAGES="cmake zlib ninja zeromq f77zmq gmp ocaml docopt resultsFile bats trexio armadillo openorb simpleg_pu"
226+
PACKAGES="cmake zlib ninja zeromq f77zmq gmp ocaml docopt resultsFile bats trexio armadillo openorb simple_gpu"
227227
fi
228228

229229

src/mo_two_e_ints/cholesky.irp.f

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
read(iunit) cholesky_mo_transp
7373
!$OMP PARALLEL DO PRIVATE(igpu)
7474
do igpu=0,gpu_num-1
75-
call gpu_allocate(cholesky_mo_transp_d(igpu), cholesky_mo_num, mo_num, mo_num)
7675
call gpu_set_device(igpu)
7776
call gpu_allocate(cholesky_mo_transp_d(igpu), cholesky_mo_num, mo_num, mo_num)
7877
call gpu_upload(cholesky_mo_transp, cholesky_mo_transp_d(igpu))

0 commit comments

Comments
 (0)