Message boards :
Sixtrack Application :
Sixtrack BOINC application on track to be ported to GPUs?
Message board moderation
Previous · 1 · 2 · 3 · Next
Author | Message |
---|---|
Send message Joined: 22 Mar 16 Posts: 13 Credit: 112,715 RAC: 0 |
Yes I agree, the DB performance has been an issue in the past, though the issue was mainly on the submitting end (with too many tasks being submitted at the same moment - this was dealt with by using a traffic light to avoid flooding the DB) and rarely on the retrieving end. Still, something to keep in mind, and investigate how it scales when using GPUs. Thanks a lot! |
Send message Joined: 11 Jan 16 Posts: 8 Credit: 18,171,538 RAC: 0 |
Indeed, I work at CERN on the LHC. I'm Alessio's successor (in being the link between the beams and IT departments concerning BOINC). Thanks for your recent posts. They have answered many questions I have had about Sixtrack. |
Send message Joined: 7 May 08 Posts: 225 Credit: 1,575,053 RAC: 2 |
Hello, It will be open source like Sixtrack? |
Send message Joined: 27 Sep 08 Posts: 853 Credit: 696,387,302 RAC: 129,979 |
It's still bad since there is hard coded back off in BOINC client of 90 sec, for me still my GPU can do a WU in less than 90 sec, so it tries to get new WU every 90 sec which is then a DoS attack basically. |
Send message Joined: 7 May 08 Posts: 225 Credit: 1,575,053 RAC: 2 |
Kronos Group released updated documentation of C++ for OpenCl |
Send message Joined: 7 May 08 Posts: 225 Credit: 1,575,053 RAC: 2 |
Interesting article: CERN’s LHC Experiments Increase Use of GPUs to Improve Computing Infrastructure |
Send message Joined: 7 May 08 Posts: 225 Credit: 1,575,053 RAC: 2 |
Just curious for XTrack (a part of the new XSuite) i find this pdf and the project seems to be ambitious (see page 15). And this is the source of the platform on github |
Send message Joined: 13 Jul 05 Posts: 169 Credit: 15,000,737 RAC: 0 |
Just curious for XTrack (a part of the new XSuite) i find this pdf and the project seems to be ambitious (see page 15)...I'm intrigued as to how the run-time compilation of C by a python app (p. 54 on) would translate to running on an arbitrary Boinc client, especially a Windows one. |
Send message Joined: 7 May 08 Posts: 225 Credit: 1,575,053 RAC: 2 |
I'm intrigued as to how the run-time compilation of C by a python app (p. 54 on) would translate to running on an arbitrary Boinc client, especially a Windows one. Mmmmm, virtual machine? |
Send message Joined: 13 Jul 05 Posts: 169 Credit: 15,000,737 RAC: 0 |
But the big selling point of Sixtrack as a BOINC project is precisely that it Just Works, without all the shenanigans of VirtualBox or CVMFS or whatever...I'm intrigued as to how the run-time compilation of C by a python app (p. 54 on) would translate to running on an arbitrary BOINC client, especially a Windows one.Mmmmm, virtual machine? |
Send message Joined: 11 Jan 16 Posts: 8 Credit: 18,171,538 RAC: 0 |
But the big selling point of Sixtrack as a BOINC project is precisely that it Just Works, without all the shenanigans of VirtualBox or CVMFS or whatever... +1 ... and now SQUID. That is a lot to ask of volunteer crunchers. |
Send message Joined: 15 Jun 08 Posts: 2563 Credit: 257,114,404 RAC: 112,903 |
... and now SQUID. That is a lot to ask of volunteer crunchers. Set up once, runs for months. Less than 1 h of work for a halfway experienced computer user. Doesn't require to be an freak but to be open minded. BTW: SixTrack is a typical application that does not require internet access while it's tasks are in progress. Hence, it does not benefit from a proxy. |
Send message Joined: 13 Jul 05 Posts: 169 Credit: 15,000,737 RAC: 0 |
More to the point, you don't even need to start worrying about Squid until after you've been through the VirtualBox/CVMFS palaver at least once (to create useful traffic for a Squid to cache), and then only for the larger scale crunchers.... and now SQUID. That is a lot to ask of volunteer crunchers.Set up once, runs for months... If Sixtrack becomes as painful to get running as, say, Atlas, then surely this will be a big turn-off when trying to encourage new, casual volunteers to join the project. |
Send message Joined: 11 Jan 16 Posts: 8 Credit: 18,171,538 RAC: 0 |
More to the point, you don't even need to start worrying about Squid until after you've been through the VirtualBox/CVMFS palaver at least once (to create useful traffic for a Squid to cache), and then only for the larger scale crunchers.... and now SQUID. That is a lot to ask of volunteer crunchers.Set up once, runs for months... +1 |
Send message Joined: 15 Jun 08 Posts: 2563 Credit: 257,114,404 RAC: 112,903 |
If you run vbox apps you get correctly configured CVMFS and Frontier clients inside the VM. If you simply don't want to run vbox the project team would still be happy to see a SixTrack-only cruncher. |
Send message Joined: 7 May 08 Posts: 225 Credit: 1,575,053 RAC: 2 |
Mmmmm, virtual machine?But the big selling point of Sixtrack as a BOINC project is precisely that it Just Works, without all the shenanigans of VirtualBox or CVMFS or whatever... This is my hope. No virtual machine, only native application. They said they want to try new sixtrack/xtrack on gpu and i think it's difficult with VM |
Send message Joined: 27 Sep 08 Posts: 853 Credit: 696,387,302 RAC: 129,979 |
I think the challenge for the project would be that virtualization of GPUs is considered an enterprise feature so its blocked in consumer GPU drivers. I doubt that volunteers are willing to use enterprise GPUs to contribute. |
Send message Joined: 7 May 08 Posts: 225 Credit: 1,575,053 RAC: 2 |
I think the challenge for the project would be that virtualization of GPUs is considered an enterprise feature so its blocked in consumer GPU drivers. I doubt that volunteers are willing to use enterprise GPUs to contribute. I think our posts it's only speculations. No one of "new-generation" wus arrived in our pcs (and we don't even know if it will be feasible), so the only thing we can do is to wait. And, if necessary, we can test new apps in lhc-dev |
Send message Joined: 7 May 08 Posts: 225 Credit: 1,575,053 RAC: 2 |
And this is the source of the platform on github Seems that works are going on: new version of Xtrack is 0.9.5 |
Send message Joined: 7 May 08 Posts: 225 Credit: 1,575,053 RAC: 2 |
I'm intrigued as to how the run-time compilation of C by a python app (p. 54 on) would translate to running on an arbitrary Boinc client, especially a Windows one. In this pdf, the way seems to be hybrid |
©2025 CERN