Posts by edwardpf

1) Message boards : Questions and problems : boinc 6.12.34 question re:0 not working (Message 49507)
Posted 4 Jun 2013 by edwardpf
Post:
Hummmmm

Then I need to know how to change my active prefs from "default" to say ... "work" so I can have a use gpu only set of prefs as well as a "normal" set of prefs.

Thanks again

Ed F
2) Message boards : Questions and problems : boinc 6.12.34 question re:0 not working (Message 49504)
Posted 4 Jun 2013 by edwardpf
Post:
I am attempting to run SETI@HOME as a GPU only app.

setting computer prefs

"on multiprocessor systems, use at most [ ] % of the processors"

to 0.00 or 1.00 does NOT stop cpu usage.

Setting cc_config.xml <ncpus>0</ncpus> seems to have no affect.

There MUST be a thread somewhere that addresses this ... Any help appreciated.

Thanks

Ed F
3) Message boards : Questions and problems : 40 instances of localhost:31002 (Message 49041)
Posted 8 May 2013 by edwardpf
Post:
So much for alt print-screen and snip tool .... ;-)

here (I hope) is a drop box public folder camera shot as a .jpg

https://dl.dropboxusercontent.com/u/42596478/IMG_9526.JPG

I hope this helps!!

Thanks

Ed F
4) Message boards : Questions and problems : 40 instances of localhost:31002 (Message 48968)
Posted 3 May 2013 by edwardpf
Post:
When I "launch another BOINC manager" I get 40 instances of localhost:31002.

How do I clear them out of ... what table??

(I'm sure I created this mess sometime in the past but I don't know when or how ...)

Ed F
5) Message boards : Questions and problems : I assume this is a windows-7 "Bug" ... (Message 47317)
Posted 16 Jan 2013 by edwardpf
Post:
I have 4 boinc processes running. Each boinc is set up in its own directory (see above i.e. ... dir C:\BOINC_test_data_1 or --dir C:\BOINC_test_GPU_2 etc.).

In each directory you have control over that boinc just as if it were the only one running via the normal configuration tech's esp."cc_config.xml".

The fast GPU's looks like this:

<cc_config>
<options>
<use_all_gpus>1</use_all_gpus>
<ignore_cuda_dev>1</ignore_cuda_dev>
<ncpus>0</ncpus>
<max_file_xfers_per_project>8</max_file_xfers_per_project>
<save_stats_days>360</save_stats_days>
<http_transfer_timeout>120</http_transfer_timeout>
</options>
</cc_config>

app_info.xml contains

<coproc>
<type>CUDA</type>
<count>0.5</count>
</coproc>


the slow GPU's looks like this:

<cc_config>
<options>
<use_all_gpus>1</use_all_gpus>
<ignore_cuda_dev>0</ignore_cuda_dev>
<ncpus>0</ncpus>
<max_file_xfers_per_project>8</max_file_xfers_per_project>
<save_stats_days>360</save_stats_days>
<http_transfer_timeout>120</http_transfer_timeout>
</options>
</cc_config>

app_info.xml contains

<coproc>
<type>CUDA</type>
<count>1.0</count>
</coproc>

Does this help??

Ed F
6) Message boards : Questions and problems : I assume this is a windows-7 "Bug" ... (Message 47297)
Posted 15 Jan 2013 by edwardpf
Post:
Well ... I see no one wanted to reply to this question ... but I'll try adding this added info and maybe it will ring a bell with someone ...

I just joined Milkeyway at home and have been running fine there (on cpu's 1,2,5,and 7) BUT I got a WU with a Remaing time est of 87600:00:00.

The WU will actually finish in about 48 Hrs.

In order to give the WU "more power" I let it run on all 8 CPU's. as it happens the MT WU will only run on 4 CPU's so I let the queue run dry and returned the MT WU to cpu's 1,3,5,and 7. The WU only consumed 25% (cpu's 1,7) of the computer instead of 50% like it should (MT 4 CPU's - with affinity set to 1,3,5,7). If I set affinity to all 8 CPU's the WU would consume 50% of the computer across the 8 available CPU's.

Setting affinity to 0,2,4,6 it would run only on 0,2,4.

resetting affinity to 1,3,5,7 ... again only cpu's 1 & 7 were busy

This sounds to me like the same prob as above BUT with scheduling MT threads on common cpu (1 & 7) and NOT across the allowed 1,3,5,7


ANY Ideas if Win-7 has an issue with the scheduler and setting affinity??

Thanks

Ed F



7) Message boards : Questions and problems : I assume this is a windows-7 "Bug" ... (Message 45744)
Posted 22 Sep 2012 by edwardpf
Post:
I am running Boinc v6.12.34 (been running benchmarks for about 6 months and don't want to be changing any underlying software ... yet) on a core-7 860 16Gb and 2 nvidia cards. Windows 7 patched to current patch levals.

I am running SETI only. ( 3Wu's on even CPS's 3Wu's on odd CPU's 2Wu's on the fast GPU and 1Wu on the slow GPU) GPU work is done on CPU's 0 and 7.

I am running 4 copies of Boinc. started by the following ".bat" command:

rem
rem cd C:\BOINC_test_data_1
start /affinity 54 C:\BOINC_test_programs\boinc.exe --gui_rpc_port 31416 --dir C:\BOINC_test_data_1 --detach
rem
rem cd C:\BOINC_test_data_2
start /affinity 2A C:\BOINC_test_programs\boinc.exe --gui_rpc_port 31417 --dir C:\BOINC_test_data_2 --allow_multiple_clients --detach
rem
cd C:\BOINC_test_GPU_1
start /affinity 81 C:\BOINC_test_programs\boinc.exe --gui_rpc_port 31418 --dir C:\BOINC_test_GPU_1 --allow_multiple_clients --detach
REM
cd C:\BOINC_test_GPU_2
start /affinity 81 C:\BOINC_test_programs\boinc.exe --gui_rpc_port 31419 --dir C:\BOINC_test_GPU_2 --allow_multiple_clients --detach
REM
cd C:\BOINC_test_data_1
start C:\BOINC_test_programs\boincmgr.exe /s
rem
cd ..\users\ ...

This has, as far as I can tell, always run correctly.

But if I comment out some stuff so I can run a subset of WU's like this:

rem
rem cd C:\BOINC_test_data_1
start /affinity 54 C:\BOINC_test_programs\boinc.exe --gui_rpc_port 31416 --dir C:\BOINC_test_data_1 --detach
rem
rem cd C:\BOINC_test_data_2
rem start /affinity 2A C:\BOINC_test_programs\boinc.exe --gui_rpc_port 31417 --dir C:\BOINC_test_data_2 --allow_multiple_clients --detach
rem
rem cd C:\BOINC_test_GPU_1
rem start /affinity 81 C:\BOINC_test_programs\boinc.exe --gui_rpc_port 31418 --dir C:\BOINC_test_GPU_1 --allow_multiple_clients --detach
REM
rem cd C:\BOINC_test_GPU_2
rem start /affinity 81 C:\BOINC_test_programs\boinc.exe --gui_rpc_port 31419 --dir C:\BOINC_test_GPU_2 --allow_multiple_clients --detach
REM
cd C:\BOINC_test_data_1
start C:\BOINC_test_programs\boincmgr.exe /s
rem
cd ..\users\...

I will, on occasion (about one in 10 times), see that Windows task manager will report the system is 13% busy and than ONLY CPU 2 is being used at 100%. if I have WTM display the process affinity they are correctly set to 2,4,6 but win-7 is only scheduling CPU 2.

If I manually reset the 3 Wu's to 2,4,6 they will then schedule on 2,4,6.

I ASSUME this is a Win-7 bug and NOT an EPF (me) bug.

Any comments or ideas??

Ed F
8) Message boards : Questions and problems : running 2 BOINCs ? (Message 42501)
Posted 9 Feb 2012 by edwardpf
Post:
Is your remote_hosts.cfg file up to date?


I'm not sure how this relates to running 2 boincs on 1 computer ... It LOOKS like this is used for cross computer control ... ???

so the answer is NO remote_hosts.cfg is not up to date ... it doesn't exist :)

Advice??

Ed F
9) Message boards : Questions and problems : running 2 BOINCs ? (Message 42480)
Posted 8 Feb 2012 by edwardpf
Post:
1) Normally, only one copy of BOINCMGR is allowed to run at once. But there is a command (Advanced view, Advanced menu, next to last item): "Launch another BOINC Manager". That bypasses the 'only one copy' restriction, and allows you to fill in the 'localhost:31417' that Claggy was suggesting.

seems NOt to work ... i get something like:

"Authorization failed connecting to running client. Make sure you start this program in the same directory as the client"

I get this attempting to attach to 31416 or 31417.

2) 'GPUs have become unusable' isn't a function of the Manager: the Manager is merely reporting the status of the underlying client. With Windows 7 (or Vista), the core client can only access the GPU drivers if it is running under the same user account as the currently logged-in active user: so if you switch users, the core client loses contact with the drivers and hence with the GPU. You can get round that by shutting down the core client and restarting it in the new user context.

yes, I knew this but I thought it MAY help as a diagnostic point ... sorry.

Any other ideas on how to get 2 boincmgr's running??

Ed F
10) Message boards : Questions and problems : running 2 BOINCs ? (Message 42477)
Posted 8 Feb 2012 by edwardpf
Post:
well, not quite ...

(I'm using SETI@HOME with the lunatic opt apps)

If I attempt to start a new BOINCMGR, the currently running one flashes but stays on the origional "localhost:31416" and I can't get to 31417

If I "switch user", so I have 2 accounts active, and fire up BOINCMGR using "localhost:31417" I can see/manage it just fine

BUT

on both 31416 AND 31417 I get
2/8/2012 11:49:57 AM | | GPUs have become unusable; disabling tasks
.
.
.
2/8/2012 11:58:35 AM | | GPUs have become usable; enabling tasks


as long as I'm in BOINCNGR on the second account the GPU's don't run!!

SO I'm still confused as what to do.

Any help??

Ed F
11) Message boards : Questions and problems : running 2 BOINCs ? (Message 42471)
Posted 7 Feb 2012 by edwardpf
Post:
O.K., almost everything is working but would like info on what to do to the BOINCMGR to "see" both BOINC's

Here is my startup now ...


rem
rem cd C:\BOINC_test_data_1
start C:\BOINC_test_programs\boinc.exe --gui_rpc_port 31416 --dir C:\BOINC_test_data_1 --detach
rem
rem cd C:\BOINC_test_data_2
start C:\BOINC_test_programs\boinc.exe --gui_rpc_port 31417 --dir C:\BOINC_test_data_2 --allow_multiple_clients --detach
rem
cd C:\BOINC_test_data_1
start C:\BOINC_test_programs\boincmgr.exe /s
rem


The 31417 instance of BOINC doesn't even show up on netstat ...

I am able to run the 2 boinc's running independent WU's just fine ... I just can't admin them both.

(what I have been doing is shutting both boincs down and reversing the starting order) then I can "see" the other boinc.

Ideas??

Ed F
12) Message boards : Questions and problems : running 2 BOINCs ? (Message 42076)
Posted 14 Jan 2012 by edwardpf
Post:
The one thing i haven't seen mentioned is the setting up of remote_hosts.cfg with the host details, the host i was using the 2nd Boinc Installation was known as P5N-E-SLI, so that was what went in there.


I don't understand the reference ... where do I get more info??

Ed F
13) Message boards : Questions and problems : running 2 BOINCs ? (Message 42065)
Posted 14 Jan 2012 by edwardpf
Post:
Linux ... what is that?? ... ;)
I was HPUX certified prior to my retirement but the home P.C. serves everyone (none are Linux literate).

Creating a VM with win-7 and linux would require that I learn something new!!!

However, I did download SUSE today ... it's the only linux variant I've used (and then quite some time ago).

Is SUSE a good choice?

Where do I get a primer in setting up a VM?? .... (sigh!!).

I'll need to dedicate a CPU and its HT to do the experiment I'm trying to do here

Ed F
14) Message boards : Questions and problems : running 2 BOINCs ? (Message 42051)
Posted 13 Jan 2012 by edwardpf
Post:
Well ... another good try but another no-go ...

I copied boincmgr (and the needed sqlite3.dll) to BOINC_2_data cd'd to it and ran boincmgr with the /m /p/ and /g switches ... the results were identical to those above ... sigh ...

Any other ideas?? I'm stumped (again).

Ed F

P.S. windows boincmgr /h has no "/d" switch ... (oh well)
15) Message boards : Questions and problems : running 2 BOINCs ? (Message 42043)
Posted 13 Jan 2012 by edwardpf
Post:
Just arose from the 1 week crud ....

I don't see a "/d" option available ...

where is it documented??

Ed F
16) Message boards : Questions and problems : ATI / Nvidia problem?? (Message 36957)
Posted 22 Feb 2011 by edwardpf
Post:
The ati card only has 1 monitor attached to it, the nvidia has a monitor attached. the "split" ati card appeared BEFORE I attached the monitor to the nvidia card.

if by "What version Catalyst do you have installed?" you mean "Catalyst Control Center" or "ccc" I don't know ... I assume the most current version (Dell installed the drivers when fixing the failed old ati card problem). I can't run ccc and give anymore info because ccc and ccc help won't run ... they exit without ANY windows appearing or flashings on the screen.

Ed F
17) Message boards : Questions and problems : ATI / Nvidia problem?? (Message 36927)
Posted 19 Feb 2011 by edwardpf
Post:
BTY gpu-z and control panel only see 1 ati card,

When a second ATI GPU WU starts graphics goes to H___
I do NOT play Video games with this computer.

Ed F
18) Message boards : Questions and problems : ATI / Nvidia problem?? (Message 36919)
Posted 18 Feb 2011 by edwardpf
Post:
open what case?? ;-)

My orig ATI card failed and I ask Dell to replace it. While waiting for the replacement I put the (old) Nvidia in so I could continue using the computer.
(as long as I was there I added a 1TB drive and Mirrored it to the "c:" drive)

This is an ATI 5770.

Ed F
19) Message boards : Questions and problems : ATI / Nvidia problem?? (Message 36917)
Posted 18 Feb 2011 by edwardpf
Post:
XPS 8100 - 1 ATI HD 5700 (Juniper) in PCI-E X16 slot
1 Nvidia GeForce 9500 GT in PCI slot

(one PCI-E is covered by the ATI card)
(one PCI-E used for wireless internet)

Thanks for any insights!!

Ed F

BTW: I ran prime grid (set for ATI only) and 2 WU's ran at the same time in about 2.25 hrs with 2 "parent" (or whatever they are called) programs feeding them. They appeared to run successfully ??!!
20) Message boards : Questions and problems : ATI / Nvidia problem?? (Message 36914)
Posted 18 Feb 2011 by edwardpf
Post:
I have a dell studio XPS as follows:

2/17/2011 10:49:16 PM Starting BOINC client version 6.10.58 for windows_x86_64
2/17/2011 10:49:16 PM log flags: file_xfer, sched_ops, task
2/17/2011 10:49:16 PM Libraries: libcurl/7.19.7 OpenSSL/0.9.8l zlib/1.2.3
2/17/2011 10:49:16 PM Data directory: C:\BOINC Data
2/17/2011 10:49:16 PM Running under account
2/17/2011 10:49:16 PM Processor: 8 GenuineIntel Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz [Family 6 Model 30 Stepping 5]
2/17/2011 10:49:16 PM Processor: 256.00 KB cache
2/17/2011 10:49:16 PM Processor features: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss htt tm pni ssse3 cx16 sse4_1 sse4_2 nx lm vmx smx tm2 popcnt pbe
2/17/2011 10:49:16 PM OS: Microsoft Windows 7: Home Premium x64 Edition, (06.01.7600.00)
2/17/2011 10:49:16 PM Memory: 15.96 GB physical, 47.96 GB virtual
2/17/2011 10:49:16 PM Disk: 472.38 GB total, 380.07 GB free
2/17/2011 10:49:16 PM Local time is UTC -5 hours
2/17/2011 10:49:16 PM NVIDIA GPU 0: GeForce 9500 GT (driver version 26658, CUDA version 3020, compute capability 1.1, 998MB, 90 GFLOPS peak)
2/17/2011 10:49:16 PM ATI GPU 0: ATI Radeon HD5700 series (Juniper) (CAL version 1.4.900, 1024MB, 1360 GFLOPS peak)
2/17/2011 10:49:16 PM ATI GPU 1: ATI Radeon HD5700 series (Juniper) (CAL version 1.4.900, 1024MB, 1360 GFLOPS peak)
2/17/2011 10:49:16 PM SETI@home Found app_info.xml; using anonymous platform


the computer bios, ati bios are current the nvidia bios state os unknown
The drivers are all currnt I am using Lunitics unified installer 0.37

I have ONE ATI card in the computer but when I added the Nvidia card BOINC now finds TWO ATI cards. Should I avoid ATI projects 'till this is resolved?

What concerns should I have?(if any)??

Ed F




Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.