Feature #17056
Add art command line option -fpe to turn on floating point exceptions by default.
Status:
Assigned
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
06/28/2017
Due date:
% Done:
0%
Estimated time:
2.00 h
Scope:
Internal
Experiment:
MicroBooNE
SSI Package:
Description
Add command line option -fpe that will make the following fcl parameters of art service floating_point_control true by default (i.e. every fpe except underflow).
enableDivByZeroEx
enableInvalidEx
enableOverFlowEx
History
#1 Updated by Marc Paterno over 3 years ago
- Status changed from New to Assigned
- Assignee set to Paul Russo
- Estimated time set to 2.00 h
The structure of the command line options is such that only single-letter options can be preceded with a single hyphen.
We will make the behavior you request be controlled by both of:
art -F ... art --fpe ...
#2 Updated by Kyle Knoepfel about 1 year ago
- Assignee deleted (
Paul Russo)