aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/Hosts.cc
Commit message (Collapse)AuthorAge
* Remove Carpet's mechanisms to deal with how to call isnanErik Schnetter2012-10-22
| | | | Remove Carpet's mechanisms to deal with how to call isnan. Instead, expect isnan in std::, and rely on Cactus to correct things if this is not the case.
* Carpet: Correct representation of host and model namesErik Schnetter2012-09-11
|
* Carpet: Make host/process association publicly availableErik Schnetter2012-09-11
Determine and store host/process association. Provide aliased function API to query this. Improve performance of multi-model API.