Index | Recent Threads | Unanswered Threads | Who's Active | Guidelines | Search |
World Community Grid Forums
Category: Community Forum: Chat Room Thread: Project Status Information (first post updated) |
No member browsing this thread |
Thread Status: Active Total posts in this thread: 155
|
Author |
|
Unixchick
Veteran Cruncher Joined: Apr 16, 2020 Post Count: 859 Status: Offline Project Badges: |
Project Status September 20, 2023 -----------------
----------------------------------------Mapping Cancer Markers - YES. Smash Childhood Cancer - YES Open Pandemic - YES. Small amount of GPU WUs African Rainfall Project - No. Project has storage issues. Help Stop TB - No. Project people are transitioning to a new research institution. Informative Links ------------------------- WUProp - lists active Boinc Projects - https://wuprop.boinc-af.org/active_projects.py WUProp info, but just WCG - thanks Headcrash - http://deadnet.se/wcg.txt ARP Generation Data - https://download.worldcommunitygrid.org/boinc...rp1_stats/generations.txt Adri's WU scripts - Adri has a script to look at WUs they get and take a peek into the past - ARP , MCM ,SCC SCC to be processed queue (look for the "-"s these are batches still to be done. SCC queue [Edit 163 times, last edit by Unixchick at Sep 20, 2023 2:39:42 PM] |
||
|
Headcrash
Cruncher Sweden Joined: Mar 15, 2014 Post Count: 33 Status: Offline Project Badges: |
Good idea! It would be really neat to automate this somehow, but gathering the data might be a little tricky.
----------------------------------------
My team: https://worldcommunitygrid.org/ms/team/viewMyTeam.do
#world-community-grid on irc.libera.chat SweatyCores Telegram chat: https://t.me/+w5dBY4z-0CM0N2M8 |
||
|
PMH_UK
Veteran Cruncher UK Joined: Apr 26, 2007 Post Count: 766 Status: Offline Project Badges: |
You can get a feel for workflow from WUProp:
----------------------------------------https://wuprop.boinc-af.org/active_projects.py Currently: Africa Rainfall Project 1 Mapping Cancer Markers 29455 Smash Childhood Cancer 23292 Paul.
Paul.
|
||
|
Headcrash
Cruncher Sweden Joined: Mar 15, 2014 Post Count: 33 Status: Offline Project Badges: |
Working off of that page, I quickly threw together a bash script that runs once every hour, picks the info from the page and outputs it to a textfile here: http://deadnet.se/wcg.txt
----------------------------------------The script piece to get the values out of the page is as follows curl --silent https://wuprop.boinc-af.org/active_projects.py | grep -A40 "World Community Grid" | sed 's/<[^>]\+>//g' | sed '/WUP/Q' Mostly me being a bit bored while home sick, but maybe it'll be useful for someone. :) EDIT: Changed the script to allow for more WCG projects, and filter the next entry when there are less projects, not to mess up the output.
My team: https://worldcommunitygrid.org/ms/team/viewMyTeam.do
----------------------------------------#world-community-grid on irc.libera.chat SweatyCores Telegram chat: https://t.me/+w5dBY4z-0CM0N2M8 [Edit 3 times, last edit by Headcrash at May 26, 2023 12:20:45 PM] |
||
|
bfmorse
Senior Cruncher US Joined: Jul 26, 2009 Post Count: 294 Status: Offline Project Badges: |
Just noticed:
----------------------------------------I have received six ARP WU’s: (5) ARP1_…_138_2 and (1) ARP1_139_…_2 WU’s spread over 3 of my systems, ALL RESENDS. Since I have a minimal cache (0.02), I expect an un-delayed turnaround. ETA: info on WU’s [Edit 1 times, last edit by bfmorse at May 24, 2023 8:12:23 PM] |
||
|
Unixchick
Veteran Cruncher Joined: Apr 16, 2020 Post Count: 859 Status: Offline Project Badges: |
Thank you for the link and the script. The more info we have the less questions we have of "is it me? or is it the server?"
I love how this community can figure out so much and help each other. I hope you feel better soon, Headcrash. |
||
|
Headcrash
Cruncher Sweden Joined: Mar 15, 2014 Post Count: 33 Status: Offline Project Badges: |
Thank you! And no problem. It would be pretty neat to have a live website/script/etc. that simply just indicates if the project servers are running properly or not. Perhaps having something running on a cruncher, monitoring the event log could work.
----------------------------------------
My team: https://worldcommunitygrid.org/ms/team/viewMyTeam.do
----------------------------------------#world-community-grid on irc.libera.chat SweatyCores Telegram chat: https://t.me/+w5dBY4z-0CM0N2M8 [Edit 1 times, last edit by Headcrash at May 25, 2023 6:30:06 AM] |
||
|
adriverhoef
Master Cruncher The Netherlands Joined: Apr 3, 2009 Post Count: 2089 Status: Offline Project Badges: |
It's good to see these initiatives.
----------------------------------------There's also something I flung together a month or so ago and it depends heavily on tasks received by my own devices, and I don't know for how long workunit-IDs are consistent in the current way: my latest ARP1 workunit my latest MCM1 workunit my latest SCC1 workunit The only thing is, they are updated hourly, so the question is, does it belong in this thread? Description: Per science, be it currently ARP1, MCM1 or SCC1, the program locates my latest received task, records and displays the workunit plus its ID, then goes back in time precisely 1,000 workunit-IDs and fetches and displays the data belonging to that workunit-ID, and repeats this (for a total of ten times). In this way you might be able to maybe see how long it takes for the server to release 10,000 workunits. The consequence of this behaviour is that when a resend is received at the 'right' moment, or (especially in the case of ARP1 momentarily) when an older task hasn't been validated yet (and more recent ones have disappeared from the board), you get to see more way back in the past, if anything can be found there by chance. Also, when I'm adjusting my queues and concentrate on certain sciences, the result could be distorted, e.g. when my queues don't accept or get new tasks for a while, so I don't know if it's sensible to post this. You can't rely 100% on it, is what I'm trying to say. Adri EDIT: changed one of the descriptions of the links into the correct one [Edit 3 times, last edit by adriverhoef at May 25, 2023 3:11:39 PM] |
||
|
Unixchick
Veteran Cruncher Joined: Apr 16, 2020 Post Count: 859 Status: Offline Project Badges: |
Thank you! I'll work these links into my first post to give us all a peek into the WCG workings and give us all a "Dashboard" of sorts. This really helps.
Congrats on the ARP WU resends bfmorse. From the data we have it looks like you won the lottery. |
||
|
Mike.Gibson
Ace Cruncher England Joined: Aug 23, 2007 Post Count: 12146 Status: Offline Project Badges: |
You can get the latest statistics by project here: https://www.worldcommunitygrid.org/stat/viewProjects.do
Clicking on each project gives the stats. Mike |
||
|
|