![]() |
![]() |
#12 | |
Dec 2021
616 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#13 | |
Dec 2021
2·3 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#14 | |
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
26×101 Posts |
![]()
Still MUCH too vague. Until you provide lots of accurate specifics, effective help is not possible.
GIMPS GPU applications are all command line applications. If you don't know how to use the command line in your OS, learn that first. The disappearing command window is a symptom of someone who doesn't know even the basics of using the command line in their OS. Learn about cmd /k in Windows, or opening a terminal window in Linux. Document in a post in the thread the exact cmd lines you use, working directory, OS & OS version, hardware, mfaktc version, driver version, cudart version, and the exact resulting content of mfaktc output redirected to a file. Also exact mfaktc worktodo content except mask AID. Copy/paste to avoid (more) typos. For a rough idea of level of detail, see the Colab example. The level of detail required, is that which would be required if you were dictating keystrokes to someone else to reproduce your run attempt EXACTLY, plus include its output too. Every character of input. Exact reproduction of any info section and any error messages at the very least. Quote:
Four posts in by the person requesting help, we know little more than there's a 5950 and a 3090 involved and a user who apparently needs a basic OS cmd line tutorial who claims he's set it all up correctly, but only sees a cmd box flash on and off the screen and can't or won't provide any useful detail such as program output or input. I'm about done trying to help the OP due to the persistent lack of useful information from him. I wonder if he's ever debugged anything or is a frequent help desk user or how little computer experience or knowledge he has. Last fiddled with by kriesel on 2022-01-02 at 07:42 |
|
![]() |
![]() |
![]() |
#15 |
Dec 2021
1102 Posts |
![]()
So I have navigated to my installation folder and ran the following commands which didnt seem to give me any output or keep the window open even using /k "start mfaktc-win-64.exe /k -h > OutputTest.txt", "start mfaktc-win-64.exe /k -st > OutputTest2.txt" , and "start mfaktc-win-64.exe /k -st2 > OutputTest3.txt". The directory im using is "C:\Users\Bluecat\Desktop\PRIME STUFF".
OS is Windows 10 version 21H2 build 19044.1415 and experience? Windows Feature Experience Pack 120.2212.3920.0. Hardware 5950x, rtx 3090 (Asus strix OC 24GB), Gigabyte x570 Aorus Master (Bios version F35E), 2 2x 16GB G. SKill Trident Z RGB for AMD F4-3200C16-16GTZRX, Corsair 1000W power supply that im not going to open my pc to find out the exact model for. Mfaktc version is 0.21, Cuda driver is 11.5(also Geforce driver 497.29), ive downloaded cudart64_110.dll but tbh no idea where to put it other than in the above directory. Each of those commands did create a file with the stated name and each were blank. And lastly as far as worktodo.txt content "Factor=2021-12-30,21245513,73,74 Factor=2021-12-30,21245479,73,74" |
![]() |
![]() |
![]() |
#16 | |
Feb 2017
Nowhere
2×3×312 Posts |
![]() Quote:
![]() |
|
![]() |
![]() |
![]() |
#17 | |
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
26×101 Posts |
![]() Quote:
1) Worktodo.txt should be without dates. To my knowledge no legit worktodo entry format in any GIMPS application includes dates of assignment or any dates. Code:
Factor=21245513,73,74 Factor=21245479,73,74 Code:
Factor=WhateverTheFirstAIDis,21245513,73,74 Factor=WhateverTheSecondAIDis,21245479,73,74 3) What's being redirected to OutputTest.txt is the output of the start command, which is null, so an empty zero-bytes file is created. Mfaktc's console output would go to a command window that blinks quickly in and out of existence. There are ways around that, using " " correctly, or otherwise correcting the command line used. 4) Mfaktc has not only multiple version numbers, but there are a lot of different compiled flavors in multiple dimensions:
5) I think you're trying an inferior method to launch the mfaktc program. I don't see a need for the start command. It has to be already at a command line to use start to spawn another cmd.exe process, so just use the current cmd session instead. Windows shortcuts can be much easier, faster, and less prone to pilot error in the long run than typing command lines. Creating a shortcut to launch and run mfaktc, a flavor of cmd /k mfaktc etc is the command line for the shortcut, your working mfaktc directory is the directory to start the process in. I have shortcuts defined, configured with the equivalent of the command line C:\Windows\System32\cmd.exe /k C:\Users\username\Documents\mfaktc-rtx2080\mf.bat and start in C:\Users\username\Documents\mfaktc-rtx2080 All the device specification, executable flavor selection, setting window title, output redirection, restart or chaining to another task upon crash, etc, is housed in mf.bat for easy reliable quick production running. 6) We don't know from the preceding post whether the installation folder is ok, with correct file and folder permissions & location, or somewhere the OS restricts. But he earlier posted somewhere under desktop. Which should be ok unless properties got oddly set. 7) We still don't know whether there's an mfaktc.ini present, whether it's been customized, what it contains, or whether the OP's introduced issues there. The earlier issues are enough to prevent productive troubleshooting or use, so this can wait a bit. See also https://www.mersenneforum.org/showpo...19&postcount=8 Putting the CUDArt .dll file in the working directory is fine, and simpler than messing with search paths. (Though possibly less space efficient.) Last fiddled with by kriesel on 2022-01-02 at 21:44 |
|
![]() |
![]() |
![]() |
#18 | |
Romulan Interpreter
"name field"
Jun 2011
Thailand
26E916 Posts |
![]() Quote:
I usually open a command prompt and type "mfaktc" there ![]() The rest is organized by the ini file, etc. (well, I am telling lies, in fact, I only type "misfit" ![]() Last fiddled with by LaurV on 2022-01-03 at 06:25 |
|
![]() |
![]() |
![]() |
#19 |
Dec 2021
2×3 Posts |
![]()
With the help so far I have gotten the program working hooray! I tried two things at once so I dont know which fixed it. One was fixxing the command to only "mfaktc-win-64.exe and the appendages ie -h -st and got it output to a file. The second was just wiping all previous mfaktc files and redownloading it (which btw was mfaktc-0.21.win.cuda11.2-2047). For now I am just using the command but now that its working hopefully I can eventually setup a shortcut. Ideally now id like to get misfit and/or mfaktx controller working so that its a bit more automated.
Oh I guess I should mention how I knew it worked. I just went to the main website and got some manual assignments to copy/paste into my worktodo file and when the program finished running i copy/pasted the contents of my results file into the form and I got credited for my GHZ/Days. |
![]() |
![]() |
![]() |
#20 | ||
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
26×101 Posts |
![]() Quote:
Code:
got assignment: exp=1250000029 bit_min=86 bit_max=87 (12537.18 GHz-days) Code:
if ((2!=number_of_commas) && (3!=number_of_commas)) // must have 2 or 3 commas... return INVALID_FORMAT; if(2==number_of_commas) assignment->assignment_key[0] = '\0'; else { strncpy(assignment->assignment_key,ptr,1+(strstr(ptr,",")-ptr) ); // copy the comma.. *strstr(assignment->assignment_key,",") = '\0'; // null-terminate key ptr=1 + strstr(ptr,","); } Quote:
Last fiddled with by kriesel on 2022-01-03 at 15:32 |
||
![]() |
![]() |
![]() |
#21 |
Romulan Interpreter
"name field"
Jun 2011
Thailand
7×1,423 Posts |
![]()
Well done, next step is to install misfit (if you run windows) to automatize what you did by hand (getting assignments and reporting results). If you run Linux, there are some python scrips doing the same as misfit, but without the graphic interface.
edit: crosspost, I was replying to OP. For the "optional" part, I may be confused... is the gpuowl or the cudaLucas the one requiring the N/A or AID to be present? I know for sure that assignments without it didnt work in the past. All my mfaktc lines contains dates (from gpu72/misfit), generally the date when the exponent was assigned, but not always. Last fiddled with by LaurV on 2022-01-03 at 15:33 |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Windows 10 in Ubuntu, good idea, bad idea, or...? | jasong | jasong | 8 | 2017-04-07 00:23 |
CPU working 24/7 | BaptisteTesson | Information & Answers | 5 | 2016-08-26 15:41 |
DST not working? | Dubslow | Forum Feedback | 2 | 2012-03-19 06:53 |
How is working on 44M-45M ? | hbock | Lone Mersenne Hunters | 0 | 2005-04-06 17:16 |
Working on 525 for P-1 | delta_t | Marin's Mersenne-aries | 15 | 2004-09-13 15:27 |