Forum: Msieve
2018-02-06, 19:42
|
Replies: 74
Views: 35,898
|
Forum: Msieve
2018-02-05, 22:56
|
Replies: 74
Views: 35,898
|
Forum: Msieve
2018-02-05, 07:15
|
Replies: 74
Views: 35,898
I do not think so unfortunately. It seems you...
I do not think so unfortunately. It seems you need multithreading MPI=1 to benefit from those large vectors right?
And I cannot seem to compile OpenMPI in Msys2 and it cannot be downloaded with a...
|
Forum: Msieve
2016-01-07, 15:38
|
Replies: 74
Views: 35,898
Thanks, I did not get a chance to test them on...
Thanks, I did not get a chance to test them on another computer. I added my "libwinpthread-1.dll" from MSYS2 to all the zip-files.
I also added "nvcuda.dll" to the gpu versions just to be safe,...
|
Forum: Msieve
2016-01-06, 14:21
|
Replies: 74
Views: 35,898
|
Forum: Msieve
2016-01-06, 00:47
|
Replies: 74
Views: 35,898
SVN991 compiled fine with CUDA 7.5 without...
SVN991 compiled fine with CUDA 7.5 without tinkering with the Makefile beyond the usual parameters. It even worked with ZLIB on. What is the benefit of Zlib, it compresses relations? It is better to...
|
Forum: Msieve
2016-01-04, 18:37
|
Replies: 74
Views: 35,898
|
Forum: Msieve
2016-01-02, 12:59
|
Replies: 74
Views: 35,898
|
Forum: Msieve
2016-01-01, 23:24
|
Replies: 74
Views: 35,898
|
Forum: Msieve
2016-01-01, 20:15
|
Replies: 74
Views: 35,898
|
Forum: Msieve
2016-01-01, 05:23
|
Replies: 74
Views: 35,898
|
Forum: Msieve
2016-01-01, 03:32
|
Replies: 74
Views: 35,898
Yes, there is a "cuda.lib" in the...
Yes, there is a "cuda.lib" in the "Cuda5.5\lib\x64" directory.
Edit: Thank you! The CUDA libs was set to win32 in the Makefile:
CUDA_LIBS = "$(CUDA_ROOT)/lib/win32/cuda.lib"
I changed win32...
|
Forum: Msieve
2016-01-01, 03:20
|
Replies: 74
Views: 35,898
It is strange you have such problems compiling...
It is strange you have such problems compiling GMP and GMP-ECM. I think I saw the issue you have long ago in the original MSYS but MSYS2 has worked for me on like 4 different computers with Windows...
|
Forum: Msieve
2016-01-01, 01:05
|
Replies: 74
Views: 35,898
|
Forum: Msieve
2015-12-31, 23:36
|
Replies: 74
Views: 35,898
|
Forum: Msieve
2015-12-31, 22:34
|
Replies: 74
Views: 35,898
In the attempt to compile Msieve with CUDA...
In the attempt to compile Msieve with CUDA support I installed Visual Studio 2013 and CUDA 6.5 on my laptop, and it got a bit further than it did with VS2015 on my desktop.
But it fails when...
|
Forum: Msieve
2015-12-31, 22:29
|
Replies: 74
Views: 35,898
|
Forum: Msieve
2015-12-31, 01:57
|
Replies: 74
Views: 35,898
Have you tried MSYS2 with Mingw64?: ...
Have you tried MSYS2 with Mingw64?:
https://sourceforge.net/p/msys2/wiki/MSYS2%20installation/
I ran these commands to update it initially:
Run "msys2_shell.bat"
update-core
Restart...
|
Forum: Msieve
2015-12-30, 22:22
|
Replies: 74
Views: 35,898
|
Forum: Msieve
2015-12-30, 19:36
|
Replies: 74
Views: 35,898
Actually I learned all about 64 bit compiling...
Actually I learned all about 64 bit compiling with Mingw64 from mainly WraithX but also from wombatman, so they know a lot more than me. I have never compiled a CUDA application but it was a long...
|