Changes between Version 543 and Version 544 of doc/app/errmsg
- Timestamp:
- May 25, 2018 9:54:33 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v543 v544 675 675 ||[=#PA0451 PA0451] ||unknown flux output mode: flux_output_mode = ... ||This error message appears if the parameter [../inipar#flux_output_mode flux_output_mode] is not set to one of the allowed values 'dynamic', 'kinematic' or 'approximation-specific'. || 676 676 ||[=#PA0452 PA0452] ||no nopointer version for USM ||The urban surface module (USM) so far only runs with POINTER version. Pre-processor directive {{{-D__nopointer}}} must not be used. || 677 ||[=#PA0453 PA0453] ||incompatible integer arithmetic: ... ||This error message appears if the compiler integer arithmetic is compatible with the assumptions made for the parallel random number generator. If this is notthe case the internal checks that the kind value isp is in fact a 32-bit integer with the usual properties that we expect it to have (under negation and wrap-around addition) fail. ||677 ||[=#PA0453 PA0453] ||incompatible integer arithmetic: ... ||This error message appears if the compiler integer arithmetic is not compatible with the assumptions made for the parallel random number generator. If this is the case the internal checks that the kind value isp is in fact a 32-bit integer with the usual properties that we expect it to have (under negation and wrap-around addition) fail. || 678 678 ||[=#PA0454 PA0454] ||problem in attempt to allocate memory ||This error message appears if the parallel random number generator is not able to allocate sufficient memory. || 679 679 ||[=#PA0455 PA0455] ||Tunnel width too small ||[../inipar#tunnel_width_y tunnel_width_y] - 2.0*[../inipar#tunnel_wall_depth tunnel_wall_depth] must be > 2*[../inipar#dy dy] ||