mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 06:25:21 -04:00
automatically be expanded to include useful information about the checkin (including the file's revision number). With the switch over to SVN this was lost because SVN only does this expansion if you explicitly ask for it (for every single file). I have added a script to the contrib directory that sets the appropriate property to get SVN to do this expansion. This script will make it easy to do this every time new source files are added. It is called svn_expand_Id, the script contains some comments that explain the issue and how it addresses this. This checkin sets this property for a subset of the relevant files (trying to commit all files at once failed with svn crashing). In future the script will only affect those files for which the property was not set before.
115 lines
4.3 KiB
Tcsh
Executable file
115 lines
4.3 KiB
Tcsh
Executable file
#!/bin/csh -f
|
|
#
|
|
# $Id$
|
|
#
|
|
#--- small tests
|
|
set np = 1
|
|
if ($1 !="") then
|
|
set np = $1
|
|
endif
|
|
./runtests.tcg5.unix procs $np auh2o autosym dft_he2+ h2mp2 h2o hess_h2o prop_h2o pyqa
|
|
./runtests.tcg5.unix procs $np geom_zmatrix rimp2_ne scf_feco5 small_intchk tagcheck testtab
|
|
./runtests.tcg5.unix procs $np h2o_dk u_sodft cosmo_h2o ch5n_nbo h2s_finite startag
|
|
./runtests.tcg5.unix procs $np cosmo_trichloroethene esp esp_uhf dft_bsse
|
|
./runtests.tcg5.unix procs $np dplot dft_meta prop_uhf_h2o
|
|
./runtests.tcg5.unix procs $np et_zn_dimer vectors_rotate sad_ch3hf
|
|
|
|
#--- small tests that should fail!
|
|
echo ' '
|
|
echo 'The oh2 test is testing the perl parsing script and SHOULD fail'
|
|
./runtests.tcg5.unix procs $np oh2
|
|
#--- medium tests
|
|
./runtests.tcg5.unix procs $np dft_feco5
|
|
./runtests.tcg5.unix procs $np dft_siosi3
|
|
./runtests.tcg5.unix procs $np dft_x
|
|
./runtests.tcg5.unix procs $np dft_mpw1k dft_li2freq
|
|
echo 'The intermediate values for this test may cause some differences.'
|
|
echo 'Please check the final values for the last optimized structure.'
|
|
./runtests.tcg5.unix procs $np dielsalder
|
|
echo 'The intermediate energy values for the numerical gradient '
|
|
echo 'test may cause some differences.'
|
|
echo 'Please check the final gradient values for correctness.'
|
|
./runtests.tcg5.unix procs $np grad_ozone
|
|
./runtests.tcg5.unix procs $np dft_ozone
|
|
./runtests.tcg5.unix procs $np hess_c6h6
|
|
./runtests.tcg5.unix procs $np intchk
|
|
echo 'The intermediate values for this test may cause some differences.'
|
|
echo 'Please check the final values for the last optimized structure.'
|
|
./runtests.tcg5.unix procs $np sadsmall
|
|
#./runtests.tcg5.unix procs $np sadbig
|
|
./runtests.tcg5.unix procs $np br2_dk
|
|
./runtests.tcg5.unix procs $np uo2_sodft
|
|
./runtests.tcg5.unix procs $np uo2_sodft_grad
|
|
./runtests.tcg5.unix procs $np si2cl6_gc
|
|
./runtests.tcg5.unix procs $np pspw
|
|
./runtests.tcg5.unix procs $np pspw_SiC
|
|
./runtests.tcg5.unix procs $np pspw_md
|
|
./runtests.tcg5.unix procs $np paw
|
|
./runtests.tcg5.unix procs $np pspw_polarizability
|
|
./runtests.tcg5.unix procs $np pspw_stress
|
|
./runtests.tcg5.unix procs $np band
|
|
./runtests.tcg5.unix procs $np tddft_h2o
|
|
./runtests.tcg5.unix procs $np tddft_n2+
|
|
./runtests.tcg5.unix procs $np tce_h2o
|
|
./runtests.tcg5.unix procs $np tce_h2o_dipole
|
|
./runtests.tcg5.unix procs $np tce_h2o_eomcc
|
|
./runtests.tcg5.unix procs $np tce_uhf_uccsd
|
|
./runtests.tcg5.unix procs $np tce_polar_ccsd_small
|
|
./runtests.tcg5.unix procs $np oniom1
|
|
./runtests.tcg5.unix procs $np c60_ecp
|
|
./runtests.tcg5.unix procs $np h2o_vscf
|
|
|
|
# qmmm tests
|
|
./runtests.tcg5.unix procs $np asa_qmmm
|
|
./runtests.tcg5.unix procs $np ethane_qmmm
|
|
|
|
# newproperty tests
|
|
./runtests.tcg5.unix procs $np prop_ch3f prop_uhf_ch3f
|
|
|
|
|
|
#--- long may not run on workstations
|
|
./runtests.tcg5.unix procs $np aump2
|
|
./runtests.tcg5.unix procs $np n2_ccsd
|
|
./runtests.tcg5.unix procs $np uoverlap
|
|
./runtests.tcg5.unix procs $np grad_nh3_trimer
|
|
./runtests.tcg5.unix procs $np hess_nh3
|
|
./runtests.tcg5.unix procs $np hess_nh3_dimer
|
|
./runtests.tcg5.unix procs $np mp2_si2h6
|
|
./runtests.tcg5.unix procs $np pbo_nesc1e
|
|
./runtests.tcg5.unix procs $np bf_cis
|
|
./runtests.tcg5.unix procs $np oniom3
|
|
./runtests.tcg5.unix procs $np cytosine_ccsd
|
|
./runtests.tcg5.unix procs $np h2o_selci
|
|
echo 'This test requires 16 processors to run quickly'
|
|
./runtests.tcg5.unix procs $np tce_polar_ccsd_big
|
|
#
|
|
#--- range-separated functionals tests
|
|
./runtests.mpi.unix procs $1 acr-camb3lyp-cdfit
|
|
./runtests.mpi.unix procs $1 acr-camb3lyp-direct
|
|
./runtests.mpi.unix procs $1 acr_lcblyp
|
|
./runtests.mpi.unix procs $1 h2_bnl
|
|
./runtests.mpi.unix procs $1 h2o_bnl
|
|
./runtests.mpi.unix procs $1 h2o-camb3lyp-pol-cdfit
|
|
./runtests.mpi.unix procs $1 h2o-camb3lyp-pol
|
|
./runtests.mpi.unix procs $1 h2o-cambeckehh
|
|
./runtests.mpi.unix procs $1 h2o-campbe0
|
|
./runtests.mpi.unix procs $1 h2o-lcpbe
|
|
./runtests.mpi.unix procs $1 o2_bnl
|
|
./runtests.mpi.unix procs $1 o2_hfattn
|
|
#
|
|
#--- dft + dispersion tests
|
|
./runtests.mpi.unix procs $1 disp_dimer_ch4
|
|
#
|
|
#--- double hybrid tests
|
|
./runtests.mpi.unix procs $1 Ne_scf-mp2_cc-vqz
|
|
./runtests.mpi.unix procs $1 Ne_b2plyp_cc-vqz
|
|
./runtests.mpi.unix procs $1 He_scf-mp2_cc-vqz
|
|
./runtests.mpi.unix procs $1 He_b2plyp_cc-vqz
|
|
./runtests.mpi.unix procs $1 Ar_scf-mp2_cc-vqz
|
|
./runtests.mpi.unix procs $1 Ar_b2plyp_cc-vqz
|
|
#
|
|
#--- cdspectrum tests
|
|
./runtests.mpi.unix procs $1 dmo_tddft_cd
|
|
#
|
|
#--- spherical atom symmetry test
|
|
./runtests.mpi.unix procs $1 ptatom
|