tozhovez / cudpp

Automatically exported from code.google.com/p/cudpp
Other
0 stars 0 forks source link

2 different files named mt19937ar.cpp are swapped in the distro. #127

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Ie:
.../cudpp_src_2.0/apps/cudpp_hash_testrig/mt19937ar.cpp
.../cudpp_src_2.0/src/cudpp_hash/mt19937ar.cpp

The latter includes a main routine where there should not be one.

What is the expected output? What do you see instead?
Produces "duplicate main routine found"

What version of the product are you using? On what operating system?
Cudpp v 2.0

Please provide any additional information below.
Clearly the testrig program should have the main routine - and a different name.

Original issue reported on code.google.com by randolph...@yahoo.com.au on 22 Jul 2013 at 3:12

GoogleCodeExporter commented 8 years ago
This issue was fixed by the last commit:
https://github.com/cudpp/cudpp/commit/d8841d117f4c2314a12b980384220453c3cea5c0

Please do not file issues on google code for CUDPP any more.  Google code is 
now maintained on github, so file issues there:
https://github.com/cudpp/cudpp/issues

Original comment by harr...@gmail.com on 10 Jan 2014 at 4:13