Join PrimeGrid
Returning Participants
Community
Leader Boards
Results
Other
drummers-lowrise
|
1)
Message boards :
General discussion :
OS X Yosemite
(Message 81732)
Posted 2707 days ago by Andrew Dicker
CUDA 5.5 straight didn't work under Yosemite (NVIDIA hadn't signed it properly). 6.5 deprecates many gpus, tho some do still work (e.g. my 330m in my laptop), but BOINC 7.4.26 includes a developer decision that cuda 6.5 stopped these cards working on some projects (seti, i think, but i can't find the forum thread).
Try finding one of the Alpha releases (e.g. 7.4.23 here http://boinc.berkeley.edu/dev/forum_thread.php?id=8378&postid=56370), and see if it works (it is possible that your 320m is actually broken with cuda 6.5 however, i haven't looked up it's details). This is the version of BOINC i've left my laptop on, and despite alpha status, i've had no issues.
|
2)
Message boards :
General discussion :
OS X Yosemite
(Message 80497)
Posted 2772 days ago by Andrew Dicker
If the "Missing GPU" is for CUDA tasks, you need the current Alpha BOINC (>7.4.19) and latest CUDA (>6.5.14) to detect the CUDA.
This is because older CUDA hasn't been signed correctly by nvidia, so apple wont let it load, and then because new CUDA is 64-bit, so you need 64-but BOINC client to detect the library.
Problem three is project specific - for a science app to detect the 64-but CUDA... it needs to be 64-bit itself. AFAIK no project is currently compiling Mac CUDA apps as 64-bit, as 32-bit has been good enough and gives greater compatibility.
|
3)
Message boards :
Problems and Help :
Boinc 7.4.19 on osx 10.9.5 ignores GT120s?
(Message 80123)
Posted 2786 days ago by Andrew Dicker
Oh hang on, the 680 is more powerful than the others, so BOINC may well have ignored them. You can force it to use all it finds (i.e not do the "not used") by having the use_all_gpus flag set in a config file (see http://boinc.berkeley.edu/wiki/Client_configuration, and you'll need to re-run the installer after adding/changing this file to correct user permissions).
Also apologies for my earlier answer, boinc 7.4.19 should be the earliest that you need. I do notice you mention cuda 6.5.18. I have not tried this version, i tried the 6.5.14 version and it was correctly seen by 7.4.19+ (i since reverted to 6.0.x cuda as many science applications wont work on osx cuda 6.5 at the moment).
|
4)
Message boards :
Problems and Help :
Boinc 7.4.19 on osx 10.9.5 ignores GT120s?
(Message 79999)
Posted 2790 days ago by Andrew Dicker
cuda 6.5.18 is 64-bit, you'll need the latest (alpha) version for boinc to load the cuda libraries.
problem 2 is then that the prime apps are 32-bit and so won't see them itself...
|
5)
Message boards :
Generalized Fermat Prime Search :
OpenCL compile error with Genefer 3.03 on Mac OS
(Message 79079)
Posted 2828 days ago by Andrew Dicker
It's something to do with the inline functions in Forward64 and Backward64, specifically the last few lines of each inline where you assign values to either Z[blah] or z2mg[blah]... not a clue what but removing those at least means i no longer get those errors.
My C is bloody rusty (C# is my work language) but pointer use looks correct, and surely no system would be working if that wasn't right. I say that 'cos MilkyWay had some OpenCL code that passed array pointers slightly wrongly for a time. Windows AMD and NVIDIA OpenCL compilers ran the code fine (valid C) but Apple's implementation followed the OpenCL spec a little tighter and shat bricks.
|
6)
Message boards :
Generalized Fermat Prime Search :
OpenCL compile error with Genefer 3.03 on Mac OS
(Message 79077)
Posted 2828 days ago by Andrew Dicker
Ok, so with the current 3.2.5 codebase:
ZTransformOCL.h 264: verbose true:
i get sweet f.a. when running with '-b'. Line 300 gives me "Error getting function data from server" which isn't helpful to me.
verbose false:
i get "Error: OpenCL error detected: CL_BUILD_PROGRAM_FAILURE." from 322.
In Console logs i get the below log generated which i believe is the program(?) being created(/allocated?/compiled?) (I've got little idea of OpenCL). This seems to indicate that something OS level is wrong for my Fermi-based nvidia. This issue may therefore be related to me being on 10.10 beta, and may be specific to Fermi macs just to hinder testing.
Process: CVMCompiler [51785]
Path: /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMCompiler
Identifier: CVMCompiler
Version: 79
Code Type: X86-64 (Native)
Parent Process: launchd [1]
Responsible: CVMCompiler [51785]
User ID: 212
Date/Time: 2014-08-27 20:11:05.369 +1000
OS Version: Mac OS X 10.10 (14A329f)
Report Version: 11
Anonymous UUID: 24BAF12D-304F-B8B7-273C-FE63D8138762
Time Awake Since Boot: 6500 seconds
Crashed Thread: 5
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000008
VM Regions Near 0x8:
-->
__TEXT 000000010a8c0000-000000010a8c5000 [ 20K] r-x/rwx SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMCompiler
Thread 0:
0 libsystem_kernel.dylib 0x00007fff8f58249e __semwait_signal_nocancel + 10
1 libsystem_c.dylib 0x00007fff8c86fc73 sleep$NOCANCEL + 42
2 libdispatch.dylib 0x00007fff8ae91381 _dispatch_queue_cleanup2 + 89
3 libsystem_pthread.dylib 0x00007fff8bf4981e _pthread_tsd_cleanup + 182
4 libsystem_pthread.dylib 0x00007fff8bf494e5 _pthread_exit + 117
5 libsystem_pthread.dylib 0x00007fff8bf4944f pthread_exit + 30
6 libdispatch.dylib 0x00007fff8ae91328 dispatch_main + 43
7 CVMCompiler 0x000000010a8c3611 main + 285
8 libdyld.dylib 0x00007fff8d6d15c9 start + 1
Thread 1:
0 libsystem_kernel.dylib 0x00007fff8f582946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8bf464a1 start_wqthread + 13
Thread 2:
0 libsystem_kernel.dylib 0x00007fff8f582946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8bf464a1 start_wqthread + 13
Thread 3:: Dispatch queue: com.apple.root.default-qos.overcommit
0 libsystem_kernel.dylib 0x00007fff8f58273e __sigsuspend_nocancel + 10
1 libdispatch.dylib 0x00007fff8ae913e1 _dispatch_sig_thread + 45
Thread 4:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8f58322e kevent64 + 10
1 libdispatch.dylib 0x00007fff8ae83b3c _dispatch_mgr_thread + 52
Thread 5 Crashed:
0 libclh.dylib 0x00007fff8cbf8430 ProfileData::InsertOutNodes(BasicBlock*) + 48
1 libclh.dylib 0x00007fff8cf76f5b ProfileData_Fermi::ConvertDagToNvir(NvirProgram*) + 555
2 libclh.dylib 0x00007fff8cf69617 GenerateCode_Fermi_cp + 183
3 libclh.dylib 0x00007fff8d0c394a sm_30CodeGen + 74
4 libclh.dylib 0x00007fff8d0c93ba generateCode(ocgCompilationUnit*) + 2042
5 libclh.dylib 0x00007fff8d12c7dd listTraverse + 45
6 libclh.dylib 0x00007fff8d0c80b3 CompileProgram() + 3427
7 libclh.dylib 0x00007fff8d0cceac assemble(unsigned int, char**, char**) + 8236
8 libclh.dylib 0x00007fff8d0cadc1 ptxAssemble + 209
9 libclh.dylib 0x00007fff8d0be168 fatBinaryCtl_Compile + 776
10 libclh.dylib 0x00007fff8cbe9215 clhDeviceImageCreate2 + 1333
11 libCLVMPTXPlugin.dylib 0x000000010a9a4522 0x10a999000 + 46370
12 libCLVMPTXPlugin.dylib 0x000000010a99ec7c cvmsPluginElementBuild + 2188
13 CVMCompiler 0x000000010a8c2932 cvmsCompBuildElement + 158
14 CVMCompiler 0x000000010a8c3bfb __cvmsCompInitializeConnection_block_invoke + 1249
15 libxpc.dylib 0x00007fff8b5c06f9 _xpc_connection_call_event_handler + 58
16 libxpc.dylib 0x00007fff8b5bf1bb _xpc_connection_mach_event + 1901
17 libdispatch.dylib 0x00007fff8ae86178 _dispatch_client_callout4 + 9
18 libdispatch.dylib 0x00007fff8ae87223 _dispatch_mach_msg_invoke + 445
19 libdispatch.dylib 0x00007fff8ae841e5 _dispatch_queue_drain + 570
20 libdispatch.dylib 0x00007fff8ae85a98 _dispatch_mach_invoke + 232
21 libdispatch.dylib 0x00007fff8ae841e5 _dispatch_queue_drain + 570
22 libdispatch.dylib 0x00007fff8ae85f4c _dispatch_queue_invoke + 202
23 libdispatch.dylib 0x00007fff8ae8378b _dispatch_root_queue_drain + 454
24 libdispatch.dylib 0x00007fff8ae92002 _dispatch_worker_thread3 + 91
25 libsystem_pthread.dylib 0x00007fff8bf486cb _pthread_wqthread + 729
26 libsystem_pthread.dylib 0x00007fff8bf464a1 start_wqthread + 13
Thread 5 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x00007f9bb5cf6d78 rcx: 0x00000000000000ff rdx: 0x0000000003020100
rdi: 0x00007f9bb5cf6d78 rsi: 0x000000000000086b rbp: 0x000000010bb822d0 rsp: 0x000000010bb822a0
r8: 0x00007f9bb5dc5a40 r9: 0x0000000000000000 r10: 0x0000ffff00000000 r11: 0x00007f9bb5cecb20
r12: 0x00007f9bb5dd0b20 r13: 0x0000000000000000 r14: 0x00007f9bb5dc62c8 r15: 0x0000000000000000
rip: 0x00007fff8cbf8430 rfl: 0x0000000000010202 cr2: 0x0000000000000008
Logical CPU: 4
Error Code: 0x00000004
Trap Number: 14
Binary Images:
0x10a8c0000 - 0x10a8c4fff CVMCompiler (79) <31FAEC33-2FBD-3BD2-9868-78EF4231AECD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMCompiler
0x10a999000 - 0x10a9c3fff libCLVMPTXPlugin.dylib (10.0.38) <62FB4F67-2F12-3546-B79C-26C1B6E58219> /System/Library/Frameworks/OpenCL.framework/Libraries/libCLVMPTXPlugin.dylib
0x10c389000 - 0x10c9d4fff libcl2module.dylib (2.4) <B866096C-6C76-3A93-BE0B-19AB89647978> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcl2module.dylib
0x10ca6e000 - 0x10cb3fff7 PTX.dylib (10.0.38) <4CF260B1-D48C-3258-982D-BDBECF4AE717> /System/Library/Frameworks/OpenCL.framework/Libraries/PTX.dylib
0x7fff6ad7b000 - 0x7fff6adb1837 dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
0x7fff821a0000 - 0x7fff821a2fff libCVMSPluginSupport.dylib (11.0.5) <8DF04CFF-9E67-3B6F-9CA2-50447E0C1CE9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff821a3000 - 0x7fff82217ff3 com.apple.securityfoundation (6.0 - 55125) <02C64D32-610C-3433-8716-1818E6284AD1> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff82af4000 - 0x7fff82b1ffff libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
0x7fff82b20000 - 0x7fff82b28ffb com.apple.CoreServices.FSEvents (1210 - 1210) <40EF7FFC-3E10-3E87-83A1-50852A17F144> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff82b82000 - 0x7fff82b86ff7 libGIF.dylib (1230) <C3335072-5F6F-32C9-9CF4-D008A68F18DE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff82b87000 - 0x7fff82b93ff7 com.apple.OpenDirectory (10.10 - 187) <2568AF02-EB1E-386C-9E71-4994443F6C7F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff82b94000 - 0x7fff82baeff7 liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
0x7fff82be2000 - 0x7fff82c23fff libGLU.dylib (11.0.5) <15F310F5-6CD1-3D53-853E-A5A48D6C0F45> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff82c59000 - 0x7fff82d4bfff libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
0x7fff82d53000 - 0x7fff82d53fff com.apple.CoreServices (62 - 62) <D353C4EA-6362-3138-9429-F2360271010D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff82d54000 - 0x7fff83161ff7 libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff83425000 - 0x7fff834a2fff com.apple.CoreServices.OSServices (639 - 639) <082DC29B-1913-34B2-9B61-69528033F9BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff83507000 - 0x7fff83510fff libGFXShared.dylib (11.0.5) <55EBF7CF-D5A2-3580-A3C7-34C8F205052F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff83511000 - 0x7fff8352bff7 com.apple.Kerberos (3.0 - 1) <1196E978-3070-3DD6-8DE3-E0A38DB9A2F1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8355b000 - 0x7fff83563fff libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
0x7fff8358d000 - 0x7fff83650ff7 libvMisc.dylib (512) <A4E39464-52EA-34CB-9FFE-53E79B3C65F5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff83684000 - 0x7fff83695fff libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
0x7fff83696000 - 0x7fff83897ffb com.apple.CFNetwork (714 - 714) <2602F0D6-C125-346F-B722-7327913E3403> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff83f0c000 - 0x7fff84851f5f libLLVMContainer.dylib (79) <0BAA24FD-D4E8-33C3-A38D-0EBF597494D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libLLVMContainer.dylib
0x7fff84b9e000 - 0x7fff84ba3fff com.apple.DiskArbitration (2.6 - 2.6) <EFDCF7B1-2A47-3D67-86BB-8BF0D3207659> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff84ba4000 - 0x7fff84c39ff7 com.apple.ColorSync (4.9.0 - 4.9.0) <D3EDA739-C8FE-38B9-B0F5-D53AF4D4B337> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff84c3a000 - 0x7fff84d4eff7 com.apple.CoreText (352.0 - 450) <870088A8-78F7-39DA-A45D-870341D97831> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff84dac000 - 0x7fff84ec9ff7 com.apple.LaunchServices (641.1 - 641.1) <8802E642-DEDA-3B61-B6C5-D8A1116A7106> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8528f000 - 0x7fff852baff3 libarchive.2.dylib (30) <79BCA8D3-8324-30FC-AFE3-6A061A8E997C> /usr/lib/libarchive.2.dylib
0x7fff85ea7000 - 0x7fff85ea8fff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff85fee000 - 0x7fff86019ff7 com.apple.DictionaryServices (1.2 - 227) <95A67673-C529-383C-831C-E4778F5EC676> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8601a000 - 0x7fff86054fff com.apple.QD (3.48 - 300) <BAFCB455-CD70-389F-9631-FF51F347F8B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff860d1000 - 0x7fff860d9fff libsystem_dnssd.dylib (561) <BECD47C1-C29A-32F4-989E-A21EA25ACA46> /usr/lib/system/libsystem_dnssd.dylib
0x7fff86165000 - 0x7fff86299fff libsqlite3.dylib (164) <545C6686-231D-39D1-86F6-2FB4A71103F6> /usr/lib/libsqlite3.dylib
0x7fff862ea000 - 0x7fff862f7ff7 libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
0x7fff862f8000 - 0x7fff865dffff com.apple.CoreServices.CarbonCore (1105 - 1105) <01678E4E-DEE9-3F9B-93F9-930E644E8507> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff87182000 - 0x7fff87299fe7 libvDSP.dylib (512) <E5A3142C-F399-3508-89A1-5F4A43ECACE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff87458000 - 0x7fff87458ff7 libkeymgr.dylib (28) <B474F768-4DCD-38F2-B23B-CCADA5BC4733> /usr/lib/system/libkeymgr.dylib
0x7fff87af3000 - 0x7fff87af5ff7 libquarantine.dylib (76) <979320D3-01E9-3033-AB73-9C2E349B9ECC> /usr/lib/system/libquarantine.dylib
0x7fff87af6000 - 0x7fff87af7fff libSystem.B.dylib (1213) <A4BA4BB3-EB99-37E3-AC35-4EEE2E1A31E0> /usr/lib/libSystem.B.dylib
0x7fff87af8000 - 0x7fff87b97df7 com.apple.AppleJPEG (1.0 - 1) <56924496-B2B6-3FB1-9A9D-87443BC45969> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff87b98000 - 0x7fff87d27fff libGLProgrammability.dylib (11.0.5) <0316E3D8-DB54-3017-8A4B-4CC7151F51EA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff87d45000 - 0x7fff87d6dfff libsystem_info.dylib (459) <186259FF-C2EB-3B41-BD8B-FF2D1A3B1EF2> /usr/lib/system/libsystem_info.dylib
0x7fff8818d000 - 0x7fff881daff3 com.apple.print.framework.PrintCore (10.0 - 450) <12CEBF5F-BC16-3007-9FB2-F1B1D08997D7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff883a8000 - 0x7fff883b3fff libGL.dylib (11.0.5) <77F6CDE2-4D38-30F9-A405-0F6B4823BEAE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff89478000 - 0x7fff89482ff7 com.apple.NetAuth (5.0 - 5.0) <B1929F4F-C2AD-3CAB-BA58-690BB837E7CC> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8948c000 - 0x7fff894ddfff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <50272E8C-A517-332A-8E5C-114DC7FDDF4B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8963c000 - 0x7fff89652ff7 libsystem_asl.dylib (267) <CC54C8C6-2768-307F-8AB5-FC42CBD95DFA> /usr/lib/system/libsystem_asl.dylib
0x7fff89fea000 - 0x7fff8a263ff7 com.apple.CoreData (110 - 522) <02529A4A-1533-3709-88B2-A7D0F8F339D7> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8a264000 - 0x7fff8a269ff3 libheimdal-asn1.dylib (398) <A134B76B-0006-3E2A-A732-232A32E693B3> /usr/lib/libheimdal-asn1.dylib
0x7fff8a272000 - 0x7fff8a283ffb libsystem_coretls.dylib (35) <AD41764E-ADA5-3CFB-8443-41439243BDB8> /usr/lib/system/libsystem_coretls.dylib
0x7fff8a2e3000 - 0x7fff8a2ebfff libsystem_platform.dylib (63) <730506E4-86FF-3DA5-9561-3C8281095C6B> /usr/lib/system/libsystem_platform.dylib
0x7fff8a332000 - 0x7fff8a334ff7 libsystem_sandbox.dylib (358.1.1) <27D03EC9-0C21-36A0-B681-6F465CD8075F> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8a335000 - 0x7fff8a663fff com.apple.Foundation (6.9 - 1150.12) <51469E08-DBF4-3686-8B27-0D29AEB8791D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8a664000 - 0x7fff8a668fff libsystem_stats.dylib (163) <846A43F6-86C2-3517-917B-F3F299406C0C> /usr/lib/system/libsystem_stats.dylib
0x7fff8a7cd000 - 0x7fff8a7d2ff7 libunwind.dylib (35.3) <614BCA70-D003-3280-B7E9-9EBE8168901F> /usr/lib/system/libunwind.dylib
0x7fff8a895000 - 0x7fff8a8aeff7 com.apple.CFOpenDirectory (10.10 - 187) <1FAB84E4-CAF3-3CBC-9847-F99F0BC5BAE3> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8a8e5000 - 0x7fff8a8ffff7 libextension.dylib (50) <3527822C-3911-32F3-A8A5-50A1B252CC88> /usr/lib/libextension.dylib
0x7fff8a900000 - 0x7fff8a902fff libsystem_configuration.dylib (699.1.4) <F494732C-3BFB-32E5-AC7C-95F426AB69C0> /usr/lib/system/libsystem_configuration.dylib
0x7fff8a965000 - 0x7fff8acfbfff com.apple.CoreFoundation (6.9 - 1150.11) <43F58E31-9186-383A-A39C-768D5A79BE56> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8ad0c000 - 0x7fff8ad1cff7 libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
0x7fff8ad42000 - 0x7fff8ad42fff libOpenScriptingUtil.dylib (162) <6D9BC583-F96C-31A9-8D2F-345414451E6A> /usr/lib/libOpenScriptingUtil.dylib
0x7fff8ad43000 - 0x7fff8ad73fff libsystem_m.dylib (3086.1) <730E0317-9C81-3967-93C6-C0D1E69EBA75> /usr/lib/system/libsystem_m.dylib
0x7fff8adc7000 - 0x7fff8add8ff7 libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
0x7fff8ae12000 - 0x7fff8ae79ff7 com.apple.datadetectorscore (5.0 - 396) <543C6808-277B-3726-8A11-C9FF7A1D1588> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8ae7a000 - 0x7fff8ae7efff libCoreVMClient.dylib (79) <FC4E08E3-749E-32FF-B5E9-211F29864831> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8ae7f000 - 0x7fff8aea9fff libdispatch.dylib (442.1.3) <4387776F-80E8-3CC9-BA25-6F21C78E77C3> /usr/lib/system/libdispatch.dylib
0x7fff8aef7000 - 0x7fff8afeaff7 libJP2.dylib (1230) <B02A39C9-D484-303B-B9DF-1A387233DB44> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8afeb000 - 0x7fff8b023ffb libsystem_network.dylib (408) <5170306A-D4B3-36F8-B4D7-8542D2A2428C> /usr/lib/system/libsystem_network.dylib
0x7fff8b0bf000 - 0x7fff8b0bffff com.apple.Accelerate (1.10 - Accelerate 1.10) <8510506C-0E39-3478-93E3-F70DC163AAD5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8b39e000 - 0x7fff8b39fff7 libsystem_blocks.dylib (65) <9A882651-F45E-39F4-8087-DD383B972A4D> /usr/lib/system/libsystem_blocks.dylib
0x7fff8b5b6000 - 0x7fff8b5deff7 libxpc.dylib (559.1.7) <EC70F12A-1337-3A8C-849F-F6D87AD5B486> /usr/lib/system/libxpc.dylib
0x7fff8b676000 - 0x7fff8b7b3fff com.apple.ImageIO.framework (3.3.0 - 1038) <A6C6A16D-1168-3104-9D49-82B43B5FD102> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8b832000 - 0x7fff8ba17267 libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
0x7fff8bb28000 - 0x7fff8bb97ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <7FB30D84-27B8-3A0D-90FB-594E6461BC82> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8bb98000 - 0x7fff8bb9efff libsystem_trace.dylib (72.1.1.0.1) <359993CB-89F8-3D9F-B88E-D44E7CBE018B> /usr/lib/system/libsystem_trace.dylib
0x7fff8be50000 - 0x7fff8bf43ff7 libFontParser.dylib (130) <8B1473BB-102E-332B-8741-54063D7F3CFD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8bf44000 - 0x7fff8bf44fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <A48738CA-5B6F-3D14-97E9-2BFDFC3DCC06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8bf45000 - 0x7fff8bf4efff libsystem_pthread.dylib (105.1.4) <AB3598CA-51F5-34E6-97FB-A3C38518EAAD> /usr/lib/system/libsystem_pthread.dylib
0x7fff8c69c000 - 0x7fff8c6e2ff7 libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
0x7fff8c6e3000 - 0x7fff8c75bff7 com.apple.SystemConfiguration (1.14 - 1.14) <E039D10A-0119-3B7D-8448-6AECDE083821> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8c7b0000 - 0x7fff8c7d9ffb libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
0x7fff8c7f1000 - 0x7fff8c7f7fff libsystem_networkextension.dylib (167.1.9) <68C6C826-63D2-3715-AE5F-F30C47A40454> /usr/lib/system/libsystem_networkextension.dylib
0x7fff8c841000 - 0x7fff8c8cefff libsystem_c.dylib (1044.1.1) <D6FDAEAF-8EA9-3EF2-9B3B-518285837A10> /usr/lib/system/libsystem_c.dylib
0x7fff8c8cf000 - 0x7fff8ca3afff com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <DC1F19C7-584D-3D01-9BAA-37EFB49F5433> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8cab5000 - 0x7fff8d33dff7 libclh.dylib (4.0.3 - 4.0.3) <2CFE1191-465A-334E-B32A-579A8629A363> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x7fff8d4a4000 - 0x7fff8d515ff7 com.apple.framework.IOKit (2.0.2 - 1050.1.20) <502F1242-8F75-38B5-A94F-29946777BD60> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8d516000 - 0x7fff8d53bff7 libJPEG.dylib (1230) <1EAD3DBC-274B-3ABC-82BA-F6C290BC054D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8d5cb000 - 0x7fff8d62aff7 com.apple.AE (680 - 680) <4A98984A-844C-3461-9F74-DDE5A53CD325> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8d62b000 - 0x7fff8d671ffb libFontRegistry.dylib (133) <5E4E011B-5DC0-349D-B0CF-D90841A9E193> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8d672000 - 0x7fff8d6cdfff libTIFF.dylib (1230) <1A6A3E81-6531-3EFB-BBC4-CFA46147A9BE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8d6ce000 - 0x7fff8d6d1ff7 libdyld.dylib (353.2.1) <718EE521-B6D0-3A6E-B74A-0B4AAEBB7A5F> /usr/lib/system/libdyld.dylib
0x7fff8d866000 - 0x7fff8d869fff com.apple.xpc.ServiceManagement (1.0 - 1) <E4A7FD86-0463-3508-BF01-015DF75ABF87> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff8d86a000 - 0x7fff8d86afff com.apple.ApplicationServices (48 - 48) <6884B522-0010-3E2F-8D35-56BDD7011ACB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8d8e9000 - 0x7fff8d8ebfff libRadiance.dylib (1230) <DEC5D43B-C51B-390F-B972-B59AE340051D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8db81000 - 0x7fff8db82fff libunc.dylib (28) <33E2D75C-1DE6-37F0-96CD-2F82137BA585> /usr/lib/system/libunc.dylib
0x7fff8db8e000 - 0x7fff8db96ffb libcopyfile.dylib (118.1.1) <07CF8131-1263-3385-B341-011B52E3E3B5> /usr/lib/system/libcopyfile.dylib
0x7fff8e1e8000 - 0x7fff8e214fff libsandbox.1.dylib (358.1.1) <B7286372-6B78-38C3-92D1-BF6046DB3515> /usr/lib/libsandbox.1.dylib
0x7fff8e245000 - 0x7fff8e247ff7 libsystem_coreservices.dylib (9) <F8E20800-4CD9-3FC4-8D57-D416ED7F1715> /usr/lib/system/libsystem_coreservices.dylib
0x7fff8e25b000 - 0x7fff8e2cffff com.apple.ApplicationServices.ATS (360 - 373) <8C5CFA3C-BE82-3DF4-9882-3F30BD42C8F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8e320000 - 0x7fff8e33cfff libsystem_malloc.dylib (53) <A6E26BF2-8047-3E96-BED3-818D1E656D5D> /usr/lib/system/libsystem_malloc.dylib
0x7fff8e69e000 - 0x7fff8e69eff7 liblaunch.dylib (559.1.7) <6F366590-341F-3E78-9130-06DDBDD5E97C> /usr/lib/system/liblaunch.dylib
0x7fff8e69f000 - 0x7fff8e82dfff libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8e85b000 - 0x7fff8e868ff7 libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
0x7fff8ea1e000 - 0x7fff8ea22fff com.apple.IOAccelerator (156.0 - 156.0) <1BCE9065-0F07-39D1-8C4A-F7EEEF1492DF> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff8ea23000 - 0x7fff8ea31ff7 com.apple.opengl (11.0.5 - 11.0.5) <69F2B47A-3657-3E3D-B024-8B8373B3A1A5> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8ea32000 - 0x7fff8ea37ff7 libmacho.dylib (862) <FDF9F773-B611-3AD7-8A81-A9447ABB4985> /usr/lib/system/libmacho.dylib
0x7fff8ea38000 - 0x7fff8ea55ffb libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
0x7fff8eb2a000 - 0x7fff8f3b5fff com.apple.CoreGraphics (1.600.0 - 754.1) <1938CDD6-4FA1-355D-BAFB-4A0B530563BB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8f3b9000 - 0x7fff8f457fff com.apple.Metadata (10.7.0 - 899) <17A492CA-8F1E-35BE-BA1C-29A774306923> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8f458000 - 0x7fff8f45fff7 libcompiler_rt.dylib (35) <37984504-2822-3A47-AE2D-21D36868BA68> /usr/lib/system/libcompiler_rt.dylib
0x7fff8f460000 - 0x7fff8f4a8fff com.apple.HIServices (1.22 - 516) <9A7A0BB3-207A-37C6-A91F-99187EC3E421> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8f56c000 - 0x7fff8f589fff libsystem_kernel.dylib (2782.1.80) <84A69BB0-4698-369C-92E2-967FFFB760D3> /usr/lib/system/libsystem_kernel.dylib
0x7fff8f58a000 - 0x7fff8f5a5ff7 libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
0x7fff8f6ec000 - 0x7fff8f6f0fff libcache.dylib (69) <7FD09AC9-A856-3C05-919F-B4C194867C59> /usr/lib/system/libcache.dylib
0x7fff8f6f1000 - 0x7fff8f745fff libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
0x7fff8f879000 - 0x7fff8f890ff7 libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff8f8a7000 - 0x7fff8f8d7ff3 com.apple.GSS (4.0 - 2.0) <53775A96-FCE6-32EA-8221-28835DB6DB15> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8f9e7000 - 0x7fff8f9e8ffb libremovefile.dylib (35) <CC9FB9A6-3FF9-3E3C-A9FD-48C27FADF9BA> /usr/lib/system/libremovefile.dylib
0x7fff8fa7b000 - 0x7fff8fb6dff7 libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
0x7fff8fb6f000 - 0x7fff8fbc9ff7 com.apple.LanguageModeling (1.0 - 1) <E28B7D7D-B28E-337B-A92F-DF722AE9CFDB> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff8fcb4000 - 0x7fff8fce1ffb com.apple.CoreVideo (1.8 - 145.0) <289697F6-CC14-310E-ABDD-D3379EC1FF92> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8fce2000 - 0x7fff8fce6fff libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
0x7fff8fd24000 - 0x7fff8fd3dff7 com.apple.AppleVPAFramework (1.0.28 - 1.0.28) <E21172BE-C39B-3116-8B49-C0D952A18BD7> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff8fd6d000 - 0x7fff8fd6ffff com.apple.loginsupport (1.0 - 1) <6A9E7988-BE1E-3D14-84FE-5B0CD4DC8D36> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff8fd7c000 - 0x7fff8fd7dfff liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
0x7fff8fd86000 - 0x7fff8fd95fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <7C25D13E-8C97-34EE-9032-E8A284EC6004> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff8fe20000 - 0x7fff8fe29ff7 libsystem_notify.dylib (133.1.1) <685AF096-8641-3EDA-B9AF-868F2DCFAE44> /usr/lib/system/libsystem_notify.dylib
0x7fff8fe2a000 - 0x7fff90153fff libmecabra.dylib (661) <802C7893-C0FE-3925-99AC-9025DAD0FC3A> /usr/lib/libmecabra.dylib
0x7fff90154000 - 0x7fff90157fff com.apple.IOSurface (97 - 97) <ABB737DB-922D-31EC-80BB-4B29398036E4> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff90158000 - 0x7fff90159fff libsystem_secinit.dylib (18) <601A1A96-B584-36E5-9B09-37F9E6CC1B7B> /usr/lib/system/libsystem_secinit.dylib
0x7fff90166000 - 0x7fff905b9fc3 com.apple.vImage (8.0 - 8.0) <0C5977B8-FAFF-3E2E-8DD3-E7B011D31F5C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff90649000 - 0x7fff90654fff libcommonCrypto.dylib (60061) <94E72318-5DAB-3BE3-888F-836C2F120BAB> /usr/lib/system/libcommonCrypto.dylib
0x7fff90740000 - 0x7fff9074bfff com.apple.speech.synthesis.framework (5.2.1 - 5.2.1) <09CA1FBE-4C8A-3D56-931D-E15E24FDD3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff9074c000 - 0x7fff90757ff7 libkxld.dylib (2782.1.80) <23557A93-8609-3526-981A-F67BCF0E6EE6> /usr/lib/system/libkxld.dylib
0x7fff909e2000 - 0x7fff90a22ff7 libGLImage.dylib (11.0.5) <B28BD3F5-9C55-3156-9011-8C69A00F8862> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff90b18000 - 0x7fff90b64ff7 libcups.2.dylib (404) <765C35CB-5DB1-3571-90AC-EE39AD075D91> /usr/lib/libcups.2.dylib
0x7fff9108b000 - 0x7fff91270ff3 libicucore.A.dylib (531.26) <4FF96237-B1DE-3E62-A6DE-9943828A48E6> /usr/lib/libicucore.A.dylib
0x7fff91271000 - 0x7fff9127afff com.apple.CommonAuth (4.0 - 2.0) <28C419A8-3AD4-3C30-BCB4-77C134A51100> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff91729000 - 0x7fff9172dfff com.apple.TCC (1.0 - 1) <E5226ACB-51C5-3976-A0AD-0326E2E9D815> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff9172e000 - 0x7fff9173aff7 libGPUSupportMercury.dylib (11.0.5) <79374E8F-C880-3611-9EFD-1D68316B6B90> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fff917e2000 - 0x7fff91807ff7 libPng.dylib (1230) <8118569C-940D-3C8E-9703-5C1CF4973797> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff91808000 - 0x7fff9180ffff com.apple.NetFS (6.0 - 4.0) <D698DEBC-9850-3FD6-92C1-2A5A3BDD2747> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff91853000 - 0x7fff918c9fe7 libcorecrypto.dylib (233.1.2) <1922938D-9078-374D-9E31-2BBA67C60CE8> /usr/lib/system/libcorecrypto.dylib
0x7fff9191c000 - 0x7fff9198afff com.apple.Heimdal (4.0 - 2.0) <C6535007-EE96-35EC-8DE8-6DFFE58186C2> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff9198b000 - 0x7fff91beffff com.apple.security (7.0 - 55406) <9248520C-8A95-36B8-8C79-F9C5736E2F47> /System/Library/Frameworks/Security.framework/Versions/A/Security
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 161013
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=166.9M resident=64.2M(38%) swapped_out_or_unallocated=102.7M(62%)
Writable regions: Total=118.6M written=18.9M(16%) resident=19.2M(16%) swapped_out=0K(0%) unallocated=99.4M(84%)
REGION TYPE VIRTUAL
=========== =======
Dispatch continuations 16.0M
Kernel Alloc Once 4K
MALLOC 83.7M
MALLOC (admin) 32K
STACK GUARD 56.0M
Stack 10.1M
VM_ALLOCATE 8244K
__DATA 7784K
__GLSLBUILTINS 2588K
__LINKEDIT 70.5M
__TEXT 96.3M
__UNICODE 544K
mapped file 1492K
shared memory 4K
=========== =======
TOTAL 352.9M
|
7)
Message boards :
Generalized Fermat Prime Search :
OpenCL compile error with Genefer 3.03 on Mac OS
(Message 78988)
Posted 2832 days ago by Andrew Dicker
An update: i used my backups to restore primegrid_genefer_3_2_0_0_3.00_i686-apple-darwin__OCLcudaGFN, and ran that with -q 360204^4194304+1 (as spotted on the 3.2.5 testing thread).
No compile error.
3.2.5 and 3.2.3 seem to have an issue with compilation on OS X (10.10 doesn't seem to be the issue... but may have bearing on it).
Regards, Andrew
|
8)
Message boards :
Generalized Fermat Prime Search :
OpenCL compile error with Genefer 3.03 on Mac OS
(Message 78984)
Posted 2832 days ago by Andrew Dicker
Hi all,
Between task
http://www.primegrid.com/result.php?resultid=559732032
and tasks
http://www.primegrid.com/result.php?resultid=565803041 (WR),
566183376, 567455707,
http://www.primegrid.com/result.php?resultid=567412264 (Short), 567482392
I've suddenly had Genefer tasks failing on my iMac (GTX 680MX). In this interval two things have changed, making this hard for me to point the finger at anything:
1) I updated my OS from the pre-release 5 to the latest pre-release of OS X 10.10 (as of this post 14A329f). As far as i am aware the graphics and OpenCL frameworks did not change in this update. Other OpenCL and CUDA tasks are fine (PPS Sieve here, Collatz, Einstein, MilkyWay)
2) the Genefer app versions went from 3.00 to 3.03
Nothing appears in system logs, so i think that the task numbers is all i can provide, but if anyone knows anything else i should look for, i'll go hunting.
Cheers, Andrew
|
9)
Message boards :
Number crunching :
Mac OS X 10.9 "Mavericks" upgrade
(Message 70924)
Posted 3113 days ago by Andrew Dicker
It's GPU type dependant. If running Mavericks, open System Information (About this Mac --> More Information --> System Report), and go to the Extensions section. If the NVDANV50HalTesla is loaded, CUDA won't work.
i.e. only Tesla architecture cards are currently broken, Fermi and Kepler (NVDAG[F|K]100Hal) still work
|
10)
Message boards :
Generalized Fermat Prime Search :
OpenCL Genefer now available for ATI/AMD GPUs!
(Message 69286)
Posted 3171 days ago by Andrew Dicker
opencl_platform.txt added to slot folder, with contents AMD
stderr now shows the task running on Tahiti (a 7950), GPU-Z shows 100% utilization. Estimated runtime 80hrs. Wow. 100hrs faster than the 760 in the same machine (with cuda).
|
Next 10 posts
|