
Search found 321 matches
- Mon Dec 04, 2023 11:33 pm
- Forum: DC Projects setup and tuning
- Topic: Radioactive@home + GQ GMC-300E Geiger Counter
- Replies: 4
- Views: 1767
Re: Radioactive@home + GQ GMC-300E Geiger Counter
So, when should I invest in this project? 

- Sun Nov 19, 2023 2:09 pm
- Forum: DC Projects setup and tuning
- Topic: AMD Epyc 7H12 Power Readings
- Replies: 8
- Views: 2552
Re: AMD Epyc 7H12 Power Readings
Perhaps server boards are expecting the VRMs to be in a wind tunnel and therefore aren't an item of concern.
- Sat Nov 11, 2023 11:53 am
- Forum: The Camp Fire
- Topic: Forum software updated to latest version
- Replies: 15
- Views: 8876
Re: Forum software updated to latest version
Dear Diary,
Today Stefan said "W00t!"
My faith and love for humanity has increased.
Today Stefan said "W00t!"
My faith and love for humanity has increased.

- Mon Nov 06, 2023 8:59 am
- Forum: The Camp Fire
- Topic: Forum software updated to latest version
- Replies: 15
- Views: 8876
Re: Test post
Whew, I forgot there was even a retina-burning theme! Thanks for all your hard work, Skillz.
- Mon Feb 27, 2023 5:07 pm
- Forum: Distributed Computing News
- Topic: [Gerasim@home] Gerasim@home:
- Replies: 3
- Views: 5504
Re: [Gerasim@home] Gerasim@home:
Could be viable if their new Linux app works out.
- Mon Jan 23, 2023 4:19 pm
- Forum: Distributed Computing News
- Topic: [climateprediction.net] Linux work *perhaps* coming up in quantity
- Replies: 64
- Views: 52942
Re: [climateprediction.net] Linux work *perhaps* coming up in quantity
I don't have anything nice to say other than to hope they get it fixed.
- Tue Jan 17, 2023 11:19 am
- Forum: Distributed Computing News
- Topic: [climateprediction.net] Linux work *perhaps* coming up in quantity
- Replies: 64
- Views: 52942
Re: [climateprediction.net] Linux work *perhaps* coming up in quantity
I have made an app_config.xml like so: <app_config> <app> <name>oifs_43r3_ps</name> <max_concurrent>5</max_concurrent> </app> </app_config> In hopes that this will keep me from accidentally running too many of these at once, though as yet I can't tell if it's effective, since CPDN gave me one task t...
- Fri Jan 13, 2023 1:25 pm
- Forum: Distributed Computing News
- Topic: [climateprediction.net] Linux work *perhaps* coming up in quantity
- Replies: 64
- Views: 52942
Re: [climateprediction.net] Linux work *perhaps* coming up in quantity
Some of us are exasperated, but I think the problem was simply exacerbated. 

- Wed Jan 11, 2023 6:22 pm
- Forum: Distributed Computing News
- Topic: [climateprediction.net] Linux work *perhaps* coming up in quantity
- Replies: 64
- Views: 52942
Re: [climateprediction.net] Linux work *perhaps* coming up in quantity
Never recover entirely? That's sad.
- Mon Jan 09, 2023 5:12 pm
- Forum: DC Projects setup and tuning
- Topic: Weekly DC Stats scripts
- Replies: 39
- Views: 58538
- Sun Jan 08, 2023 11:05 pm
- Forum: DC Projects setup and tuning
- Topic: Weekly DC Stats scripts
- Replies: 39
- Views: 58538
Re: Weekly DC Stats scripts
When I run that in a terminal window, it does write the results to the file specified. So if there is a better way, I don't know how.
- Sun Jan 08, 2023 12:35 pm
- Forum: DC Projects setup and tuning
- Topic: Weekly DC Stats scripts
- Replies: 39
- Views: 58538
Re: Weekly DC Stats scripts
Meh. Now I have something that is slightly closer to working. It runs, but it creates a blank text file instead of writing the output into it. 0 3 * * 0 ./home/garage/Desktop/Weekly_Stats_Scripts/weekly_stats_dump.sh > /home/garage/Desktop/Weekly_Stats_Scripts/weekly_stats_dump_output.txt There does...
- Thu Jan 05, 2023 6:32 pm
- Forum: Tripping the Breakers
- Topic: Low power video card
- Replies: 47
- Views: 78989
Re: Low power video card
They want close to $100 for it, you have to be a power saving fanatic to want it.
- Thu Jan 05, 2023 2:18 pm
- Forum: Distributed Computing News
- Topic: [climateprediction.net] Linux work *perhaps* coming up in quantity
- Replies: 64
- Views: 52942
Re: [climateprediction.net] Linux work *perhaps* coming up in quantity
We're playing with a lot of data, guess that finds the weak links. First upload speeds, now server disk space, speed, or both.
- Wed Jan 04, 2023 9:38 pm
- Forum: Distributed Computing News
- Topic: [climateprediction.net] Linux work *perhaps* coming up in quantity
- Replies: 64
- Views: 52942
Re: [climateprediction.net] Linux work *perhaps* coming up in quantity
I saw some going, too.
- Wed Jan 04, 2023 7:20 pm
- Forum: Distributed Computing News
- Topic: [climateprediction.net] Linux work *perhaps* coming up in quantity
- Replies: 64
- Views: 52942
Re: [climateprediction.net] Linux work *perhaps* coming up in quantity
Well, we only need about 18 million to get the job done.
- Wed Jan 04, 2023 2:02 pm
- Forum: Distributed Computing News
- Topic: [climateprediction.net] Linux work *perhaps* coming up in quantity
- Replies: 64
- Views: 52942
Re: [climateprediction.net] Linux work *perhaps* coming up in quantity
I wonder how many floppy discs in the world are still in shape to read/write. Maybe not enough!
- Mon Jan 02, 2023 5:29 pm
- Forum: DC Projects setup and tuning
- Topic: Weekly DC Stats scripts
- Replies: 39
- Views: 58538
Re: Weekly DC Stats scripts
No, I just want it to run once. Maybe my syntax is wrong, I need to check it. I assumed that is was failing and retrying, sounds like I am wrong about that. I only want it to run one time a week, at 3AM on Sunday morning.
I will put the whole path of the output file as well.
I will put the whole path of the output file as well.
- Mon Jan 02, 2023 11:51 am
- Forum: DC Projects setup and tuning
- Topic: Weekly DC Stats scripts
- Replies: 39
- Views: 58538
Re: Weekly DC Stats scripts
If it succeeds, it only runs once, I think.
- Sun Jan 01, 2023 2:15 pm
- Forum: DC Projects setup and tuning
- Topic: Weekly DC Stats scripts
- Replies: 39
- Views: 58538
Re: Weekly DC Stats scripts
Is there something wrong with this crontab entry?: * 3 * * 0 /home/garage/Desktop/Weekly_Stats_Scripts/weekly_stats_dump.sh > weekly_stats_dump_output.txt Here's the path, just as verification: garage@garage:~/Desktop/Weekly_Stats_Scripts$ readlink -f weekly_stats_dump.sh /home/garage/Desktop/Weekly...
- Sat Dec 24, 2022 7:19 pm
- Forum: Distributed Computing News
- Topic: [climateprediction.net] Linux work *perhaps* coming up in quantity
- Replies: 64
- Views: 52942
Re: [climateprediction.net] Linux work *perhaps* coming up in quantity
https://www.cpdn.org/result.php?resultid=22284162
Contains:
Might not be my computer this time, but on it I have decremented by 1 the running CPDN tasks.
Contains:
Code: Select all
double free or corruption (out)
- Fri Dec 23, 2022 12:13 pm
- Forum: Distributed Computing News
- Topic: [climateprediction.net] Linux work *perhaps* coming up in quantity
- Replies: 64
- Views: 52942
Re: [climateprediction.net] Linux work *perhaps* coming up in quantity
I thought I read that AMD has instituted a pretty fine grained clock gating scheme, perhaps that is just evidence of such?
- Fri Dec 23, 2022 10:10 am
- Forum: Distributed Computing News
- Topic: [climateprediction.net] Linux work *perhaps* coming up in quantity
- Replies: 64
- Views: 52942
Re: [climateprediction.net] Linux work *perhaps* coming up in quantity
I just found a somewhat opposite condition on the 2x 2690v4 PC. I'd been running 8 tasks of CPDN and 8 tasks of Milkyway, and CPU-X was reporting 1200 MHz(!) Loading the system with a further 8 threads of ODLK has allowed it to run at 3200. I'm led to suspect that I need to get into the BIOS and fig...
- Fri Dec 23, 2022 9:39 am
- Forum: Distributed Computing News
- Topic: [climateprediction.net] Linux work *perhaps* coming up in quantity
- Replies: 64
- Views: 52942
Re: [climateprediction.net] Linux work *perhaps* coming up in quantity
Hmm, interesting.
- Wed Dec 21, 2022 4:32 pm
- Forum: Distributed Computing News
- Topic: [climateprediction.net] Linux work *perhaps* coming up in quantity
- Replies: 64
- Views: 52942
Re: [climateprediction.net] Linux work *perhaps* coming up in quantity
Looks like the instance that successfully returned work was set to run 8 CPDN tasks and has 64GB, though it's running 8 other tasks that use close to 1GB each. So there was plenty of headroom in that instance. It's likely I was not diligent enough in allocating resources, maybe I will try adding one...
- Wed Dec 21, 2022 3:45 pm
- Forum: Distributed Computing News
- Topic: [climateprediction.net] Linux work *perhaps* coming up in quantity
- Replies: 64
- Views: 52942
Re: [climateprediction.net] Linux work *perhaps* coming up in quantity
I'd really like to be able to run CPDN, if there's anything I can do to to facilitate it. Perhaps I should try fewer tasks, most of the times I checked in on them they were close to being out of memory. EDIT: Actually I notice that one host seems to be doing okay, so I will let that one run: https:/...
- Wed Dec 21, 2022 3:24 pm
- Forum: Distributed Computing News
- Topic: [climateprediction.net] Linux work *perhaps* coming up in quantity
- Replies: 64
- Views: 52942
Re: [climateprediction.net] Linux work *perhaps* coming up in quantity
Like this, maybe? https://www.cpdn.org/hosts_user.php?sort=id&rev=0&show_all=0&userid=1139080 Here's individual links just in case: https://www.cpdn.org/show_host_detail.php?hostid=1530048 https://www.cpdn.org/show_host_detail.php?hostid=1530051 https://www.cpdn.org/show_host_detail.php?...
- Wed Dec 21, 2022 8:31 am
- Forum: Distributed Computing News
- Topic: [climateprediction.net] Linux work *perhaps* coming up in quantity
- Replies: 64
- Views: 52942
Re: [climateprediction.net] Linux work *perhaps* coming up in quantity
All of the computers I am running this on are experiencing very high error rates at this time.
In fact, not one of the new units has been completed successfully.
https://www.cpdn.org/results.php?userid ... e=6&appid=
I'm going to stop running it.
In fact, not one of the new units has been completed successfully.
https://www.cpdn.org/results.php?userid ... e=6&appid=
I'm going to stop running it.
- Tue Dec 20, 2022 11:48 pm
- Forum: Distributed Computing News
- Topic: [climateprediction.net] Linux work *perhaps* coming up in quantity
- Replies: 64
- Views: 52942
Re: [climateprediction.net] Linux work *perhaps* coming up in quantity
"Tue 20 Dec 2022 09:13:08 PM MST | climateprediction.net | This computer has finished a daily quota of 1 tasks" 

- Thu Dec 15, 2022 4:07 pm
- Forum: Distributed Computing News
- Topic: [climateprediction.net] Linux work *perhaps* coming up in quantity
- Replies: 64
- Views: 52942
Re: [climateprediction.net] Linux work *perhaps* coming up in quantity
I am reminded to be grateful for the fiber optic network that my telco has recently installed at both of my locations, even though we are considered to be in a rural area, they are apparently forward-looking and willing to invest (and also to receive government subsidies, presumably).