News:

If you are a member of the Team on BOINC you still need to register on this forum to see the member posts.  The posts available for visitors are not posted to much by members.
 Remember to answer the questions when Registering and also you must be a active member of Team BOINC@AUSTRALIA on BOINC.

Main Menu

Universe & Linux with a VM

Started by chooka03, January 10, 2021, 12:33:28 PM

Previous topic - Next topic

chooka03

This may or may not be useless information and someone please jump in if my math is way off. I'm not ashamed to say that Math is not my strong point. :thumbdown:

Using my VM and Ubuntu, I crunched 32 tasks and then 16 tasks by setting the CPU usage to 50%. Results were as follows -

Hardware - 3950X
(I used 32 tasks to take an average for both results.)

Running 32T
Average run time was 4,209.34/wu (70.15min/task) There's 1440min in 24hrs so that 20.57 SINGLE tasks in 24 hrs x 32 tasks at a time = 658 task/24hrs?

Running 16T
Average run time was 3,098.44/wu (51.63min/task) There's 1440min in 24hrs so that 27.89 SINGLE tasks in 24 hrs x 16 tasks at a time = 446 task/24hrs?

That's a 67% increase in throughput by using all 32 threads instead of 16 cores.

Please jump in if I got that wrong Bashhead. I give myself 50/50 chance that I got it right.
I should now test between the VM/Ubuntu & Windows 10..... though I'm back to work on Monday so I'm not sure when that will happen. :thumbdown:

Dingo

#1
You may be doing the tasks quicker but are doing less per day at 50% so it depends on what you are looking for.  I would rather do more tasks for more credit than less tasks for less credit by using all the cores.   I usually have mine set to one core less than the system has.  ie 6 cpus = 100/6=16.66666666666667 * 5 =83.33


Just re read your POST and we are saying the same thing


I usually try and work out how much credit per hour I am going to get to compare against.  run time in secs / 3600 = credit per hour  then  credit for task / credit per hour =

This Numberfields work unit is done on my GPU on Windows

https://numberfields.asu.edu/NumberFields/workunit.php?wuid=98274535

457.58/3600=.1271055555555556    97/.1271055555555556= 763.1452423619913 credits per hour

This is a task on Windows 64 bit CPU

2,830.25/3600=0.7861805555555556     97/0.7861805555555556= 123.3813267379207 credits per hour

I stopped running Numberfields on the machines I had a GPU in and just ran GPU.  I then used the CPU to run another project.


Radioactive@home graph
Have a look at the BOINC@AUSTRALIA Facebook Page and join and also the Twitter Page.

Proud Founder and member of BOINC@AUSTRALIA

My Luck Prime 1,056,356 digits.
Have a look at my  Web Cam of Parliament House Ottawa, CANADA

chooka03

Thanks Dingo.
I think the credits/hr would be easier to work out :)

:thumbsup:

Dataman

Maintenance has completed and work has resumed.


chooka03

Hi all,
Could someone please remind me how you install BOINC on Linux? When I go to download the file from BOINC, its a shell file. (.sh)

I don't know how to run it and install BOINC on the VM again.

Thank you



shift

I've never done it from the shell file.


Open a terminal by Ctrl+Alt+T
type or paste (Ctrl+Shift+V) the following
sudo apt install boinc-client boinc-manager
hit enter
type in password (it won't show you are typing but type your password)
hit enter
You maybe need to hit Y or enter to agree to things

(I think that's it)

If that works then it should start up in the background on start up. To open the graphical user interface, you can open BOINC manager from your list of applications.