Skip to content

Commit

Permalink
Final remarks for Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricks-Lab committed Dec 12, 2018
1 parent 6ea32d1 commit 7350002
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
shmget in attach_shmem: Invalid argument
17:53:14 (9172): Can't set up shared mem: -1. Will run in standalone mode.
14:13:52 (19467): Can't set up shared mem: -1. Will run in standalone mode.
setiathome_v8 8.00 Revision: 3290 g++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4)
libboinc: BOINC 7.7.0

Expand All @@ -12,8 +12,8 @@ Optimal function choices:
--------------------------------------------------------
v_BaseLineSmooth (no other)
v_vGetPowerSpectrumUnrolled2 0.000034 0.00000
avx_ChirpData_d 0.002795 0.00000
AK SSE folding 0.000512 0.00000
avx_ChirpData_d 0.002796 0.00000
AK SSE folding 0.000513 0.00000

Flopcounter: 2240738656054.034668

Expand All @@ -22,4 +22,4 @@ Autocorr count: 0
Pulse count: 1
Triplet count: 0
Gaussian count: 0
17:58:11 (9172): called boinc_finish(0)
14:18:45 (19467): called boinc_finish(0)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
shmget in attach_shmem: Invalid argument
17:53:14 (9165): Can't set up shared mem: -1. Will run in standalone mode.
14:13:52 (19460): Can't set up shared mem: -1. Will run in standalone mode.
setiathome_v8 8.00 Revision: 3290 g++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4)
libboinc: BOINC 7.7.0

Expand All @@ -12,8 +12,8 @@ Optimal function choices:
--------------------------------------------------------
v_BaseLineSmooth (no other)
v_vGetPowerSpectrumUnrolled2 0.000034 0.00000
avx_ChirpData_d 0.002809 0.00000
AK SSE folding 0.000282 0.00000
avx_ChirpData_d 0.002820 0.00000
AK SSE folding 0.000283 0.00000

Flopcounter: 1980411934410.592041

Expand All @@ -22,4 +22,4 @@ Autocorr count: 1
Pulse count: 0
Triplet count: 0
Gaussian count: 0
18:00:15 (9165): called boinc_finish(0)
14:20:53 (19460): called boinc_finish(0)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
shmget in attach_shmem: Invalid argument
17:53:14 (9168): Can't set up shared mem: -1. Will run in standalone mode.
14:13:52 (19463): Can't set up shared mem: -1. Will run in standalone mode.
setiathome_v8 8.00 Revision: 3290 g++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4)
libboinc: BOINC 7.7.0

Expand All @@ -13,7 +13,7 @@ Optimal function choices:
v_BaseLineSmooth (no other)
v_vGetPowerSpectrumUnrolled2 0.000034 0.00000
avx_ChirpData_d 0.002799 0.00000
AK SSE folding 0.000410 0.00000
AK SSE folding 0.000411 0.00000

Flopcounter: 1862594072753.852539

Expand All @@ -22,4 +22,4 @@ Autocorr count: 0
Pulse count: 0
Triplet count: 3
Gaussian count: 0
17:59:42 (9168): called boinc_finish(0)
14:20:20 (19463): called boinc_finish(0)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
shmget in attach_shmem: Invalid argument
17:53:14 (9162): Can't set up shared mem: -1. Will run in standalone mode.
14:13:52 (19457): Can't set up shared mem: -1. Will run in standalone mode.
setiathome_v8 8.00 Revision: 3290 g++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4)
libboinc: BOINC 7.7.0

Expand All @@ -12,7 +12,7 @@ Optimal function choices:
--------------------------------------------------------
v_BaseLineSmooth (no other)
v_vGetPowerSpectrumUnrolled2 0.000034 0.00000
avx_ChirpData_d 0.002804 0.00000
avx_ChirpData_d 0.002792 0.00000
AK SSE folding 0.000195 0.00000

Flopcounter: 2114949776441.358887
Expand All @@ -22,4 +22,4 @@ Autocorr count: 0
Pulse count: 0
Triplet count: 6
Gaussian count: 0
17:58:28 (9162): called boinc_finish(0)
14:18:59 (19457): called boinc_finish(0)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
* Changed *--ref_signals* option to *--std_signals* for clarity.

## Development Plans and Known Limitations
* Implement a *--force_ref* which will generate new reference results even if they already exist.
* Currently, running more than one job at a time on a single GPU is not supported.
* Consider using opencl instead of lshw to get valid GPU compute platforms, but maybe won't work for cuda apps
* Should consider executing job with time command. This should give total and CPU time metrics
Expand Down
2 changes: 1 addition & 1 deletion benchMT
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ __license__ = "GNU General Public License"
__program_name__ = "benchMT"
__version__ = "v1.2.0"
__maintainer__ = "RueiKe"
__status__ = "Release"
__status__ = "Stable Release"

import argparse
import re
Expand Down

0 comments on commit 7350002

Please sign in to comment.