We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aef16f commit 019138eCopy full SHA for 019138e
src/mfakto.cpp
@@ -775,7 +775,7 @@ void set_gpu_type()
775
printf("Warning: Unknown GPU name, assuming a GCN (Graphics Core Next) device. Please\n"
776
" post the name to the GIMPS forum or GitHub to have it added to mfakto.\n\n"
777
" Device name: %s (%s)\n"
778
- " mfakto thread: http://mersenneforum.org/showthread.php?t=15646\n"
+ " mfakto thread: https://www.mersenneforum.org/node/11037\n"
779
" GitHub: https://github.com/primesearch/mfakto/issues\n\n"
780
" You can also set GPUType in %s to avoid this message.\n",
781
deviceinfo.d_name, deviceinfo.v_name, mystuff.inifile);
0 commit comments