Forum: Aliquot Sequences
2022-08-10, 05:27
|
Replies: 157
Views: 53,584
|
Forum: NFS@Home
2022-08-09, 18:17
|
Replies: 1,930
Views: 184,904
|
Forum: Msieve
2022-08-08, 17:24
|
Replies: 105
Views: 30,328
|
Forum: NFS@Home
2022-08-08, 01:22
|
Replies: 101
Views: 6,389
|
Forum: Msieve
2022-08-08, 00:05
|
Replies: 105
Views: 30,328
That would be the line ...
That would be the line
CUDA_TRY(cuModuleLoad(&t->gpu_module, "stage1_core.ptx"))
Make sure you have the files stage1_core.ptx and lanczos_kernel.ptx in the same directory in which you are running...
|
Forum: Aliquot Sequences
2022-08-07, 19:03
|
Replies: 157
Views: 53,584
|
Forum: Msieve
2022-08-06, 03:02
|
Replies: 105
Views: 30,328
|
Forum: NFS@Home
2022-08-05, 20:15
|
Replies: 101
Views: 6,389
|
Forum: Msieve
2022-08-05, 17:25
|
Replies: 105
Views: 30,328
|
Forum: Msieve
2022-08-05, 01:33
|
Replies: 105
Views: 30,328
|
Forum: NFS@Home
2022-08-04, 18:21
|
Replies: 26
Views: 2,422
|
Forum: And now for something completely different
2022-08-02, 20:45
|
Replies: 49
Views: 10,585
|
Forum: NFS@Home
2022-07-31, 00:27
|
Replies: 101
Views: 6,389
|
Forum: NFS@Home
2022-07-30, 18:25
|
Replies: 107
Views: 9,195
|
Forum: Lounge
2022-07-30, 18:03
|
Replies: 296
Views: 45,617
|
Forum: Msieve
2022-07-29, 16:50
|
Replies: 105
Views: 30,328
|
Forum: Msieve
2022-07-29, 03:49
|
Replies: 105
Views: 30,328
Once you have installed the compiler and CUDA...
Once you have installed the compiler and CUDA toolkit...
https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#ubuntu-installation
sudo apt install git libgmp-dev
git clone...
|
Forum: NFS@Home
2022-07-28, 04:59
|
Replies: 101
Views: 6,389
|
Forum: Msieve
2022-07-28, 01:22
|
Replies: 105
Views: 30,328
|
Forum: Msieve
2022-07-27, 19:29
|
Replies: 10
Views: 242
I was just looking at the better scaling of...
I was just looking at the better scaling of msieve's block Lanczos using 3rd gen NVLink. On both current CPU clusters and 2nd gen NVLink connecting V100s, msieve's runtime consistently scales as...
|
Forum: Msieve
2022-07-26, 18:42
|
Replies: 10
Views: 242
If that command didn't exit with an error...
If that command didn't exit with an error message, then you weren't using an msieve binary compiled with MPI support. MPI is a compile-time option.
A single socket, 12 core CPU will likely not...
|
Forum: Cunningham Tables
2022-07-25, 20:30
|
Replies: 19
Views: 16,751
|
Forum: NFS@Home
2022-07-25, 03:24
|
Replies: 96
Views: 6,068
I don't mind doing this, but I doubt it'll have...
I don't mind doing this, but I doubt it'll have much effect. Most active participants manually select which queues they do. Many run only the largest queue on computers with sufficient memory, and...
|
Forum: Msieve
2022-07-24, 19:57
|
Replies: 105
Views: 30,328
No threads. After compiling the...
No threads. After compiling the msieve-lacuda-nfsathome branch with the option CUDA=75, run with
-nc2 -g 0 -v
where the number after -g specifies which gpu to use. Without the -g option, it uses...
|
Forum: NFS@Home
2022-07-24, 07:08
|
Replies: 107
Views: 9,195
That surprisingly accurately matches my rough...
That surprisingly accurately matches my rough prediction. For msieve, each generation, P100 to V100 to A100, approximately doubles the speed, so a P100 should take roughly 4x as long as an A100. And...
|