~ubuntu-branches/ubuntu/saucy/nwchem/saucy

« back to all changes in this revision

Viewing changes to src/input/input_parse.F

  • Committer: Package Import Robot
  • Author(s): Michael Banck, Michael Banck, Daniel Leidert
  • Date: 2012-02-09 20:02:41 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120209200241-jgk03qfsphal4ug2
Tags: 6.1-1
* New upstream release.

[ Michael Banck ]
* debian/patches/02_makefile_flags.patch: Updated.
* debian/patches/02_makefile_flags.patch: Use internal blas and lapack code.
* debian/patches/02_makefile_flags.patch: Define GCC4 for LINUX and LINUX64
  (Closes: #632611 and LP: #791308).
* debian/control (Build-Depends): Added openssh-client.
* debian/rules (USE_SCALAPACK, SCALAPACK): Removed variables (Closes:
  #654658).
* debian/rules (LIBDIR, USE_MPIF4, ARMCI_NETWORK): New variables.
* debian/TODO: New file.
* debian/control (Build-Depends): Removed libblas-dev, liblapack-dev and
  libscalapack-mpi-dev.
* debian/patches/04_show_testsuite_diff_output.patch: New patch, shows the
  diff output for failed tests.
* debian/patches/series: Adjusted.
* debian/testsuite: Optionally run all tests if "all" is passed as option.
* debian/rules: Run debian/testsuite with "all" if DEB_BUILD_OPTIONS
  contains "checkall".

[ Daniel Leidert ]
* debian/control: Used wrap-and-sort. Added Vcs-Svn and Vcs-Browser fields.
  (Priority): Moved to extra according to policy section 2.5.
  (Standards-Version): Bumped to 3.9.2.
  (Description): Fixed a typo.
* debian/watch: Added.
* debian/patches/03_hurd-i386_define_path_max.patch: Added.
  - Define MAX_PATH if not defines to fix FTBFS on hurd.
* debian/patches/series: Adjusted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
c
11
11
      logical function input_parse(rtdb)
12
12
 
13
 
C     $Id: input_parse.F,v 1.88 2009/02/03 22:49:53 niri Exp $
 
13
C     $Id: input_parse.F 21159 2011-10-05 04:12:40Z niri $
14
14
c
15
15
      implicit none
16
16
c
101
101
               call tropt_input(rtdb)
102
102
            else if (inp_compare(.false.,test,'driver')) then
103
103
               call driver_input(rtdb)
 
104
            else if (inp_compare(.false.,test,'string')) then
 
105
               call string_input(rtdb)
104
106
            else if (inp_compare(.false.,test,'qcharge')) then
105
107
               call input_qcharge(rtdb)
106
108
            else if (inp_compare(.false.,test,'charge')) then
107
109
               call input_charge(rtdb)
108
110
            else if (inp_compare(.false.,test,'dft')) then
109
111
               call dft_input(rtdb)
 
112
            else if (inp_compare(.false.,test,'occup')) then
 
113
               call occup_input(rtdb)
110
114
            else if (inp_compare(.false.,test,'prepare')) then
111
115
               call pre_input(rtdb)
112
116
            else if (inp_compare(.false.,test,'md')) then
164
168
               call smd_input(rtdb)
165
169
            else if (inp_compare(.false.,test,'pause')) then
166
170
               call util_sleep(60)
 
171
            else if (inp_compare(.false.,test,'rism')) then
 
172
               call rism_input(rtdb)
167
173
            else if (inp_compare(.false.,test,'qmmm')) then
168
174
               call qmmm_input(rtdb)
 
175
            else if (inp_compare(.false.,test,'ccca')) then
 
176
               call ccca_input(rtdb)
169
177
c            else if (inp_compare(.false.,test,'embed')) then
170
178
c               call embed_input(rtdb)
171
179
            else if (inp_compare(.false.,test,'relativistic')) then
174
182
               call nbo_input(rtdb)
175
183
            else if (inp_compare(.false.,test,'vscf')) then
176
184
               call vscf_input(rtdb)
 
185
            else if (inp_compare(.false.,test,'raman')) then
 
186
               call raman_input(rtdb)
177
187
            else if (inp_compare(.false.,test,'dntmc')) then
178
188
               call dntmc_input(rtdb)
179
189
            else if (inp_compare(.false.,test,'vib')) then