~ubuntu-branches/ubuntu/trusty/nwchem/trusty-proposed

« back to all changes in this revision

Viewing changes to src/tools/ga-5-2/ma/man/man3/MA_set_hard_fail.3

  • Committer: Package Import Robot
  • Author(s): Michael Banck, Daniel Leidert, Andreas Tille, Michael Banck
  • Date: 2013-07-04 12:14:55 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130704121455-5tvsx2qabor3nrui
Tags: 6.3-1
* New upstream release.
* Fixes anisotropic properties (Closes: #696361).
* New features include:
  + Multi-reference coupled cluster (MRCC) approaches
  + Hybrid DFT calculations with short-range HF 
  + New density-functionals including Minnesota (M08, M11) and HSE hybrid
    functionals
  + X-ray absorption spectroscopy (XAS) with TDDFT
  + Analytical gradients for the COSMO solvation model
  + Transition densities from TDDFT 
  + DFT+U and Electron-Transfer (ET) methods for plane wave calculations
  + Exploitation of space group symmetry in plane wave geometry optimizations
  + Local density of states (LDOS) collective variable added to Metadynamics
  + Various new XC functionals added for plane wave calculations, including
    hybrid and range-corrected ones
  + Electric field gradients with relativistic corrections 
  + Nudged Elastic Band optimization method
  + Updated basis sets and ECPs 

[ Daniel Leidert ]
* debian/watch: Fixed.

[ Andreas Tille ]
* debian/upstream: References

[ Michael Banck ]
* debian/upstream (Name): New field.
* debian/patches/02_makefile_flags.patch: Refreshed.
* debian/patches/06_statfs_kfreebsd.patch: Likewise.
* debian/patches/07_ga_target_force_linux.patch: Likewise.
* debian/patches/05_avoid_inline_assembler.patch: Removed, no longer needed.
* debian/patches/09_backported_6.1.1_fixes.patch: Likewise.
* debian/control (Build-Depends): Added gfortran-4.7 and gcc-4.7.
* debian/patches/10_force_gcc-4.7.patch: New patch, explicitly sets
  gfortran-4.7 and gcc-4.7, fixes test suite hang with gcc-4.8 (Closes:
  #701328, #713262).
* debian/testsuite: Added tests for COSMO analytical gradients and MRCC.
* debian/rules (MRCC_METHODS): New variable, required to enable MRCC methods.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH MA_SET_HARD_FAIL 3 "20 February 1997" "MA Release 1.8" "MA LIBRARY ROUTINES"
 
2
.SH NAME
 
3
MA_set_hard_fail -
 
4
set the ma_hard_fail flag
 
5
.SH "C SYNOPSIS"
 
6
.nf
 
7
#include "macdecls.h"
 
8
 
 
9
Boolean MA_set_hard_fail(value)
 
10
    Boolean     value;          /* read-only */
 
11
.fi
 
12
.SH "FORTRAN SYNOPSIS"
 
13
.nf
 
14
#include "mafdecls.fh"
 
15
 
 
16
logical function MA_set_hard_fail(value)
 
17
    logical     value
 
18
.fi
 
19
.SH DESCRIPTION
 
20
MA_set_hard_fail() sets the ma_hard_fail flag to
 
21
.I value
 
22
and returns the flag's previous value.
 
23
If the ma_hard_fail flag is true,
 
24
then any error detected by MA
 
25
(including those normally considered nonfatal)
 
26
causes program termination.
 
27
The ma_hard_fail flag is initially false.
 
28
.\" .SH USAGE
 
29
.\" .SH DIAGNOSTICS
 
30
.SH "RETURN VALUE"
 
31
C: The previous value of the ma_hard_fail flag
 
32
(MA_TRUE or MA_FALSE).
 
33
.br
 
34
FORTRAN: The previous value of the ma_hard_fail flag
 
35
(.true. or .false.).
 
36
.\" .SH NOTES
 
37
.SH FILES
 
38
.nf
 
39
Include files: /msrc/proj/hpctools/ma/release/current/include
 
40
Library:       /msrc/proj/hpctools/ma/release/current/lib/\fIplatform\fR/libma.a
 
41
Man pages:     /msrc/proj/hpctools/ma/release/current/man/man3
 
42
Source code:   /msrc/proj/hpctools/ma/release/current/tar/ma\fIrelease\fR.tar
 
43
.fi
 
44
.SH "SEE ALSO"
 
45
.na
 
46
MA(3),
 
47
MA_set_auto_verify(3),
 
48
MA_set_error_print(3)
 
49
.ad
 
50
.SH AUTHOR
 
51
Gregory S. Thomas, Pacific Northwest National Laboratory