How do I 0.25 CPU and 0.25 GPU?

Message boards : Questions and problems : How do I 0.25 CPU and 0.25 GPU?
Message board moderation

To post messages, you must log in.

1 · 2 · Next

AuthorMessage
0.25CPU0.25GPU

Send message
Joined: 11 Apr 20
Posts: 11
Canada
Message 97472 - Posted: 11 Apr 2020, 1:30:02 UTC

How do I 0.25 CPU and 0.25 GPU?
ID: 97472 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15480
Netherlands
Message 97477 - Posted: 11 Apr 2020, 7:02:30 UTC

ID: 97477 · Report as offensive
ProDigit

Send message
Joined: 8 Nov 19
Posts: 718
United States
Message 97540 - Posted: 12 Apr 2020, 22:57:29 UTC

The only thing the wiki how-to doesn't explain is project name.
You can probably get that from the project message boards (forums).
ID: 97540 · Report as offensive
Gary Roberts

Send message
Joined: 7 Sep 05
Posts: 130
Australia
Message 97543 - Posted: 13 Apr 2020, 1:17:51 UTC - in response to Message 97540.  

The only thing the wiki how-to doesn't explain is project name.
Do you have any clue about the topic of project level configuration?

The app_config.xml mechanism that was linked to doesn't have any entry for "project name".
It's not needed since such a user constructed file only needs to be placed in the correct project sub-directory.
Perhaps you meant <app_name> or just <name>? If so, those are documented so you're wrong again.

Before firing off blatantly incorrect information, maybe it would be wise to check your 'facts' first?
Cheers,
Gary.
ID: 97543 · Report as offensive
0.25CPU0.25GPU

Send message
Joined: 11 Apr 20
Posts: 11
Canada
Message 97643 - Posted: 14 Apr 2020, 21:02:11 UTC

World Community Grid (0.25 CPU) please?
ID: 97643 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15480
Netherlands
Message 97646 - Posted: 14 Apr 2020, 21:55:51 UTC - in response to Message 97643.  

That's a difficult question to answer. I understand you want someone to write you an app_config.xml, but then that person will need to know which application(s) you run for WCG and only you know that.

Could you please elaborate and stop doing sentences of just 4 words?
ID: 97646 · Report as offensive
0.25CPU0.25GPU

Send message
Joined: 11 Apr 20
Posts: 11
Canada
Message 97649 - Posted: 14 Apr 2020, 22:28:54 UTC
Last modified: 14 Apr 2020, 22:32:41 UTC

World Community Grid (application)
Computer: Windows 10.
CPU: Pentium G3420 (2 Core).
tasks on World Community Grid (application):
Core 1
Task 1 (cpu0.25)
Task 2 (cpu0.25)
Task 3 (cpu0.25)
Task 4 (cpu0.25)
Core 2
Task 5 (cpu0.25)
Task 6 (cpu0.25)
Task 7 (cpu0.25)
Task 8 (cpu0.25)
ID: 97649 · Report as offensive
0.25CPU0.25GPU

Send message
Joined: 11 Apr 20
Posts: 11
Canada
Message 97650 - Posted: 14 Apr 2020, 22:30:25 UTC - in response to Message 97649.  

Task manager:
Core 1 - usage - 99%
Core 2 - usage - 99%
ID: 97650 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15480
Netherlands
Message 97651 - Posted: 14 Apr 2020, 22:40:23 UTC
Last modified: 14 Apr 2020, 22:41:35 UTC

World Community Grid is a conglomeration of 30 different sub-projects - although just 6 are now active. These sub-projects all have their own science applications with their own names.
To be able to write an app_config (application configuration) file, one needs to know which application it's for. That information can either be found in BOINC Manager, advanced view, Tasks tab, selecting a task and then clicking on Properties, or otherwise the information needs to be lifted from client_state.xml

The information you've given thus far is insufficient. With it no one can write an app_config.xml file for you.
ID: 97651 · Report as offensive
0.25CPU0.25GPU

Send message
Joined: 11 Apr 20
Posts: 11
Canada
Message 97658 - Posted: 15 Apr 2020, 1:19:20 UTC

Application
Mapping Cancer Markers 7.41
Name
MCM1_0162039_9619
State
Running
Received
2020-04-14 4:26:25 PM
Report deadline
2020-04-21 4:26:24 PM
Estimated computation size
34,343 GFLOPs
CPU time
02:18:22
CPU time since checkpoint
00:00:46
Elapsed time
02:52:05
Estimated time remaining
05:00:26
Fraction done
33.891%
Virtual memory size
76.90 MB
Working set size
79.68 MB
Directory
slots/7
Process ID
18452
Progress rate
11.520% per hour
Executable
wcgrid_mcm1_map_7.41_windows_x86_64
ID: 97658 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15480
Netherlands
Message 97695 - Posted: 15 Apr 2020, 14:01:02 UTC - in response to Message 97658.  

Executable
wcgrid_mcm1_map_7.41_windows_x86_64
This runs on the CPU only. It doesn't run on the GPU. So why would you want an app_config.xml for that?
ID: 97695 · Report as offensive
0.25CPU0.25GPU

Send message
Joined: 11 Apr 20
Posts: 11
Canada
Message 97714 - Posted: 15 Apr 2020, 18:28:46 UTC

Can it be done? App_config.xml?
ID: 97714 · Report as offensive
Profile Keith Myers
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 17 Nov 16
Posts: 867
United States
Message 97716 - Posted: 15 Apr 2020, 20:40:11 UTC - in response to Message 97714.  

Can it be done? App_config.xml?

Yes. Use the friendly name from client_state. More likely:
Mapping Cancer Markers
Probably doesn't need the 7.41 descriptor

<app_config>
<app>
    <name>Mapping Cancer Markers</name>
        <avg_ncpus>0.25</avg_ncpus>
    <max_concurrent>2</max_concurrent>
</app>
</app_config>


If the name isn't correct, the client will complain about it in the log with friendly reminder the app isn't found. No harm. Just fix it till the client is satisfied.

Use the Client/Application guideline document.
https://boinc.berkeley.edu/wiki/Client_configuration#Application_configuration
ID: 97716 · Report as offensive
0.25CPU0.25GPU

Send message
Joined: 11 Apr 20
Posts: 11
Canada
Message 97724 - Posted: 16 Apr 2020, 0:05:18 UTC

Where do I save app_config.xml to?

C:\ProgramData\BOINC\projects\www.worldcommunitygrid.org

or

C:\ProgramData\BOINC\
ID: 97724 · Report as offensive
Profile Keith Myers
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 17 Nov 16
Posts: 867
United States
Message 97726 - Posted: 16 Apr 2020, 0:13:19 UTC - in response to Message 97724.  
Last modified: 16 Apr 2020, 0:13:33 UTC

Where do I save app_config.xml to?

C:\ProgramData\BOINC\projects\www.worldcommunitygrid.org

or

C:\ProgramData\BOINC\

App_config.xml ALWAYS go into the project folder the file is intended for. It is a project specific file, not a BOINC file.
ID: 97726 · Report as offensive
0.25CPU0.25GPU

Send message
Joined: 11 Apr 20
Posts: 11
Canada
Message 97735 - Posted: 16 Apr 2020, 1:23:39 UTC

<app_config>
<app>
<name>mcm1</name>
<avg_ncpus>0.25</avg_ncpus>
<max_concurrent>2</max_concurrent>
</app>
</app_config>
ID: 97735 · Report as offensive
Profile Keith Myers
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 17 Nov 16
Posts: 867
United States
Message 97736 - Posted: 16 Apr 2020, 1:28:46 UTC - in response to Message 97735.  

<app_config>
<app>
<name>mcm1</name>
<avg_ncpus>0.25</avg_ncpus>
<max_concurrent>2</max_concurrent>
</app>
</app_config>

I guess. If that is the friendly name in your client_state.
ID: 97736 · Report as offensive
0.25CPU0.25GPU

Send message
Joined: 11 Apr 20
Posts: 11
Canada
Message 97765 - Posted: 16 Apr 2020, 20:49:06 UTC

Can GPU be added to World Community Grid?

<app_config>
<app>
<name>arp1</name>
<max_concurrent>2</max_concurrent>
<gpu_versions>
<gpu_usage>.333</gpu_usage>
<cpu_usage>.5</cpu_usage>
</gpu_versions>
<name>mcm1</name>
<max_concurrent>2</max_concurrent>
<gpu_versions>
<gpu_usage>.333</gpu_usage>
<cpu_usage>.5</cpu_usage>
</gpu_versions>
<name>scc1</name>
<max_concurrent>2</max_concurrent>
<gpu_versions>
<gpu_usage>.333</gpu_usage>
<cpu_usage>.5</cpu_usage>
</gpu_versions>
</app>
</app_config>
ID: 97765 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15480
Netherlands
Message 97766 - Posted: 16 Apr 2020, 21:48:29 UTC - in response to Message 97765.  

As long as they aren't GPU applications, no. As far as I know WCG doesn't have any active GPU apps at this moment.
ID: 97766 · Report as offensive
0.25CPU0.25GPU

Send message
Joined: 11 Apr 20
Posts: 11
Canada
Message 97768 - Posted: 16 Apr 2020, 22:05:05 UTC - in response to Message 97765.  

<cc_config>

<options>
<ncpus>8</ncpus>
<use_all_gpus>1</use_all_gpus>
</options>
</cc_config>
ID: 97768 · Report as offensive
1 · 2 · Next

Message boards : Questions and problems : How do I 0.25 CPU and 0.25 GPU?

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.