Don't know where it should go? Stick it here!

Message boards : Number crunching : Don't know where it should go? Stick it here!
Message board moderation

To post messages, you must log in.

Previous · 1 . . . 137 · 138 · 139 · 140 · 141 · 142 · 143 . . . 147 · Next

AuthorMessage
Speedy
Volunteer tester
Avatar

Send message
Joined: 26 Jun 04
Posts: 1643
Credit: 12,921,799
RAC: 89
New Zealand
Message 2091604 - Posted: 7 Jan 2022, 3:38:33 UTC
Last modified: 7 Jan 2022, 3:45:08 UTC

I am wanting to limit YoYo@home to use a maximum of 11 cores out of my 24 I have put the following in a cc_config file in the project folder not receiving any errors but does not appear to be at hearing to running on only 11 cores when I allow all tasks to run. Deadline is just under a month away 2/6/22 written in American format but it is in New Zealand date so for people in the states it would be the day before. PC runs on average 14 hours a day. Subproject OGR – 28 running alongside WCG American rain project deadline 1/14/22 Contents of my cc_config file are as follows:
<app_config> 
<app>
<name>crunch</name> Name suggested in boinc message tab version 7.16.20
<cpu_usage>11</cpu_usage>
</app>
</app_config>

thank you in advance for any assistance
ID: 2091604 · Report as offensive     Reply Quote
Profile Keith Myers Special Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 29 Apr 01
Posts: 13164
Credit: 1,160,866,277
RAC: 1,873
United States
Message 2091605 - Posted: 7 Jan 2022, 4:03:29 UTC - in response to Message 2091604.  

That is not even close to a correct app_info for what you want. Look the these docs. https://boinc.berkeley.edu/wiki/Client_configuration#Application_configuration

I don't know if you are running all the possible applications at yoyo or just one. You need to put the name of the application into the name field like this.
<app_config>
<app>
<name>ecm</name>
<cpu_usage>1</cpu_usage>
</app>
</app_config>

or

<app_config>
<app>
<name>m-queens</name>
<cpu_usage>1</cpu_usage>
</app>
</app_config>

To limit the applications to only utilizing 11 cores out of your 24 you need to use either a project_max_concurrent or a max_concurrent for each application. See the docs.

Since as far as I know yoyo had no MT applications and only single cpu threads so a simple global project_max_concurrent would do the trick for all yoyo applications.

<app_config>
<project_max_concurrent>11</project_max_concurrent>
</app_config>

Or you could break up the allotted cores among two applications for example like this and stick to your limit of 11 cores in use.

<app_config>
<app>
<name>ecm</name>
<cpu_usage>1</cpu_usage>
<max_concurrent>6</max_concurrent>
</app>
<app>
<name>m-queens</name>
<cpu_usage>1</cpu_usage>
<max_concurrent>5</max_concurrent.
</app>
</app_config>
Seti@Home classic workunits:20,676 CPU time:74,226 hours

A proud member of the OFA (Old Farts Association)
ID: 2091605 · Report as offensive     Reply Quote
Speedy
Volunteer tester
Avatar

Send message
Joined: 26 Jun 04
Posts: 1643
Credit: 12,921,799
RAC: 89
New Zealand
Message 2091607 - Posted: 7 Jan 2022, 5:39:01 UTC - in response to Message 2091605.  

Thanks Keith. I am only using one OGR – 28 I believe it's app name for the particular situation is crunch. I have gone with this simple global approach.
On a side note I tried limiting the amount of cores used to 11 in the preferences on the website however this option was/is being ignored. I am not sure why. Thanks for your help.
You are correct in saying that they do not have any MT applications.
I wish they did it would make subproject M Queen a lot faster considering it doesn't have checkpoints, unfortunately I do not think it would benefit from a MT application
ID: 2091607 · Report as offensive     Reply Quote
Dr Who Fan
Volunteer tester
Avatar

Send message
Joined: 8 Jan 01
Posts: 3206
Credit: 715,342
RAC: 4
United States
Message 2091637 - Posted: 7 Jan 2022, 15:17:37 UTC

Who remembers Ceefax?

Ceefax replica goes TITSUP* as folk pine for simpler times
But creator runs server from home – we can forgive him
ID: 2091637 · Report as offensive     Reply Quote
Profile Keith Myers Special Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 29 Apr 01
Posts: 13164
Credit: 1,160,866,277
RAC: 1,873
United States
Message 2091638 - Posted: 7 Jan 2022, 17:14:12 UTC - in response to Message 2091607.  

Best way to figure an app_name out is to look in the client_state file. Or put in some bogus name in the app_config and BOINC should report it is an unrecognized name and offer the known ones it knows about.
Seti@Home classic workunits:20,676 CPU time:74,226 hours

A proud member of the OFA (Old Farts Association)
ID: 2091638 · Report as offensive     Reply Quote
Stephen "Heretic" Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 20 Sep 12
Posts: 5557
Credit: 192,787,363
RAC: 628
Australia
Message 2091711 - Posted: 8 Jan 2022, 12:51:09 UTC - in response to Message 2091607.  

Thanks Keith. I am only using one OGR – 28 I believe it's app name for the particular situation is crunch. I have gone with this simple global approach.
On a side note I tried limiting the amount of cores used to 11 in the preferences on the website however this option was/is being ignored. I am not sure why. Thanks for your help.
You are correct in saying that they do not have any MT applications.
I wish they did it would make subproject M Queen a lot faster considering it doesn't have checkpoints, unfortunately I do not think it would benefit from a MT application


. . You could be making the same mistake I was. If the project site preferences are not taking effect you may be running local preferences on your machine that override them. Check your local prefs {Options/Computing preferences} for CPUs/threads to use.

Stephen
ID: 2091711 · Report as offensive     Reply Quote
Grant (SSSF)
Volunteer tester

Send message
Joined: 19 Aug 99
Posts: 13727
Credit: 208,696,464
RAC: 304
Australia
Message 2092676 - Posted: 22 Jan 2022, 20:09:07 UTC

Leaked benchmarks show Intel Arc Alchemist GPU performing like a GeForce RTX 3070 Ti.
We can only hope that they do perform at least reasonably well, and reduce demand for AMD/Nvidia hardware & help brig their prices down from insanely obscene & availability from just about non-existent to just obscene and almost mostly available.
Grant
Darwin NT
ID: 2092676 · Report as offensive     Reply Quote
Profile Siran d'Vel'nahr
Volunteer tester
Avatar

Send message
Joined: 23 May 99
Posts: 7379
Credit: 44,181,323
RAC: 238
United States
Message 2092688 - Posted: 22 Jan 2022, 22:40:38 UTC - in response to Message 2092676.  

Leaked benchmarks show Intel Arc Alchemist GPU performing like a GeForce RTX 3070 Ti.
We can only hope that they do perform at least reasonably well, and reduce demand for AMD/Nvidia hardware & help brig their prices down from insanely obscene & availability from just about non-existent to just obscene and almost mostly available.

Hi Grant,

Yeah, I've been watching the prices of the GPUs and they are just ridiculously high. You can get a pre-built with a 3070/3080 in for about the price of the GPU alone. Weird! ;-)

Have a great day! :-)

Siran
CAPT Siran d'Vel'nahr - L L & P _\\//
Winders 11 OS? "What a piece of junk!" - L. Skywalker
"Logic is the cement of our civilization with which we ascend from chaos using reason as our guide." - T'Plana-hath
ID: 2092688 · Report as offensive     Reply Quote
Profile Wiggo
Avatar

Send message
Joined: 24 Jan 00
Posts: 34744
Credit: 261,360,520
RAC: 489
Australia
Message 2093920 - Posted: 11 Feb 2022, 21:02:50 UTC

SSD prices could spike after Western Digital loses 6.5 billion gigabytes of NAND chips.

Western Digital says it has lost at least 6.5 exabytes (6.5 billion gigabytes) of flash storage due to contamination issues at its NAND production facilities. The contamination could see the price of NAND — the main component of SSDs — spike up to 10 percent, according to market research firm TrendForce. Any potential NAND shortages or price fluctuations could affect the PC market over the next few months, which had another big year in 2021 despite global chip shortages and demand for GPUs.

The contamination of materials used in the manufacturing processes appears to have been detected in late January at two plants in Japan, with Western Digital’s joint venture partner, Kioxia (previously Toshiba), revealing it has affected BiCS 3D NAND flash memory.

Western Digital and Kioxia’s partnership amounts to around 30 percent of the NAND flash market, according to TrendForce. Both Western Digital and Kioxia primarily supply SSD and eMMC storage drives for PCs, and Western Digital is one of the leading suppliers in the industry.

It’s not clear what caused the contamination, whether products on the market will need to be recalled, or when production will resume. Western Digital says it’s “working closely with its joint venture partner, Kioxia, to implement necessary measures that will restore the facilities to normal operational status as quickly as possible.”
ID: 2093920 · Report as offensive     Reply Quote
Dr Who Fan
Volunteer tester
Avatar

Send message
Joined: 8 Jan 01
Posts: 3206
Credit: 715,342
RAC: 4
United States
Message 2093946 - Posted: 12 Feb 2022, 3:04:29 UTC

SHAME ON BEST WORST BUY
Best Buy Needs to Quit This Nonsense
The retailer is forcing customers to spend $200 for a better chance at buying a GPU—and assisting scalpers in the process.

... If folks who missed out didn’t already regret their subscription purchase, Best Buy decided to sell the full range of RTX 30xx graphics cards today to non-Totaltech customers.

ID: 2093946 · Report as offensive     Reply Quote
Dr Who Fan
Volunteer tester
Avatar

Send message
Joined: 8 Jan 01
Posts: 3206
Credit: 715,342
RAC: 4
United States
Message 2093947 - Posted: 12 Feb 2022, 3:10:20 UTC - in response to Message 2093920.  

... The contamination of materials used in the manufacturing processes appears to have been detected in late January at two plants in Japan...


Just another way to get us to part with more money for a fault us consumers have no control over. We can not cut into our profit margin, so the better off the stock holders are also.
ID: 2093947 · Report as offensive     Reply Quote
Profile Wiggo
Avatar

Send message
Joined: 24 Jan 00
Posts: 34744
Credit: 261,360,520
RAC: 489
Australia
Message 2094367 - Posted: 17 Feb 2022, 21:19:29 UTC

Intel delays launch of standalone desktop graphics chips to Q2.

Intel Corp said on Thursday it has pushed back the launch of standalone graphics chips for desktops to the second quarter, while those for laptops will be rolled out in the first quarter as originally planned.

The announcement comes against the backdrop of an ongoing chip shortage and global supply chain issues, with chipmakers struggling to keep up with unprecedented demand.

The company's Arc graphics chips, that help video games and other content look more realistic, will compete with rivals Nvidia Corp and Advanced Micro Devices Inc.

Intel said in August last year the graphics chips for PCs would arrive in the first quarter of 2022.

Original equipment manufacturers (OEMs) are introducing notebooks with Intel Arc graphics for sale in the first quarter of 2022, the company said, ahead of its annual investor meeting on Thursday.

"Intel will ship add-in cards for desktops in the second quarter and workstations by the third quarter."
Cheers.
ID: 2094367 · Report as offensive     Reply Quote
Grant (SSSF)
Volunteer tester

Send message
Joined: 19 Aug 99
Posts: 13727
Credit: 208,696,464
RAC: 304
Australia
Message 2094457 - Posted: 18 Feb 2022, 22:02:04 UTC

Some sad news- Ian Cutriss is leaving AnandTech.
He's given some of the best analysis of new architectures over the years that i can actually make sense of.
Grant
Darwin NT
ID: 2094457 · Report as offensive     Reply Quote
Dr Who Fan
Volunteer tester
Avatar

Send message
Joined: 8 Jan 01
Posts: 3206
Credit: 715,342
RAC: 4
United States
Message 2094878 - Posted: 24 Feb 2022, 18:34:47 UTC

FreeDOS puts out first new version in six years
DOS ain't dead... and it's more fun than ever.
This isn't your father's DOS. Your correspondent booted the CD image under VirtualBox and was startled to see it acquire an IP address (and still have 608kB of free base memory). It installs to a FAT32 partition, with optional support for long filenames. It comes with its own full-screen text editor, but also Emacs and Vim. It has an IPv4 stack and basic IP connectivity, and the shell even does Tab-completion. The bonus CD includes a choice of GUIs including Digital Research's GEM desktop, web browsers, file managers, development tools, games and more. FreeDOS 1.3 not only runs Doom, it includes a copy.

ID: 2094878 · Report as offensive     Reply Quote
Grant (SSSF)
Volunteer tester

Send message
Joined: 19 Aug 99
Posts: 13727
Credit: 208,696,464
RAC: 304
Australia
Message 2095301 - Posted: 3 Mar 2022, 6:23:54 UTC

Another interesting article from AnandTech.
Universal Chiplet Interconnect Express (UCIe)
Grant
Darwin NT
ID: 2095301 · Report as offensive     Reply Quote
Profile Keith Myers Special Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 29 Apr 01
Posts: 13164
Credit: 1,160,866,277
RAC: 1,873
United States
Message 2095306 - Posted: 3 Mar 2022, 18:28:21 UTC - in response to Message 2095301.  

Very interesting. All the players are heading the same direction with MCM.
Seti@Home classic workunits:20,676 CPU time:74,226 hours

A proud member of the OFA (Old Farts Association)
ID: 2095306 · Report as offensive     Reply Quote
Speedy
Volunteer tester
Avatar

Send message
Joined: 26 Jun 04
Posts: 1643
Credit: 12,921,799
RAC: 89
New Zealand
Message 2095375 - Posted: 5 Mar 2022, 1:42:06 UTC

Curious to know where people putting their processing power in regards to Covid research? While there is no WCG. I am aware of Folding at Home (Non-boinc can use GPU & CPU) and sidock (Boinc currently CPU only) I am also aware there is a non-boinc version as well
ID: 2095375 · Report as offensive     Reply Quote
Profile Keith Myers Special Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 29 Apr 01
Posts: 13164
Credit: 1,160,866,277
RAC: 1,873
United States
Message 2095401 - Posted: 5 Mar 2022, 17:51:01 UTC - in response to Message 2095375.  

Curious to know where people putting their processing power in regards to Covid research? While there is no WCG. I am aware of Folding at Home (Non-boinc can use GPU & CPU) and sidock (Boinc currently CPU only) I am also aware there is a non-boinc version as well

I would assume the approximate conjugate project would be SiDock.
Seti@Home classic workunits:20,676 CPU time:74,226 hours

A proud member of the OFA (Old Farts Association)
ID: 2095401 · Report as offensive     Reply Quote
Dr Who Fan
Volunteer tester
Avatar

Send message
Joined: 8 Jan 01
Posts: 3206
Credit: 715,342
RAC: 4
United States
Message 2096399 - Posted: 24 Mar 2022, 2:05:24 UTC

ID: 2096399 · Report as offensive     Reply Quote
Grant (SSSF)
Volunteer tester

Send message
Joined: 19 Aug 99
Posts: 13727
Credit: 208,696,464
RAC: 304
Australia
Message 2097374 - Posted: 8 Apr 2022, 5:42:03 UTC


Grant
Darwin NT
ID: 2097374 · Report as offensive     Reply Quote
Previous · 1 . . . 137 · 138 · 139 · 140 · 141 · 142 · 143 . . . 147 · Next

Message boards : Number crunching : Don't know where it should go? Stick it here!


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.