Task 58114955
log in
NameLL-dc_81.78-81.81M_wu_97_3
Workunit52303568
Created29 Jul 2026, 8:41:08 UTC
Sent29 Jul 2026, 9:38:33 UTC
Report deadline5 Aug 2026, 9:38:33 UTC
Received29 Jul 2026, 9:41:49 UTC
Server stateOver
OutcomeComputation error
Client stateCompute error
Exit status0 (0x0)
Computer ID249608
Run time7 sec
CPU time
Validate stateInvalid
Credit0.00
Device peak FLOPS318.46 GFLOPS
Application versionLL - dc v0.10 (opencl_nvidia_200)
Peak working set size72.37 MB
Peak swap size92.18 MB
Peak disk usage1.56 MB

Stderr output

<core_client_version>8.2.11</core_client_version>
<![CDATA[
<stderr_txt>
2026-07-29 11:40:56 (12740): wrapper: running prpll.exe (-d 0)
2026-07-29 11:40:57 (12740): wrapper: created child process 2292
20260729 11:40:57  PRPLL v8.0-2-g8fb01aa starting
20260729 11:40:57  config: -d 0 
20260729 11:40:57  device 0, OpenCL 466.47, NVIDIA GeForce GTX 950M, unique id ''
20260729 11:40:58 81790673 No FFTs found in tune.txt that can handle 81790673. Consider tuning with -tune
20260729 11:40:58 81790673 config: 
20260729 11:40:58 81790673 Using CARRY64
20260729 11:40:58 81790673 FFT: 2M 1:1K:4:256:101 (39.00 bpw)
20260729 11:41:00 81790673 LL loaded @ 0 : 0000000000000004
20260729 11:41:01 81790673 In file included from <kernel>:1:
In file included from fftp.cl:5:
In file included from fftwidth.cl:16:
math.cl:107:82: error: 'long long' type is not supported
i128 OVERLOAD i128_masklo64(i128 a, u64 m) { i128 val; val.x = a.x & (((__int128)0xFFFFFFFFFFFFFFFFULL << 64) | m); return val; }
                                                                                 ^
math.cl:891:60: error: 'long long' type is not supported
u64 OVERLOAD get_Z61(Z61 a) { Z61 m = a - M61; return (m & 0x8000000000000000ULL) ? a : m; }        // Get value in range 0 to M61-1
                                                           ^
In file included from <kernel>:1:
In file included from fftp.cl:6:
weight.cl:30:41: error: 'long long' type is not supported
u32 weightStepIndex(u32 i) { return i * STEP % NW * (8 / NW); }
                                        ^
weight.cl:4:25: note: expanded from macro 'STEP'
#define STEP (NWORDS - (EXP % NWORDS))
                        ^
<built-in>:42:13: note: expanded from here
#define EXP 81790673ull
            ^
In file included from <kernel>:1:
fftp.cl:422:36: error: 'long long' type is not supported
  P(GF61) out61 = (P(GF61)) (out + DISTGF61);
                                   ^
<built-in>:62:18: note: expanded from here
#define DISTGF61 524288ull
                 ^
In file included from <kernel>:1:
fftp.cl:423:50: error: 'long long' type is not supported
  TrigGF61 smallTrig61 = (TrigGF61) (smallTrig + DISTWTRIGGF61);
                                                 ^
<built-in>:63:23: note: expanded from here
#define DISTWTRIGGF61 512ull
                      ^
In file included from <kernel>:1:
fftp.cl:432:42: error: 'long long' type is not supported
  const u32 m31_log2_root_two = (u32) (((1ULL << 30) / NWORDS) % 31);
                                         ^
fftp.cl:433:50: error: 'long long' type is not supported
  const u32 m31_bigword_weight_shift = (NWORDS - EXP % NWORDS) * m31_log2_root_two % 31;
                                                 ^
<built-in>:42:13: note: expanded from here
#define EXP 81790673ull
            ^
In file included from <kernel>:1:
fftp.cl:435:42: error: 'long long' type is not supported
  const u32 m61_log2_root_two = (u32) (((1ULL << 60) / NWORDS) % 61);
                                         ^
fftp.cl:436:50: error: 'long long' type is not supported
  const u32 m61_bigword_weight_shift = (NWORDS - EXP % NWORDS) * m61_log2_root_two % 61;
                                                 ^
<built-in>:42:13: note: expanded from here
#define EXP 81790673ull
            ^
In file included from <kernel>:1:
fftp.cl:449:154: error: 'long long' type is not supported
  const u64 m31_combo_bigstep = (comboFracBits(G_W * BIG_HEIGHT * 2 - 1) + make_u64((G_W * BIG_HEIGHT * 2 - 1) * m31_bigword_weight_shift_minus1, 0)) % (31ULL << 32);
                                                                                                                                                         ^
fftp.cl:451:3: error: subscripted access is not allowed for OpenCL vectors
  m31_weight_shift = m31_weight_shift % 31;
  ^~~~~~~~~~~~~~~~
fftp.cl:443:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift    m31_combo.a[1]
                            ^           ~
fftp.cl:451:22: error: subscripted access is not allowed for OpenCL vectors
  m31_weight_shift = m31_weight_shift % 31;
                     ^~~~~~~~~~~~~~~~
fftp.cl:443:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift    m31_combo.a[1]
                            ^           ~
fftp.cl:453:154: error: 'long long' type is not supported
  const u64 m61_combo_bigstep = (comboFracBits(G_W * BIG_HEIGHT * 2 - 1) + make_u64((G_W * BIG_HEIGHT * 2 - 1) * m61_bigword_weight_shift_minus1, 0)) % (61ULL << 32);
                                                                                                                                                         ^
fftp.cl:455:3: error: subscripted access is not allowed for OpenCL vectors
  m61_weight_shift = m61_weight_shift % 61;
  ^~~~~~~~~~~~~~~~
fftp.cl:445:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift    m61_combo.a[1]
                            ^           ~
fftp.cl:455:22: error: subscripted access is not allowed for OpenCL vectors
  m61_weight_shift = m61_weight_shift % 61;
                     ^~~~~~~~~~~~~~~~
fftp.cl:445:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift    m61_combo.a[1]
                            ^           ~
fftp.cl:460:29: error: subscripted access is not allowed for OpenCL vectors
    u32 m31_weight_shift0 = m31_weight_shift;
                            ^~~~~~~~~~~~~~~~
fftp.cl:443:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift    m31_combo.a[1]
                            ^           ~
fftp.cl:462:5: error: subscripted access is not allowed for OpenCL vectors
    m31_weight_shift = adjust_m31_weight_shift(m31_weight_shift);
    ^~~~~~~~~~~~~~~~
fftp.cl:443:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift    m31_combo.a[1]
                            ^           ~
fftp.cl:462:48: error: subscripted access is not allowed for OpenCL vectors
    m31_weight_shift = adjust_m31_weight_shift(m31_weight_shift);
                                               ^~~~~~~~~~~~~~~~
fftp.cl:443:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift    m31_combo.a[1]
                            ^           ~
fftp.cl:463:29: error: subscripted access is not allowed for OpenCL vectors
    u32 m31_weight_shift1 = m31_weight_shift;
                            ^~~~~~~~~~~~~~~~
fftp.cl:443:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift    m31_combo.a[1]
                            ^           ~
fftp.cl:464:29: error: subscripted access is not allowed for OpenCL vectors
    u32 m61_weight_shift0 = m61_weight_shift;
                            ^~~~~~~~~~~~~~~~
fftp.cl:445:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift    m61_combo.a[1]
                            ^           ~
fftp.cl:466:5: error: subscripted access is not allowed for OpenCL vectors
    m61_weight_shift = adjust_m61_weight_shift(m61_weight_shift);
    ^~~~~~~~~~~~~~~~
fftp.cl:445:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift    m61_combo.a[1]
                            ^           ~
fftp.cl:466:48: error: subscripted access is not allowed for OpenCL vectors
    m61_weight_shift = adjust_m61_weight_shift(m61_weight_shift);
                                               ^~~~~~~~~~~~~~~~
fftp.cl:445:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift    m61_combo.a[1]
                            ^           ~
fftp.cl:467:29: error: subscripted access is not allowed for OpenCL vectors
    u32 m61_weight_shift1 = m61_weight_shift;
                            ^~~~~~~~~~~~~~~~
fftp.cl:445:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift    m61_combo.a[1]
                            ^           ~
fftp.cl:474:5: error: subscripted access is not allowed for OpenCL vectors
    m31_weight_shift = adjust_m31_weight_shift(m31_weight_shift);
    ^~~~~~~~~~~~~~~~
fftp.cl:443:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift    m31_combo.a[1]
                            ^           ~
fftp.cl:474:48: error: subscripted access is not allowed for OpenCL vectors
    m31_weight_shift = adjust_m31_weight_shift(m31_weight_shift);
                                               ^~~~~~~~~~~~~~~~
fftp.cl:443:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift    m31_combo.a[1]
                            ^           ~
fftp.cl:476:5: error: subscripted access is not allowed for OpenCL vectors
    m61_weight_shift = adjust_m61_weight_shift(m61_weight_shift);
    ^~~~~~~~~~~~~~~~
fftp.cl:445:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift    m61_combo.a[1]
                            ^           ~
fftp.cl:476:48: error: subscripted access is not allowed for OpenCL vectors
    m61_weight_shift = adjust_m61_weight_shift(m61_weight_shift);
                                               ^~~~~~~~~~~~~~~~
fftp.cl:445:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift    m61_combo.a[1]
                            ^           ~

20260729 11:41:01 81790673 Compiling 'fftp.cl' error BUILD_PROGRAM_FAILURE (-11) (args -cl-finite-math-only -cl-std=CL2.0  -DEXP=81790673ull -DWIDTH=1024u -DSMALL_HEIGHT=256u -DMIDDLE=4u -DCARRY_LEN=8u -DNW=4u -DNH=4u -DNVIDIAGPU=1 -DCC=500u -DCARRY64=1 -DFFT_VARIANT=101u -DMAXBPW=3962u -DTAILTGF31=U2(509684486u,293249438u) -DTAILTGF61=U2(249938719029223731ull,1245372627562045535ull) -DFFT_TYPE=1 -DWordSize=8u -DDISTGF31=0 -DDISTWTRIGGF31=0 -DDISTMTRIGGF31=0 -DDISTHTRIGGF31=0 -DDISTGF61=524288ull -DDISTWTRIGGF61=512ull -DDISTMTRIGGF61=1024ull -DDISTHTRIGGF61=131264ull -DFRAC_BPW_HI=3573759u -DFRAC_BPW_LO=4294967295u  -DFFT_FP64=0 -DFFT_FP32=0 -DNTT_GF31=1 -DNTT_GF61=1 )
20260729 11:41:01 81790673 Can't compile fftp.cl
20260729 11:41:01  Exception "Can't compile fftp.cl"
20260729 11:41:01  Bye
2026-07-29 11:41:01 (12740): prpll.exe exited; CPU time 0.000000
2026-07-29 11:41:01 (12740): called boinc_finish(0)

</stderr_txt>
<message>
upload failure: <file_xfer_error>
  <file_name>LL-dc_81.78-81.81M_wu_97_3_0</file_name>
  <error_code>-240 (stat() failed)</error_code>
</file_xfer_error>
</message>
]]>


Main page · Your account · Message boards


Copyright © 2014-2026 BOINC Confederation / rebirther