1)
Message boards :
Number crunching :
Badges - Full Sets!
(Message 40234)
Posted 4397 days ago by Tanya Puckett
Just got my silver PSA. That makes a full set of silver! Now on to gold...
|
2)
Message boards :
Sieving :
ppsieve/tpsieve CUDA testing
(Message 24130)
Posted 4862 days ago by Tanya Puckett
No USB stick. I've actually tryed running it on several different computers, just in case it was a problem with the NVidia card. All three computers were running windows 7.
|
3)
Message boards :
Sieving :
ppsieve/tpsieve CUDA testing
(Message 24128)
Posted 4862 days ago by Tanya Puckett
I redownloaded the zipfile, got the cudart.dll. Now I get this:
The application was unable to start correctly (0x000007b).
Any idea what's causing this?
|
4)
Message boards :
Sieving :
ppsieve/tpsieve CUDA testing
(Message 24100)
Posted 4862 days ago by Tanya Puckett
I downloaded the zipfile and tryed to run the exe in the release folder. I got a message that the program can't start because cudart.dll is missing from my computer. I think I may have found a place to get the cudart.dll. Do I need to get it and put it in the directory with the exe, or is there something else I need to do?
|
5)
Message boards :
Sieving :
ppsieve/tpsieve CUDA testing
(Message 24068)
Posted 4863 days ago by Tanya Puckett
I couldn't find any reference to gfn_app.h or gfn_main.h. Where did you see that?
Instead of bringing up the full project in visual C++, I went looking through folder at the individual files. One file was named gfn_main.c which I opened and looked at the code. That was where I saw the line
#include <gfn_app.h>
That is also where the line "#include <gfn_main.c>" is.
By the way, I wasn't sure if project-level preprocessor directives got included in the file I zipped up. You should make sure NDEBUG is #defined in the project, or you may get more errors than I did.
I'm afraid you've lost me here.
|
6)
Message boards :
Sieving :
ppsieve/tpsieve CUDA testing
(Message 24067)
Posted 4863 days ago by Tanya Puckett
Jay, what you are saying sounds mostly right, so I'm not sure if you're saying I got something wrong in my earlier message. I do know that for including headers, at least with the 2010 version of Visual C++, that I need to use quotes or the header won't work, and I have used a non user-written library before: #include <iostream>. I didn't think that the non user-written library had to be included in the compilers path, although I don't know where it would be.
Perhaps I have misuderstood something, as I have done very little with C++.
|
7)
Message boards :
Sieving :
ppsieve/tpsieve CUDA testing
(Message 24063)
Posted 4864 days ago by Tanya Puckett
Ken, I took a look at your source code. I am pretty new to C++, but I think I may have spotted your problem.
In your code you used
#include <assert.h>
To include the header, I believe it needs to be inclosed in parenthesis.
#include "assert.h"
I tryied to compile the code after changing it. I got it to compile further before failing, but I think the reason I couldn't compile is because I am running the 2010 visual C++.
I also noticed that a couple of the headers you are trying to load don't appear to exist, "util.h" and "gfn_app.h" There is a "putil.h" so maybe the name was just mistyped.
Hope this helps,
|
8)
Message boards :
Problems and Help :
No work for your type of computer
(Message 24019)
Posted 4869 days ago by Tanya Puckett
Thanks Michael and Jack. I managed to install everything except for the libstdc++5, and now I am running a few Proth LLR's.
|
9)
Message boards :
Problems and Help :
No work for your type of computer
(Message 24016)
Posted 4870 days ago by Tanya Puckett
I encountered the same problem when I installed the new Ubuntu 10.04. Unfortunately, I don't know what's causing the problem or how to fix it either. I have tried running different versions of boinc, but that didn't help. I did find however, I could run any sieve project, but not any of the LLR's. My only suggestion is that you run a sieve project until someone figures out what the problem is.
|
10)
Message boards :
Number crunching :
Badges
(Message 23927)
Posted 4876 days ago by Tanya Puckett
I just got my Silver Sophie!! That was a hard one! My recent average credit has plumeted, but I can fix that. Now on to a job with better credit!
|