Message boards :
Multicore CPUs :
QC tests for windows
Message board moderation
| Author | Message |
|---|---|
|
Send message Joined: 9 Dec 08 Posts: 1006 Credit: 5,068,599 RAC: 0 Level ![]() Scientific publications ![]() ![]() ![]() ![]() |
I'm preparing some infrastructure for the Windows 64bit CPU app. There are some beta WUs out. They don't to actual calculations (for that we have to wait for the nontrivial psi4 port), but they do test the distribution system, dependencies, and so on. Some are already coming back successful. The setup, if it works, will be completely native, not require VMs, nor the "linux subsystem". It will expand both the type of tasks we can distribute, and the available machines, of course. In particular, I'd like to know - whether it behaves well with "normal" unprivileged installations - if there is an annoying "Anaconda" icon installed in the start menu Thanks! |
|
Send message Joined: 26 Feb 14 Posts: 211 Credit: 4,496,324,562 RAC: 0 Level ![]() Scientific publications ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Can't seem to DL anything for my windows machine. Must have been a quick short run. |
Retvari ZoltanSend message Joined: 20 Jan 09 Posts: 2380 Credit: 16,897,957,044 RAC: 0 Level ![]() Scientific publications ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Zalster wrote: Must have been a quick short run. Toni wrote: They don't to actual calculations (for that we have to wait for the nontrivial psi4 port), but they do test the distribution system, dependencies, and so on. |
|
Send message Joined: 9 Dec 08 Posts: 1006 Credit: 5,068,599 RAC: 0 Level ![]() Scientific publications ![]() ![]() ![]() ![]() |
There weren't many (approx 300), all of them in the "beta" queue. I need to fix simultaneous starts there too. |
|
Send message Joined: 10 Sep 10 Posts: 164 Credit: 388,132 RAC: 0 Level ![]() Scientific publications
|
Waiting for more windows consistent queue.... |
|
Send message Joined: 5 Feb 17 Posts: 2 Credit: 387,101,457 RAC: 166 Level ![]() Scientific publications ![]() ![]()
|
Hi, something new? My 88 thread server is hungry for some native Win work. If want to help with testing, can let me know. |
[AF] fansylSend message Joined: 26 Sep 13 Posts: 20 Credit: 1,714,356,441 RAC: 0 Level ![]() Scientific publications ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
I think the team is busy with Windows GPU application issues, see here for more details: https://www.gpugrid.net/forum_thread.php?id=4802 |
|
Send message Joined: 11 Jul 09 Posts: 1639 Credit: 10,159,968,649 RAC: 0 Level ![]() Scientific publications ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
https://www.gpugrid.net/forum_thread.php?id=4802 Also, several members of staff are on vacation at the moment, so progress will be slow until they return. |
|
Send message Joined: 10 Sep 10 Posts: 164 Credit: 388,132 RAC: 0 Level ![]() Scientific publications
|
https://www.gpugrid.net/forum_thread.php?id=4802 Now gpu windows app seems to be resolved. Waiting for September for windows cpu app... |
|
Send message Joined: 11 Dec 08 Posts: 26 Credit: 729,194,294 RAC: 513 Level ![]() Scientific publications ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Is there any windows CPU WU's, I set everything to be enable but I get no tasks. |
|
Send message Joined: 9 Dec 08 Posts: 1006 Credit: 5,068,599 RAC: 0 Level ![]() Scientific publications ![]() ![]() ![]() ![]() |
Coming soon (on the QC_beta app initially). |
|
Send message Joined: 11 Dec 08 Posts: 26 Credit: 729,194,294 RAC: 513 Level ![]() Scientific publications ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
I got a few beta but they failed, looks like it was installing Python and minconda while trying to run another WU at the same time. hopefully next round is good. |
|
Send message Joined: 9 Dec 08 Posts: 1006 Credit: 5,068,599 RAC: 0 Level ![]() Scientific publications ![]() ![]() ![]() ![]() |
Installing python (miniconda actually) is normal. It should be contained in their own boinc directories. Also multiple installations should wait for each other. There is something else I'm investigating. Did you get any "visible" changes in the system? Thanks |
|
Send message Joined: 11 Dec 08 Posts: 26 Credit: 729,194,294 RAC: 513 Level ![]() Scientific publications ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
I see the anaconda option in the start menu, but non of the task actually worked. if I click it it does not work as path is wrong it has C:\%windir%\System32\cmd.exe "/K" C:\ProgramData\BOINC\projects\www.gpugrid.net\miniconda\Scripts\activate.bat C:\ProgramData\BOINC\projects\www.gpugrid.net\miniconda but %windir% = C:\windows so it actually resolves to c:\c\windows. I see that it trys to update conda version but it didn't work as the reported version is still 4.5.4 I see these 2 errors: Traceback (most recent call last): File "C:\ProgramData\BOINC\slots\3\qmml3\lib\site-packages\psi4\__init__.py", line 55, in <module> from . import core ImportError: DLL load failed: The specified module could not be found. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "run.py", line 13, in <module> import psi4 File "C:\ProgramData\BOINC\slots\3\qmml3\lib\site-packages\psi4\__init__.py", line 60, in <module> raise ImportError("{0}".format(err)) I can see the deepdiff, jsonpickle, psi4 in the pkgs folder. this was most common causes of error. one was C:\ProgramData\BOINC\projects\www.gpugrid.net\miniconda\Scripts\conda install -m -y -p C:\ProgramData\BOINC\slots\1\qmml3 --override-channels -c gpugridbeta -c defaults --file requirements.txt ) 9>C:\ProgramData\BOINC\projects\www.gpugrid.net\miniconda.lock The process cannot access the file because it is being used by another process. 17:08:33 (8180): install_miniconda.bat exited; CPU time 0.046875 17:08:33 (8180): app exit status: 0x1 17:08:33 (8180): called boinc_finish(195) |
|
Send message Joined: 9 Dec 08 Posts: 1006 Credit: 5,068,599 RAC: 0 Level ![]() Scientific publications ![]() ![]() ![]() ![]() |
The QC Beta app now seems to be working (group name TST4). To do: workaround the creation of the annoying shortcut. |
|
Send message Joined: 11 Dec 08 Posts: 26 Credit: 729,194,294 RAC: 513 Level ![]() Scientific publications ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Seems like they are working now. I see 100% cpu load, running 4x4cores. |
|
Send message Joined: 9 Dec 08 Posts: 1006 Credit: 5,068,599 RAC: 0 Level ![]() Scientific publications ![]() ![]() ![]() ![]() |
Great. Did you see "black windows" like command prompts? |
|
Send message Joined: 11 Dec 08 Posts: 26 Credit: 729,194,294 RAC: 513 Level ![]() Scientific publications ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Didn't notice any :) |
[AF] fansylSend message Joined: 26 Sep 13 Posts: 20 Credit: 1,714,356,441 RAC: 0 Level ![]() Scientific publications ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
3 UT validated on i7-3770 W10 host ! :-) |
|
Send message Joined: 9 Dec 08 Posts: 1006 Credit: 5,068,599 RAC: 0 Level ![]() Scientific publications ![]() ![]() ![]() ![]() |
Can someone give an eye on the cpu% of windows tasks? In particular, if you run only one task, does it limit itself to 4 threads? |
©2026 Universitat Pompeu Fabra