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

« back to all changes in this revision

Viewing changes to src/stubs_win32.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:
1
1
      Subroutine Module_Census
2
2
      include "errquit.fh"
3
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
3
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
4
4
C
5
5
C     Eventually this routine should print out a list of modules or
6
6
C     tasks or something which are incorporated into the present
13
13
      End
14
14
      Subroutine debtest(RTDB)
15
15
      include "errquit.fh"
16
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
16
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
17
17
      Integer RTDB
18
18
      Call ErrQuit(
19
19
     $   'debtest is not in this build of NWChem', 0, CAPMIS_ERR)
21
21
      End
22
22
      Subroutine gap_parse(RTDB)
23
23
      include "errquit.fh"
24
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
24
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
25
25
      Integer RTDB
26
26
      Call ErrQuit(
27
27
     $   'gap_parse is not in this build of NWChem', 0, CAPMIS_ERR)
29
29
      End
30
30
      Subroutine gapss(RTDB)
31
31
      include "errquit.fh"
32
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
32
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
33
33
      Integer RTDB
34
34
      Call ErrQuit(
35
35
     $   'gapss is not in this build of NWChem', 0, CAPMIS_ERR)
37
37
      End
38
38
      Subroutine ideaz_input(RTDB)
39
39
      include "errquit.fh"
40
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
40
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
41
41
      Integer RTDB
42
42
      Call ErrQuit(
43
43
     $   'ideaz_input is not in this build of NWChem', 0, CAPMIS_ERR)
45
45
      End
46
46
      Subroutine jantest(RTDB)
47
47
      include "errquit.fh"
48
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
48
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
49
49
      Integer RTDB
50
50
      Call ErrQuit(
51
51
     $   'jantest is not in this build of NWChem', 0, CAPMIS_ERR)
53
53
      End
54
54
      Subroutine jvltest(RTDB)
55
55
      include "errquit.fh"
56
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
56
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
57
57
      Integer RTDB
58
58
      Call ErrQuit(
59
59
     $   'jvltest is not in this build of NWChem', 0, CAPMIS_ERR)
61
61
      End
62
62
      Subroutine jvltest2(RTDB)
63
63
      include "errquit.fh"
64
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
64
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
65
65
      Integer RTDB
66
66
      Call ErrQuit(
67
67
     $   'jvltest2 is not in this build of NWChem', 0, CAPMIS_ERR)
69
69
      End
70
70
      Subroutine kgdtest(RTDB)
71
71
      include "errquit.fh"
72
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
72
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
73
73
      Integer RTDB
74
74
      Call ErrQuit(
75
75
     $   'kgdtest is not in this build of NWChem', 0, CAPMIS_ERR)
77
77
      End
78
78
      Subroutine mdmain(RTDB)
79
79
      include "errquit.fh"
80
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
80
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
81
81
      Integer RTDB
82
82
      Call ErrQuit(
83
83
     $   'mdmain is not in this build of NWChem', 0, CAPMIS_ERR)
85
85
      End
86
86
      Subroutine oimp2(RTDB)
87
87
      include "errquit.fh"
88
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
88
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
89
89
      Integer RTDB
90
90
      Call ErrQuit(
91
91
     $   'oimp2 is not in this build of NWChem', 0, CAPMIS_ERR)
93
93
      End
94
94
      Subroutine plnwv(RTDB)
95
95
      include "errquit.fh"
96
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
96
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
97
97
      Integer RTDB
98
98
      Call ErrQuit(
99
99
     $   'plnwv is not in this build of NWChem', 0, CAPMIS_ERR)
101
101
      End
102
102
      Subroutine plnwv_input(RTDB)
103
103
      include "errquit.fh"
104
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
104
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
105
105
      Integer RTDB
106
106
      Call ErrQuit(
107
107
     $   'plnwv_input is not in this build of NWChem', 0, CAPMIS_ERR)
109
109
      End
110
110
      Subroutine raktest(RTDB)
111
111
      include "errquit.fh"
112
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
112
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
113
113
      Integer RTDB
114
114
      Call ErrQuit(
115
115
     $   'raktest is not in this build of NWChem', 0, CAPMIS_ERR)
117
117
      End
118
118
      Subroutine rimp2g(RTDB)
119
119
      include "errquit.fh"
120
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
120
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
121
121
      Integer RTDB
122
122
      Call ErrQuit(
123
123
     $   'rimp2g is not in this build of NWChem', 0, CAPMIS_ERR)
125
125
      End
126
126
      Subroutine rjhtest(RTDB)
127
127
      include "errquit.fh"
128
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
128
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
129
129
      Integer RTDB
130
130
      Call ErrQuit(
131
131
     $   'rjhtest is not in this build of NWChem', 0, CAPMIS_ERR)
134
134
#ifndef WITHPYTHON
135
135
      Subroutine python_input(RTDB)
136
136
      include "errquit.fh"
137
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
137
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
138
138
      Integer RTDB
139
139
      Call ErrQuit(
140
140
     $   'python_input is not in this build of NWChem', 0, CAPMIS_ERR)
142
142
      End
143
143
      Subroutine task_python(RTDB)
144
144
      include "errquit.fh"
145
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
145
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
146
146
      Integer RTDB
147
147
      Call ErrQuit(
148
148
     $   'task_python is not in this build of NWChem', 0, CAPMIS_ERR)
151
151
#endif
152
152
      Subroutine task_vscf(RTDB)
153
153
      include "errquit.fh"
154
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
154
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
155
155
      Integer RTDB
156
156
      Call ErrQuit(
157
157
     $   'task_vscf is not in this build of NWChem', 0, CAPMIS_ERR)
159
159
      End
160
160
      Subroutine uccsdt(RTDB)
161
161
      include "errquit.fh"
162
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
162
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
163
163
      Integer RTDB
164
164
      Call ErrQuit(
165
165
     $   'uccsdt is not in this build of NWChem', 0, CAPMIS_ERR)
167
167
      End
168
168
      Subroutine uccsdtest(RTDB)
169
169
      include "errquit.fh"
170
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
170
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
171
171
      Integer RTDB
172
172
      Call ErrQuit(
173
173
     $   'uccsdtest is not in this build of NWChem', 0, CAPMIS_ERR)
175
175
      End
176
176
      Subroutine vscf_input(RTDB)
177
177
      include "errquit.fh"
178
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
178
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
179
179
      Integer RTDB
180
180
      Call ErrQuit(
181
181
     $   'vscf_input is not in this build of NWChem', 0, CAPMIS_ERR)
182
182
      Return
183
183
      End
184
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
184
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
185
185
      Subroutine mcstep(RTDB)
186
186
      include "errquit.fh"
187
187
      Integer RTDB
189
189
     $   'mcstep is not in this build of NWChem', 0, CAPMIS_ERR)
190
190
      Return
191
191
      End
192
 
* $Id: stubs_win32.F,v 1.7 2003-10-17 22:53:32 carlfahl Exp $
 
192
* $Id: stubs_win32.F 19708 2010-10-29 18:04:21Z d3y133 $
193
193
      Subroutine mcstep_main(RTDB)
194
194
      include "errquit.fh"
195
195
      Integer RTDB