GUPPI Rescheduler for Linux and Windows - Move GUPPI work to CPU and non-GUPPI to GPU

Message boards : Number crunching : GUPPI Rescheduler for Linux and Windows - Move GUPPI work to CPU and non-GUPPI to GPU
Message board moderation

To post messages, you must log in.

Previous · 1 . . . 7 · 8 · 9 · 10 · 11 · 12 · 13 . . . 37 · Next

AuthorMessage
Profile Raistmer
Volunteer developer
Volunteer tester
Avatar

Send message
Joined: 16 Jun 01
Posts: 6325
Credit: 106,370,077
RAC: 121
Russia
Message 1809902 - Posted: 17 Aug 2016, 12:56:15 UTC - in response to Message 1809895.  
Last modified: 17 Aug 2016, 12:56:35 UTC

Hm...
http://stackoverflow.com/questions/1383943/switchtothread-vs-sleep1
In general, Sleep(0) will be much more likely to yield a timeslice, and will ALWAYS yield to the OS, even if there are no other threads waiting. This is why adding a Sleep(0) in a loop will take the processor usage from 100% (per core) to near 0% in many cases. SwitchToThread will not, unless another thread is waiting for a time slice.


Sounds just diametrally different... definitely worth to try and see by yourself.
SETI apps news
We're not gonna fight them. We're gonna transcend them.
ID: 1809902 · Report as offensive
Profile Shaggie76
Avatar

Send message
Joined: 9 Oct 09
Posts: 282
Credit: 271,858,118
RAC: 196
Canada
Message 1809907 - Posted: 17 Aug 2016, 13:42:31 UTC - in response to Message 1809902.  

Hm...
http://stackoverflow.com/questions/1383943/switchtothread-vs-sleep1
In general, Sleep(0) will be much more likely to yield a timeslice, and will ALWAYS yield to the OS, even if there are no other threads waiting. This is why adding a Sleep(0) in a loop will take the processor usage from 100% (per core) to near 0% in many cases. SwitchToThread will not, unless another thread is waiting for a time slice.


Sounds just diametrally different... definitely worth to try and see by yourself.


My experience has been that Sleep(0) won't yield to lower-priority threads but STT will; we had priority-inversion bugs as a result of using Sleep(0).

I'd try for(;;} { if(!SwitchToThread()) { CallMMPauseForAWhile(); } PollCUDA(); }
ID: 1809907 · Report as offensive
Profile Raistmer
Volunteer developer
Volunteer tester
Avatar

Send message
Joined: 16 Jun 01
Posts: 6325
Credit: 106,370,077
RAC: 121
Russia
Message 1809909 - Posted: 17 Aug 2016, 14:03:41 UTC - in response to Message 1809907.  
Last modified: 17 Aug 2016, 14:04:15 UTC


My experience has been that Sleep(0) won't yield to lower-priority threads but STT will; we had priority-inversion bugs as a result of using Sleep(0).

I'm in process of testing, but Sleep(0) results already aquired and they quite definitive - Sleep(0) yields from below normal to idle w/o issues.

Look this thread: http://lunatics.kwsn.info/index.php/topic,1812.msg61016/topicseen.html#new
I'll going to test SwitchToThread now...
SETI apps news
We're not gonna fight them. We're gonna transcend them.
ID: 1809909 · Report as offensive
rcthardcore

Send message
Joined: 23 Nov 08
Posts: 48
Credit: 1,306,006
RAC: 0
United States
Message 1809938 - Posted: 17 Aug 2016, 17:27:39 UTC

GUPPIRescheduler gave me an error message: ERROR: There must be at least one CPU work unit in sched_request_setiathome.berkeley.edu.xml for this program to function. Program will terminate; no changes made. WTF is this?
ID: 1809938 · Report as offensive
Profile Keith Myers Special Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 29 Apr 01
Posts: 13164
Credit: 1,160,866,277
RAC: 1,873
United States
Message 1809944 - Posted: 17 Aug 2016, 17:40:47 UTC - in response to Message 1809938.  

Normal. If the rescheduler doesn't find the correct mix of CPU/GPU tasks to move, it errors out. Check out Message 1808778 earlier in the thread. I had no moves on two machines earlier this morning myself. Just wait till later in the day when the task mix changes and it will work again likely.
Seti@Home classic workunits:20,676 CPU time:74,226 hours

A proud member of the OFA (Old Farts Association)
ID: 1809944 · Report as offensive
rcthardcore

Send message
Joined: 23 Nov 08
Posts: 48
Credit: 1,306,006
RAC: 0
United States
Message 1809961 - Posted: 17 Aug 2016, 18:49:36 UTC

Not normal for me since I have chosen to not run CPU work units. I have run some in the past.
ID: 1809961 · Report as offensive
Profile BilBg
Volunteer tester
Avatar

Send message
Joined: 27 May 07
Posts: 3720
Credit: 9,385,827
RAC: 0
Bulgaria
Message 1809962 - Posted: 17 Aug 2016, 18:56:16 UTC - in response to Message 1809961.  

Then how do you expect to Reschedule tasks GPU <--> CPU if you "have chosen to not run CPU work units"??
 


- ALF - "Find out what you don't do well ..... then don't do it!" :)
 
ID: 1809962 · Report as offensive
rcthardcore

Send message
Joined: 23 Nov 08
Posts: 48
Credit: 1,306,006
RAC: 0
United States
Message 1809963 - Posted: 17 Aug 2016, 18:56:44 UTC

There needs to be a function added to it that converts Guppi GPU work units to CPU work units. Would solve the problem for those people who choose to not run CPU work units.
ID: 1809963 · Report as offensive
rcthardcore

Send message
Joined: 23 Nov 08
Posts: 48
Credit: 1,306,006
RAC: 0
United States
Message 1809964 - Posted: 17 Aug 2016, 18:58:49 UTC - in response to Message 1809962.  

Then how do you expect to Reschedule tasks GPU <--> CPU if you "have chosen to not run CPU work units"??



They can still be ran is what I am saying. Just run multibeam on GPU and Guppi vlars on CPU instead of running multibeam on CPU.
ID: 1809964 · Report as offensive
Richard Haselgrove Project Donor
Volunteer tester

Send message
Joined: 4 Jul 99
Posts: 14650
Credit: 200,643,578
RAC: 874
United Kingdom
Message 1809966 - Posted: 17 Aug 2016, 19:06:40 UTC - in response to Message 1809962.  

Then how do you expect to Reschedule tasks GPU <--> CPU if you "have chosen to not run CPU work units"??

It's actually a very reasonable configuration. You can load the machine with CPU apps, but choose not to *download* work for them under normal circumstances (that's how the web preference works). That's how I run my machines normally - the CPUs are busy on other, CPU-only, BOINC projects.

I can't immediately see why the test the rescheduler uses should be "at least one CPU work unit in sched_request_setiathome.berkeley.edu.xml", but that's the way Mr. Kevvy wrote it, presumably to suit his own needs and not foreseeing this particular scenario. I think it would be a good enhancement.
ID: 1809966 · Report as offensive
rcthardcore

Send message
Joined: 23 Nov 08
Posts: 48
Credit: 1,306,006
RAC: 0
United States
Message 1809967 - Posted: 17 Aug 2016, 19:14:06 UTC - in response to Message 1809966.  

Then how do you expect to Reschedule tasks GPU <--> CPU if you "have chosen to not run CPU work units"??

It's actually a very reasonable configuration. You can load the machine with CPU apps, but choose not to *download* work for them under normal circumstances (that's how the web preference works). That's how I run my machines normally - the CPUs are busy on other, CPU-only, BOINC projects.

I can't immediately see why the test the rescheduler uses should be "at least one CPU work unit in sched_request_setiathome.berkeley.edu.xml", but that's the way Mr. Kevvy wrote it, presumably to suit his own needs and not foreseeing this particular scenario. I think it would be a good enhancement.



Kind of makes me want to learn how to program so I can write a program that will do exactly what I need it to do based on certain scenarios.
ID: 1809967 · Report as offensive
Profile Jeff Buck Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Volunteer tester

Send message
Joined: 11 Feb 00
Posts: 1441
Credit: 148,764,870
RAC: 0
United States
Message 1809968 - Posted: 17 Aug 2016, 19:16:59 UTC - in response to Message 1809966.  

Wouldn't that require that the CPU app already be installed, either as stock (which would seem unlikely if CPU work wasn't selected), or through Anonymous Platform and the app_info.xml?
ID: 1809968 · Report as offensive
rcthardcore

Send message
Joined: 23 Nov 08
Posts: 48
Credit: 1,306,006
RAC: 0
United States
Message 1809969 - Posted: 17 Aug 2016, 19:22:51 UTC - in response to Message 1809968.  
Last modified: 17 Aug 2016, 19:24:07 UTC

Wouldn't that require that the CPU app already be installed, either as stock (which would seem unlikely if CPU work wasn't selected), or through Anonymous Platform and the app_info.xml?



I have no idea what you are talking about. I am not a programmer. All I do is run work units. I refer you to my above message that says I wish I knew how to program.
ID: 1809969 · Report as offensive
Al Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Avatar

Send message
Joined: 3 Apr 99
Posts: 1682
Credit: 477,343,364
RAC: 482
United States
Message 1809987 - Posted: 17 Aug 2016, 20:10:33 UTC

Guys, I posted a similar question to the bottom of the server down thread, but since it is back up and I have re-ran the rescheduler program and the same error (below) has happened when I just ran it again, after the server was up, I think it may have something to do with the program, maybe? The info below is very similiar to what I posted in the other thread, but this is the 2nd time it's happened in the last hour or so, so I wanted to post it here for further dissection:


8/17/2016 3:02:35 PM | | Starting BOINC client version 7.6.22 for windows_x86_64
8/17/2016 3:02:35 PM | | log flags: file_xfer, sched_ops, task
8/17/2016 3:02:35 PM | | Libraries: libcurl/7.45.0 OpenSSL/1.0.2d zlib/1.2.8
8/17/2016 3:02:35 PM | | Data directory: C:\ProgramData\BOINC
8/17/2016 3:02:35 PM | | Running under account Flash
8/17/2016 3:02:37 PM | | CUDA: NVIDIA GPU 0: GeForce GTX 1080 (driver version 368.39, CUDA version 8.0, compute capability 6.1, 4096MB, 3044MB available, 9523 GFLOPS peak)
8/17/2016 3:02:37 PM | | CUDA: NVIDIA GPU 1: GeForce GTX 980 Ti (driver version 368.39, CUDA version 8.0, compute capability 5.2, 4096MB, 3066MB available, 7271 GFLOPS peak)
8/17/2016 3:02:37 PM | | CUDA: NVIDIA GPU 2: GeForce GTX 980 Ti (driver version 368.39, CUDA version 8.0, compute capability 5.2, 4096MB, 3066MB available, 6702 GFLOPS peak)
8/17/2016 3:02:37 PM | | OpenCL: NVIDIA GPU 0: GeForce GTX 1080 (driver version 368.39, device version OpenCL 1.2 CUDA, 8192MB, 3044MB available, 9523 GFLOPS peak)
8/17/2016 3:02:37 PM | | OpenCL: NVIDIA GPU 1: GeForce GTX 980 Ti (driver version 368.39, device version OpenCL 1.2 CUDA, 6144MB, 3066MB available, 7271 GFLOPS peak)
8/17/2016 3:02:37 PM | | OpenCL: NVIDIA GPU 2: GeForce GTX 980 Ti (driver version 368.39, device version OpenCL 1.2 CUDA, 6144MB, 3066MB available, 6702 GFLOPS peak)
8/17/2016 3:02:37 PM | SETI@home | Found app_info.xml; using anonymous platform
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding
8/17/2016 3:02:37 PM | SETI@home | [error] State file error: result 03no09ae.547.10706.9.36.138_0 not found for task
8/17/2016 3:02:37 PM | SETI@home | [error] State file error: result 03no09ae.547.10706.9.36.45_0 not found for task
8/17/2016 3:02:37 PM | SETI@home | [error] State file error: result 03no09ae.547.10706.9.36.97_0 not found for task
8/17/2016 3:02:37 PM | SETI@home | [error] State file error: result 03no09ae.547.10706.9.36.48_0 not found for task
8/17/2016 3:02:37 PM | SETI@home | [error] State file error: result 01mr09ag.13442.10297.14.41.139_1 not found for task
8/17/2016 3:02:37 PM | SETI@home | [error] State file error: result 03no09ae.547.10706.9.36.119_1 not found for task
8/17/2016 3:02:37 PM | SETI@home | [error] State file error: result 03no09ae.547.10706.9.36.128_0 not found for task
8/17/2016 3:02:37 PM | | Host name: LotzaCores
8/17/2016 3:02:37 PM | | Processor: 48 GenuineIntel Intel(R) Xeon(R) CPU E5-2692 v2 @ 2.20GHz [Family 6 Model 62 Stepping 4]
8/17/2016 3:02:37 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 popcnt aes f16c rdrandsyscall nx lm avx vmx smx tm2 dca pbe fsgsbase smep
8/17/2016 3:02:37 PM | | OS: Microsoft Windows 7: Ultimate x64 Edition, Service Pack 1, (06.01.7601.00)
8/17/2016 3:02:37 PM | | Memory: 31.97 GB physical, 63.93 GB virtual
8/17/2016 3:02:37 PM | | Disk: 424.70 GB total, 337.83 GB free
8/17/2016 3:02:37 PM | | Local time is UTC -5 hours
8/17/2016 3:02:37 PM | SETI@home | Found app_config.xml
8/17/2016 3:02:37 PM | | Config: GUI RPCs allowed from:
8/17/2016 3:02:37 PM | | Zoom-PC
8/17/2016 3:02:37 PM | | Config: event log limit disabled
8/17/2016 3:02:37 PM | | Config: use all coprocessors
8/17/2016 3:02:37 PM | SETI@home | URL http://setiathome.berkeley.edu/; Computer ID 8012837; resource share 100
8/17/2016 3:02:37 PM | SETI@home | General prefs: from SETI@home (last modified 03-Apr-2013 23:59:56)
8/17/2016 3:02:37 PM | SETI@home | Computer location: home
8/17/2016 3:02:37 PM | SETI@home | General prefs: no separate prefs for home; using your defaults
8/17/2016 3:02:37 PM | | Reading preferences override file
8/17/2016 3:02:37 PM | | Preferences:
8/17/2016 3:02:37 PM | | max memory usage when active: 16367.02MB
8/17/2016 3:02:37 PM | | max memory usage when idle: 31097.34MB
8/17/2016 3:02:37 PM | | max disk usage: 100.00GB
8/17/2016 3:02:37 PM | | (to change preferences, visit a project web site or select Preferences in the Manager)
8/17/2016 3:02:37 PM | SETI@home | Starting task blc5_2bit_guppi_57451_68700_HIP117559_0021.6269.831.18.27.236.vlar_1
8/17/2016 3:02:37 PM | SETI@home | Starting task blc5_2bit_guppi_57451_68700_HIP117559_0021.6269.831.18.27.196.vlar_1
8/17/2016 3:02:37 PM | SETI@home | Starting task blc5_2bit_guppi_57451_68700_HIP117559_0021.6269.831.18.27.239.vlar_0
8/17/2016 3:02:37 PM | SETI@home | Starting task 03no09ae.547.13569.9.36.36.vlar_1
8/17/2016 3:02:37 PM | SETI@home | Sending scheduler request: To fetch work.
8/17/2016 3:02:37 PM | SETI@home | Reporting 1 completed tasks
8/17/2016 3:02:37 PM | SETI@home | Requesting new tasks for CPU and NVIDIA GPU
8/17/2016 3:02:40 PM | SETI@home | Scheduler request completed: got 0 new tasks
8/17/2016 3:02:40 PM | SETI@home | Not sending work - last request too recent: 192 sec


The rescheduler program worked fine, it seemed to move a number of things, maybe close to 70, to the GPU, but nothing to the CPU. Not sure if that matters, but thought I'd toss it out there as well. As far as I know, nothing has changed on my system, the only thing I can think of that has happened slightly out of the ordinary is I did is reboot it maybe 2 hours ago, because a couple print jobs had hung and wouldn't print till it was rebooted, but the system itself was running fine. Thoughts?

ID: 1809987 · Report as offensive
Richard Haselgrove Project Donor
Volunteer tester

Send message
Joined: 4 Jul 99
Posts: 14650
Credit: 200,643,578
RAC: 874
United Kingdom
Message 1809988 - Posted: 17 Aug 2016, 20:12:30 UTC - in response to Message 1809968.  

Wouldn't that require that the CPU app already be installed, either as stock (which would seem unlikely if CPU work wasn't selected), or through Anonymous Platform and the app_info.xml?

Yes, and for that reason a better test for the rescheduler to use would be

"at least one CPU <app_version> section in sched_request_setiathome.berkeley.edu.xml" (or in client_state.xml - that would be more natural)

That simply means that the user must have run at least one CPU task in the past, or have left the default boxes ticked on the first page of the Lunatics Installer - not a very high bar to set. I'm pretty sure most people who even consider using a tool like this would have got that far.
ID: 1809988 · Report as offensive
Profile Zalster Special Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 27 May 99
Posts: 5517
Credit: 528,817,460
RAC: 242
United States
Message 1809989 - Posted: 17 Aug 2016, 20:14:56 UTC - in response to Message 1809987.  

Off the bat, that looks like an AP error. But why?

Were the work units all APs?

I'd have a look at your app_info and make sure you have the proper files listed for APs.

Then make sure those files are actually in your Seti@home folder
ID: 1809989 · Report as offensive
Profile Stubbles
Volunteer tester
Avatar

Send message
Joined: 29 Nov 99
Posts: 358
Credit: 5,909,255
RAC: 0
Canada
Message 1809990 - Posted: 17 Aug 2016, 20:17:03 UTC - in response to Message 1809987.  

Hey Al,
Not too familiar with all that and why.
The only thing that I think is ~easy figure out is:
 [error] No application found for task: windows_x86_64 710 opencl_nvidia_100; discarding

...probably cuz you don't have an AstroPulse app installed.

Did you try Lunatics beta4 lately? If so, could it be that you forgot to select the NV AP v7 app?

Once that is resolved, hopefully the rest is just a related minor issue.
:-s
ID: 1809990 · Report as offensive
Al Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Avatar

Send message
Joined: 3 Apr 99
Posts: 1682
Credit: 477,343,364
RAC: 482
United States
Message 1809992 - Posted: 17 Aug 2016, 20:53:26 UTC - in response to Message 1809990.  

I'm pretty sure I installed everything when I installed Lunatics, and even saw it running a V7 task earlier today, it sort of stuck out as it was saying it would take 9 hours. sheesh! Is there a way to review what I have currently installed?

ID: 1809992 · Report as offensive
Al Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Avatar

Send message
Joined: 3 Apr 99
Posts: 1682
Credit: 477,343,364
RAC: 482
United States
Message 1809993 - Posted: 17 Aug 2016, 20:58:27 UTC - in response to Message 1809989.  
Last modified: 17 Aug 2016, 21:48:04 UTC

Well, like I said, I hadn't changed anything, and was pretty sure I installed it so it would run any task that it offered. Here is my app_info, sorry it's so long, not sure what the relevent section is so I could trim it up to shorten it for posting it here:


<app_info> 
    <app>
        <name>astropulse_v7</name>
    </app>
    <file_info>
        <name>AP7_win_x64_AVX_CPU_r2692.exe</name>
        <executable/>
    </file_info>
    <file_info>
        <name>libfftw3f-3-3-4_x64.dll</name>
        <executable/>
    </file_info>
    <file_info>
        <name>ap_cmdline_win_x64_AVX_CPU.txt</name>
    </file_info>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>703</version_num>
        <platform>windows_x86_64</platform>
        <plan_class>sse2</plan_class>
       	<cmdline></cmdline>
        <file_ref>
            <file_name>AP7_win_x64_AVX_CPU_r2692.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x64.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x64_AVX_CPU.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>703</version_num>
        <platform>windows_intelx86</platform>
        <plan_class>sse2</plan_class>
       	<cmdline></cmdline>
        <file_ref>
            <file_name>AP7_win_x64_AVX_CPU_r2692.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x64.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x64_AVX_CPU.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>703</version_num>
        <platform>windows_x86_64</platform>
        <plan_class>sse</plan_class>
       	<cmdline></cmdline>
        <file_ref>
            <file_name>AP7_win_x64_AVX_CPU_r2692.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x64.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x64_AVX_CPU.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>703</version_num>
        <platform>windows_intelx86</platform>
        <plan_class>sse</plan_class>
       	<cmdline></cmdline>
        <file_ref>
            <file_name>AP7_win_x64_AVX_CPU_r2692.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x64.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x64_AVX_CPU.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>701</version_num>
        <platform>windows_x86_64</platform>
       	<cmdline></cmdline>
        <file_ref>
            <file_name>AP7_win_x64_AVX_CPU_r2692.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x64.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x64_AVX_CPU.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>701</version_num>
        <platform>windows_intelx86</platform>
       	<cmdline></cmdline>
        <file_ref>
            <file_name>AP7_win_x64_AVX_CPU_r2692.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x64.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x64_AVX_CPU.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>700</version_num>
        <platform>windows_x86_64</platform>
       	<cmdline></cmdline>
        <file_ref>
            <file_name>AP7_win_x64_AVX_CPU_r2692.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x64.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x64_AVX_CPU.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>700</version_num>
        <platform>windows_intelx86</platform>
       	<cmdline></cmdline>
        <file_ref>
            <file_name>AP7_win_x64_AVX_CPU_r2692.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x64.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x64_AVX_CPU.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app>
        <name>astropulse_v7</name>
    </app>
    <file_info>
        <name>AP7_win_x86_SSE2_OpenCL_NV_r2887.exe</name>
        <executable/>
    </file_info>
    <file_info>
        <name>libfftw3f-3-3-4_x86.dll</name>
        <executable/>
    </file_info>
    <file_info>
        <name>AstroPulse_Kernels_r2887.cl</name>
    </file_info>
    <file_info>
        <name>ap_cmdline_win_x86_SSE2_OpenCL_NV.txt</name>
    </file_info>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>710</version_num>
        <platform>windows_x86_64</platform>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_nvidia_100</plan_class>
       	<cmdline></cmdline>
        <coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>AP7_win_x86_SSE2_OpenCL_NV_r2887.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>AstroPulse_Kernels_r2887.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x86_SSE2_OpenCL_NV.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>710</version_num>
        <platform>windows_x86_64</platform>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>cuda_opencl_100</plan_class>
       	<cmdline></cmdline>
        <coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>AP7_win_x86_SSE2_OpenCL_NV_r2887.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>AstroPulse_Kernels_r2887.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x86_SSE2_OpenCL_NV.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>710</version_num>
        <platform>windows_x86_64</platform>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_nvidia_cc1</plan_class>
       	<cmdline></cmdline>
        <coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>AP7_win_x86_SSE2_OpenCL_NV_r2887.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>AstroPulse_Kernels_r2887.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x86_SSE2_OpenCL_NV.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>710</version_num>
        <platform>windows_x86_64</platform>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>cuda_opencl_cc1</plan_class>
       	<cmdline></cmdline>
        <coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>AP7_win_x86_SSE2_OpenCL_NV_r2887.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>AstroPulse_Kernels_r2887.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x86_SSE2_OpenCL_NV.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>705</version_num>
        <platform>windows_x86_64</platform>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_nvidia_100</plan_class>
       	<cmdline></cmdline>
        <coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>AP7_win_x86_SSE2_OpenCL_NV_r2887.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>AstroPulse_Kernels_r2887.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x86_SSE2_OpenCL_NV.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>705</version_num>
        <platform>windows_x86_64</platform>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>cuda_opencl_100</plan_class>
       	<cmdline></cmdline>
        <coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>AP7_win_x86_SSE2_OpenCL_NV_r2887.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>AstroPulse_Kernels_r2887.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x86_SSE2_OpenCL_NV.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>705</version_num>
        <platform>windows_x86_64</platform>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_nvidia_cc1</plan_class>
       	<cmdline></cmdline>
        <coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>AP7_win_x86_SSE2_OpenCL_NV_r2887.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>AstroPulse_Kernels_r2887.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x86_SSE2_OpenCL_NV.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>705</version_num>
        <platform>windows_x86_64</platform>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>cuda_opencl_cc1</plan_class>
       	<cmdline></cmdline>
        <coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>AP7_win_x86_SSE2_OpenCL_NV_r2887.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>AstroPulse_Kernels_r2887.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x86_SSE2_OpenCL_NV.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>710</version_num>
        <platform>windows_intelx86</platform>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_nvidia_100</plan_class>
       	<cmdline></cmdline>
        <coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>AP7_win_x86_SSE2_OpenCL_NV_r2887.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>AstroPulse_Kernels_r2887.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x86_SSE2_OpenCL_NV.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>710</version_num>
        <platform>windows_intelx86</platform>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>cuda_opencl_100</plan_class>
       	<cmdline></cmdline>
        <coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>AP7_win_x86_SSE2_OpenCL_NV_r2887.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>AstroPulse_Kernels_r2887.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x86_SSE2_OpenCL_NV.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>710</version_num>
        <platform>windows_intelx86</platform>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_nvidia_cc1</plan_class>
       	<cmdline></cmdline>
        <coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>AP7_win_x86_SSE2_OpenCL_NV_r2887.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>AstroPulse_Kernels_r2887.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x86_SSE2_OpenCL_NV.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>710</version_num>
        <platform>windows_intelx86</platform>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>cuda_opencl_cc1</plan_class>
       	<cmdline></cmdline>
        <coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>AP7_win_x86_SSE2_OpenCL_NV_r2887.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>AstroPulse_Kernels_r2887.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x86_SSE2_OpenCL_NV.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>705</version_num>
        <platform>windows_intelx86</platform>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_nvidia_100</plan_class>
       	<cmdline></cmdline>
        <coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>AP7_win_x86_SSE2_OpenCL_NV_r2887.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>AstroPulse_Kernels_r2887.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x86_SSE2_OpenCL_NV.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>705</version_num>
        <platform>windows_intelx86</platform>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>cuda_opencl_100</plan_class>
       	<cmdline></cmdline>
        <coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>AP7_win_x86_SSE2_OpenCL_NV_r2887.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>AstroPulse_Kernels_r2887.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x86_SSE2_OpenCL_NV.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>705</version_num>
        <platform>windows_intelx86</platform>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_nvidia_cc1</plan_class>
       	<cmdline></cmdline>
        <coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>AP7_win_x86_SSE2_OpenCL_NV_r2887.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>AstroPulse_Kernels_r2887.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x86_SSE2_OpenCL_NV.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>705</version_num>
        <platform>windows_intelx86</platform>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>cuda_opencl_cc1</plan_class>
       	<cmdline></cmdline>
        <coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>AP7_win_x86_SSE2_OpenCL_NV_r2887.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>AstroPulse_Kernels_r2887.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x86_SSE2_OpenCL_NV.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app>
        <name>setiathome_v8</name>
    </app>
    <file_info>
        <name>MB8_win_x64_AVX_VS2010_r3330.exe</name>
        <executable/>
    </file_info>
    <file_info>
        <name>libfftw3f-3-3-4_x64.dll</name>
	<executable/>
    </file_info>
    <file_info>
 	<name>mb_cmdline_win_x64_AVX_VS2010.txt</name>
    </file_info>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>800</version_num>
        <platform>windows_x86_64</platform>
        <api_version>7.5.0</api_version>
        <file_ref>
            <file_name>MB8_win_x64_AVX_VS2010_r3330.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x64.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x64_AVX_VS2010.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>800</version_num>
        <platform>windows_intelx86</platform>
        <api_version>7.5.0</api_version>
        <file_ref>
            <file_name>MB8_win_x64_AVX_VS2010_r3330.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x64.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x64_AVX_VS2010.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app>
        <name>setiathome_v8</name>
    </app>
    <file_info>
        <name>MB8_win_x86_SSE3_OpenCL_NV_SoG_r3472.exe</name>
        <executable/>
    </file_info>
    <file_info>
        <name>libfftw3f-3-3-4_x86.dll</name>
	<executable/>
    </file_info>
    <file_info>
        <name>MultiBeam_Kernels_r3472.cl</name>
    </file_info>
    <file_info>
        <name>mb_cmdline_win_x86_SSE3_OpenCL_NV.txt</name>
    </file_info>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>812</version_num>
        <platform>windows_intelx86</platform>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_nvidia_SoG</plan_class>
        	<cmdline></cmdline>	
	<coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE3_OpenCL_NV_SoG_r3472.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3472.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE3_OpenCL_NV.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>812</version_num>
        <platform>windows_intelx86</platform>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_nvidia_sah</plan_class>
        	<cmdline></cmdline>	
	<coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE3_OpenCL_NV_SoG_r3472.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3472.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE3_OpenCL_NV.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>800</version_num>
        <platform>windows_intelx86</platform>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_nvidia_SoG</plan_class>
        	<cmdline></cmdline>	
	<coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE3_OpenCL_NV_SoG_r3472.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3472.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE3_OpenCL_NV.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>800</version_num>
        <platform>windows_intelx86</platform>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_nvidia_sah</plan_class>
        	<cmdline></cmdline>	
	<coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE3_OpenCL_NV_SoG_r3472.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3472.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE3_OpenCL_NV.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>812</version_num>
        <platform>windows_x86_64</platform>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_nvidia_SoG</plan_class>
        	<cmdline></cmdline>	
	<coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE3_OpenCL_NV_SoG_r3472.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3472.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE3_OpenCL_NV.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>812</version_num>
        <platform>windows_x86_64</platform>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_nvidia_sah</plan_class>
        	<cmdline></cmdline>	
	<coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE3_OpenCL_NV_SoG_r3472.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3472.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE3_OpenCL_NV.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>800</version_num>
        <platform>windows_x86_64</platform>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_nvidia_SoG</plan_class>
        	<cmdline></cmdline>	
	<coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE3_OpenCL_NV_SoG_r3472.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3472.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE3_OpenCL_NV.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>800</version_num>
        <platform>windows_x86_64</platform>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_nvidia_sah</plan_class>
        	<cmdline></cmdline>	
	<coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE3_OpenCL_NV_SoG_r3472.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3472.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE3_OpenCL_NV.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>800</version_num>
        <platform>windows_intelx86</platform>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>cuda50</plan_class>
        	<cmdline></cmdline>	
	<coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE3_OpenCL_NV_SoG_r3472.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3472.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE3_OpenCL_NV.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>800</version_num>
        <platform>windows_intelx86</platform>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>cuda42</plan_class>
        	<cmdline></cmdline>	
	<coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE3_OpenCL_NV_SoG_r3472.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3472.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE3_OpenCL_NV.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>800</version_num>
        <platform>windows_intelx86</platform>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>cuda32</plan_class>
        	<cmdline></cmdline>	
	<coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE3_OpenCL_NV_SoG_r3472.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3472.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE3_OpenCL_NV.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>800</version_num>
        <platform>windows_intelx86</platform>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>cuda23</plan_class>
        	<cmdline></cmdline>	
	<coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE3_OpenCL_NV_SoG_r3472.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3472.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE3_OpenCL_NV.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>800</version_num>
        <platform>windows_x86_64</platform>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>cuda50</plan_class>
        	<cmdline></cmdline>	
	<coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE3_OpenCL_NV_SoG_r3472.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3472.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE3_OpenCL_NV.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>800</version_num>
        <platform>windows_x86_64</platform>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>cuda42</plan_class>
        	<cmdline></cmdline>	
	<coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE3_OpenCL_NV_SoG_r3472.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3472.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE3_OpenCL_NV.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>800</version_num>
        <platform>windows_x86_64</platform>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>cuda32</plan_class>
        	<cmdline></cmdline>	
	<coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE3_OpenCL_NV_SoG_r3472.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3472.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE3_OpenCL_NV.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>800</version_num>
        <platform>windows_x86_64</platform>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>cuda23</plan_class>
        	<cmdline></cmdline>	
	<coproc>
            <type>CUDA</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE3_OpenCL_NV_SoG_r3472.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3472.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE3_OpenCL_NV.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
</app_info>



Here it is that way, it does look much better, still Really long though.

ID: 1809993 · Report as offensive
Richard Haselgrove Project Donor
Volunteer tester

Send message
Joined: 4 Jul 99
Posts: 14650
Credit: 200,643,578
RAC: 874
United Kingdom
Message 1809994 - Posted: 17 Aug 2016, 21:05:51 UTC - in response to Message 1809993.  

Next time, try using the [pre] tag to preserve the display indenting and aid readability.

Doesn't matter for now - I used the 'quote' button to get a readable copy. Checking it now.
ID: 1809994 · Report as offensive
Previous · 1 . . . 7 · 8 · 9 · 10 · 11 · 12 · 13 . . . 37 · Next

Message boards : Number crunching : GUPPI Rescheduler for Linux and Windows - Move GUPPI work to CPU and non-GUPPI to GPU


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.