Author |
Message |
Mad MattSend message
Joined: 29 Aug 09 Posts: 28 Credit: 101,584,171 RAC: 0 Level
Scientific publications
|
<core_client_version>6.10.56</core_client_version>
<![CDATA[
<message>
The system cannot find the path specified. (0x3) - exit code 3 (0x3)
</message>
<stderr_txt>
# Using device 2
# There are 3 devices supporting CUDA
# Device 0: "GeForce GTX 295"
# Clock rate: 1.51 GHz
# Total amount of global memory: 939327488 bytes
# Number of multiprocessors: 30
# Number of cores: 240
# Device 1: "GeForce GTX 295"
# Clock rate: 1.51 GHz
# Total amount of global memory: 939196416 bytes
# Number of multiprocessors: 30
# Number of cores: 240
# Device 2: "GeForce 9800 GT"
# Clock rate: 1.81 GHz
# Total amount of global memory: 1073545216 bytes
# Number of multiprocessors: 14
# Number of cores: 112
MDIO ERROR: cannot open file "restart.coor"
SWAN : FATAL : Failure executing kernel sync [frc_sum_kernel] [700]
Assertion failed: 0, file swanlib_nv.cpp, line 121
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
</stderr_txt>
]]>
Any ideas?
____________
|
|
|
ignasiSend message
Joined: 10 Apr 08 Posts: 254 Credit: 16,836,000 RAC: 0 Level
Scientific publications
|
Thanks Mad.
We've seen it on other users. I have already reported to the app devs.
cheers, |
|
|
|
What driver version do you have? |
|
|
|
I've got the same problem with my 9800GT.
Until now I tried to reset the project, installed the latest driver and even descreased core clock and shader clock below the standard.
<core_client_version>6.10.56</core_client_version>
<![CDATA[
<message>
Das System kann den angegebenen Pfad nicht finden. (0x3) - exit code 3 (0x3)
</message>
<stderr_txt>
# Using device 0
# There is 1 device supporting CUDA
# Device 0: "GeForce 9800 GT"
# Clock rate: 1.37 GHz
# Total amount of global memory: 519634944 bytes
# Number of multiprocessors: 14
# Number of cores: 112
MDIO ERROR: cannot open file "restart.coor"
# Using device 0
# There is 1 device supporting CUDA
# Device 0: "GeForce 9800 GT"
# Clock rate: 1.37 GHz
# Total amount of global memory: 519634944 bytes
# Number of multiprocessors: 14
# Number of cores: 112
MDIO ERROR: cannot open file "restart.coor"
SWAN : FATAL : Failure executing kernel sync [PmeRealSpace_compute_forces_kernel] [999]
Assertion failed: 0, file swanlib_nv.cpp, line 121
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
</stderr_txt>
]]> |
|
|
|
Just a side note: I'd say this
SWAN : FATAL : Failure executing kernel sync [frc_sum_kernel] [700]
Assertion failed: 0, file swanlib_nv.cpp, line 121
is the actual error message, not "(0x3) - exit code 3 (0x3)". Am I right?
MrS
____________
Scanning for our furry friends since Jan 2002 |
|
|
Mad MattSend message
Joined: 29 Aug 09 Posts: 28 Credit: 101,584,171 RAC: 0 Level
Scientific publications
|
Excuse me for posting the 'wrong error' code in my OP. ;) More of the same, currently I get about one WU per day erroring out. If I am lucky, without a blue screen.
I recently made a test run for 24hs on Collatz without one single issue.
<core_client_version>6.10.56</core_client_version>
<![CDATA[
<message>
The system cannot find the path specified. (0x3) - exit code 3 (0x3)
</message>
<stderr_txt>
# Using device 0
# There are 3 devices supporting CUDA
# Device 0: "GeForce GTX 295"
# Clock rate: 1.51 GHz
# Total amount of global memory: 939327488 bytes
# Number of multiprocessors: 30
# Number of cores: 240
# Device 1: "GeForce GTX 295"
# Clock rate: 1.51 GHz
# Total amount of global memory: 939196416 bytes
# Number of multiprocessors: 30
# Number of cores: 240
# Device 2: "GeForce 9800 GT"
# Clock rate: 1.81 GHz
# Total amount of global memory: 1073545216 bytes
# Number of multiprocessors: 14
# Number of cores: 112
MDIO ERROR: cannot open file "restart.coor"
# Using device 2
# There are 3 devices supporting CUDA
# Device 0: "GeForce GTX 295"
# Clock rate: 1.24 GHz
# Total amount of global memory: 939327488 bytes
# Number of multiprocessors: 30
# Number of cores: 240
# Device 1: "GeForce GTX 295"
# Clock rate: 1.24 GHz
# Total amount of global memory: 939196416 bytes
# Number of multiprocessors: 30
# Number of cores: 240
# Device 2: "GeForce 9800 GT"
# Clock rate: 1.50 GHz
# Total amount of global memory: 1073545216 bytes
# Number of multiprocessors: 14
# Number of cores: 112
SWAN : FATAL : Failure executing kernel sync [PmeRealSpace_compute_forces_kernel] [700]
Assertion failed: 0, file swanlib_nv.cpp, line 121
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
</stderr_txt>
____________
|
|
|
Mad MattSend message
Joined: 29 Aug 09 Posts: 28 Credit: 101,584,171 RAC: 0 Level
Scientific publications
|
Just a side note: I'd say this
SWAN : FATAL : Failure executing kernel sync [frc_sum_kernel] [700]
Assertion failed: 0, file swanlib_nv.cpp, line 121
is the actual error message, not "(0x3) - exit code 3 (0x3)". Am I right?
MrS
Maybe you should ask the programmer instead of me? ;)
____________
|
|
|