Questions tagged [boinc]

Berkeley Open Infrastructure for Network Computing (BOINC) is a middleware system for volunteer and Grid computing

BOINC was developed at University of California, Berkeley. Originally developed to support the SETI@home project, BOINC is now an open source system for distributed application platforms. It can be useful in various areas like mathematics, medicine, molecular biology, climatology, and astrophysics, where there is a necessity for enormous computing power. The intent of BOINC is to make it possible for researchers to tap into the enormous processing power of personal computers around the world.

31 questions
0
votes
1 answer

Ubuntu - how to tell if AVX or SSE, is current being used by CPU app?

I current run BOINC across a number of servers which have GPUs. The servers run both GPU and CPU BOINC apps. As AVX and SSE slow down the CPU freq when being used within a CPU app, I have to be selective which CPU/GPU I run together, as some GPU…
Chris
  • 81
  • 12
0
votes
1 answer

Make BOINC utilize all cores on raspberry pi 3

I have installed Boinc on a bunch of raspberry pi's. This is the only thing they are used for except for ssh access for configuring. Running with default options only two tasks are crunched simultaneously. This is evident, both with the "boinccmd…
Bo Visfeldt
  • 77
  • 1
  • 7
0
votes
1 answer

Boinc : a Windows batch file to resume suspended tasks with the scheduler

Requesting some magic from Windows batch script wizards... :D For competition purposes, members of my team use BoincTasks to automatically suspend Boinc workunits at 99% completion, thus they can resume them after a starting dateline, sending a…
0
votes
2 answers

Error 'can't connect to local host' when I try add project in Boinc client (Google Cloud or AWS)

I'm trying to run project on Google Cloud or AWS. Every time I see same response 'can't connect to local host'. I execute commands according to recommendations: sudo apt-get update sudo apt-get install boinc boinccmd --lookup_account…
Aleksandr
  • 1
  • 4
0
votes
2 answers

Difference between BOINC and Hadoop/Spark/etc

What's the difference between BOINC https://en.wikipedia.org/wiki/Berkeley_Open_Infrastructure_for_Network_Computing vs. General Hadoop/Spark/etc. big data framework? They all seem to be distributed computing frameworks - are there places where I…
howard
  • 255
  • 1
  • 4
  • 12
0
votes
1 answer

Windows BOINC client - how can I fully customize processor usage?

I was stuck in the limitations of the Boinc Manager interface regarding CPU usage over time. This is particularly important when client runs on a machine that is also used for some other activities and you want to minimize the impact of having Boinc…
Alexei - check Codidact
  • 22,016
  • 16
  • 145
  • 164
0
votes
0 answers

Giving an Apache server rights to access web pages generated by BOINC to get ride of 403 Forbidden

[I'm a newbie when it comes to apache or BOINC so bear with any stupid mistakes I make] What I have: A successfully built BOINC server in /home/local/srinivas/projects/tesla A working apache2 server [version 2.2] What is the problem: The php and…
Srini
  • 1,619
  • 1
  • 19
  • 34
0
votes
2 answers

Examples of distributed computing tasks relatively common among users

Can you give an example of such tasks? I'm particularly interested in tasks, relevant to quite large amount of people, which could be solved by using distributed computing. (Not a global projects, such as SETI@Home, Folding@Home, etc) As example we…
Stvad
  • 360
  • 2
  • 17
0
votes
4 answers

How can I turn an XML document into an easy to use C# object?

The Distributed project "World Community Grid" has the ability to get detailed user information such as: makerofthings7
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
0
votes
1 answer

To use servers behind firewall for boinc for public welfare

I have join boinc for public welfare. I have 7 servers with 4 cores behind firewall which is not in using currently and may be empty for one year or life.Because no one care for the project which use these servers. So I want to use them to…
getfile1
  • 143
  • 1
  • 7
0
votes
1 answer

Why are Computational Fluid Dynamics Problems Difficult to Solve in Parallel Processing?

I've heard this in distributed computing circles. I'm no mechanical engineer. Can you tell why this is so? And are there any solutions to this? P.S: can I use the Finite Element method as a solution?
0
votes
2 answers

How to make BOINC cycle active projects

I have BOINC manager installed on OSX, and I am subscribed to 3 projects Is there a way to schedule the BOINC manager to cycle between these projects after a certain time with each project? PS: It does not have to be a BOINC manager setting. I'm OK…
codemonkey
  • 463
  • 3
  • 15
0
votes
1 answer

Another instance of BOINC manager is already running... - what is the client/password?

I closed (or thought I had closed) the BOINC manager, without ending the tasks. When I opened the manager again to administer the tasks, I was presented with a dialog saying "Another instance of BOINC manager is already running on this computer.…
Inductiveload
  • 6,094
  • 4
  • 29
  • 55
-1
votes
1 answer

Boinc Manager stuck in Ready to report status bar

I'm setttings up boinc manager on ubuntu server and remote from mac os dekstop. my question is i use iptables in ubuntu server. Boinc manager logs says: (BOINC can't access Internet - check network connection or proxy configuration.) but the Boinc…
Fredy3
  • 1
  • 1
-1
votes
1 answer

How to open port in boinc useing iptables

witch code do i need to open boinc iptables ? I need to connect to grcpool.com server I found i need to open the port tcp and udp (31416) i'm useing this code: sudo iptables -A OUTPUT -p tcp --dport 31416 -m state --state NEW -j ACCEPT sudo iptables…
fredy
  • 1
  • 2
  • 4