summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/pumi/phiotimer.cc.darwin.patch
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/pumi/phiotimer.cc.darwin.patch')
-rw-r--r--var/spack/repos/builtin/packages/pumi/phiotimer.cc.darwin.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/var/spack/repos/builtin/packages/pumi/phiotimer.cc.darwin.patch b/var/spack/repos/builtin/packages/pumi/phiotimer.cc.darwin.patch
deleted file mode 100644
index 52c6e63fca..0000000000
--- a/var/spack/repos/builtin/packages/pumi/phiotimer.cc.darwin.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-*** ./phasta/phiotimer.cc 2017-05-03 12:26:25.000000000 -0700
---- ./phasta/phiotimer.cc.patched 2017-05-03 12:26:11.000000000 -0700
-***************
-*** 56,63 ****
- }
- #else
- void phastaio_time(phastaioTime* t) {
-! int err;
-! err = clock_gettime(CLOCK_MONOTONIC,t);
- PCU_ALWAYS_ASSERT(!err);
- }
- /*return elapsed time in micro seconds*/
---- 56,63 ----
- }
- #else
- void phastaio_time(phastaioTime* t) {
-! int err=0;
-! /*err = clock_gettime(CLOCK_MONOTONIC,t);*/
- PCU_ALWAYS_ASSERT(!err);
- }
- /*return elapsed time in micro seconds*/