Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
siuwuncheung committed Jan 24, 2025
1 parent 6e0113b commit e699f4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/PinnedH2O_3DOF/job.online_test1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ setenv LD_LIBRARY_PATH ${maindir}/build_quartz/libROM/build/lib:$LD_LIBRARY_PATH

set exe = testPinnedH2O_3DOF

#cp $maindir/build_quartz/tests/$exe .
cp $maindir/build_quartz/tests/$exe .

set cfg_online = mgmol_online_test1.cfg

Expand Down
3 changes: 1 addition & 2 deletions tests/PinnedH2O_3DOF/job.online_test2
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ setenv LD_LIBRARY_PATH ${maindir}/build_quartz/libROM/build/lib:$LD_LIBRARY_PATH

set exe = testPinnedH2O_3DOF

#cp $maindir/build_quartz/tests/$exe .
cp $maindir/build_quartz/tests/$exe .

set cfg_online = mgmol_online_test2.cfg

Expand All @@ -26,6 +26,5 @@ ln -s -f $maindir/potentials/pseudo.H_ONCV_PBE_SG15 .
source $maindir/scripts/modules.quartz

srun -p pdebug -n $ncpus $exe -c $cfg_online -i coords_1.00_1.00_0.0.in
#python3 test.py srun -p pdebug -n $ncpus $exe $cfg_online coords_1.00_1.00_0.0.in .

date
1 change: 1 addition & 0 deletions tests/PinnedH2O_3DOF/testPinnedH2O_3DOF.cc
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ int main(int argc, char** argv)

orbitals.set(ct.getROMOptions().basis_file, ct.numst);
orbitals.orthonormalizeLoewdin();
orbitals.setDataWithGhosts(true);

// set the iterative index to 1 to differentiate it from first instance
// in MGmol initial() function. This is not very clean and could be
Expand Down

0 comments on commit e699f4d

Please sign in to comment.