-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NRN_ENABLE_DIGEST and NRN_ENABLE_ARCH_INDEP_EXP_POW (#3135)
* Selected messages from old digest-debug branch Print digest of cvode f(y,t) and solvex(b,...) cmake -DNRN_DIGEST=ON nrn_digest() starts the accumulation of cvode digest info. nrn_digest("filename") prints accumulated cvode digest info. filename format is: message threadid index t digest where digest is the first 16 hex characters of the SHA1 hash of the double* array indicated by the message. -DNRN_ENABLE_ARCH_INDEP_EXP_POW=ON (default OFF) Provides h.use_exp_pow_precision(style) style = 0 means use normal machine IEEE precision for exp(x) and pow(x,y) style = 1 means use 53 bit mpfr style = 2 means use IEEE but truncate to 32 bit precision. sundials uses hoc_pow. digest format has a f(y,t) call count. * nrn_digest(tid, i) will print the details of the i'th digest item of thread tid. * sundial RPowerR uses hoc_pow. nrn_digest(tid, i, "abort") calls abort() on reaching index i of thread tid * Documentation for nrn_digest and use_exp_pow_precision
- Loading branch information
Showing
18 changed files
with
444 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.