Task 55783728
log in
NameLL-dc_85M_4_wu_94_1
Workunit50225656
Created1 Jun 2026, 3:30:32 UTC
Sent1 Jun 2026, 3:43:09 UTC
Report deadline8 Jun 2026, 3:43:09 UTC
Received1 Jun 2026, 3:50:04 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.43 GFLOPS
Application versionLL - dc v0.09 (opencl_nvidia_200)
Peak working set size11.22 MB
Peak swap size6.27 MB
Peak disk usage2.65 MB

Stderr output

<core_client_version>8.2.11</core_client_version>
<![CDATA[
<stderr_txt>
2026-06-01 05:43:36 (6556): wrapper: running prpll.exe (-d 0 -v -use NO_ASM)
2026-06-01 05:43:36 (6556): wrapper: created child process 13004
20260601 05:43:37  PRPLL a3e4c7e starting
20260601 05:43:37  config: -d 0 -v -use NO_ASM 
20260601 05:43:37  device 0, OpenCL 466.47, unique id ''
20260601 05:43:38 85839517 No FFTs found in tune.txt that can handle 85839517. Consider tuning with -tune
20260601 05:43:38 85839517 config:  -DNO_ASM=1
20260601 05:43:38 85839517 Using CARRY64
20260601 05:43:38 85839517 OpenCL: 466.47:NVIDIA GeForce GTX 950M, args -cl-finite-math-only -cl-std=CL2.0  -DNO_ASM=1 -DEXP=85839517u -DWIDTH=1024u -DSMALL_HEIGHT=256u -DMIDDLE=4u -DCARRY_LEN=8u -DNW=4u -DNH=4u -DNVIDIAGPU=1 -DCC=500u -DCARRY64=1 -DFFT_VARIANT=101u -DMAXBPW=4750u -DWEIGHT_STEP=0.04864666467950661 -DIWEIGHT_STEP=-0.046389948414487431 -DTAILT=U2(-7.52981578e-05f,0.0122715384f) -DTRIG_SCALE=9 -DTRIG_SIN={6.6579027251980952e-07,3.7209369054580932e-23,-4.9188217704570848e-20,1.0901995091303198e-33,-1.1506191102407305e-47,7.0839240359575376e-62,-2.8545227803597818e-76,8.0307778151820938e-91,} -DTRIG_COS={1,-2.2163834349100114e-13,8.1872592175725296e-27,-1.209740380477418e-40,9.5758876440886212e-55,-4.7164085661095887e-69,1.5838111582820031e-83,-3.830342691138796e-98,} -DTAILTGF31=U2(509684486u,293249438u) -DTAILTGF61=U2(249938719029223731ull,1245372627562045535ull) -DFFT_TYPE=4 -DWordSize=8u -DDISTGF31=524288u -DDISTWTRIGGF31=2560u -DDISTMTRIGGF31=768u -DDISTHTRIGGF31=131776u -DDISTGF61=1048576ull -DDISTWTRIGGF61=3072ull -DDISTMTRIGGF61=1792ull -DDISTHTRIGGF61=263040ull -DFRAC_BPW_HI=4000638975u -DFRAC_BPW_LO=4294967295u
20260601 05:43:38 85839517 FFT: 2M 4:1K:4:256:101 (40.93 bpw)
20260601 05:43:39 85839517 Loaded transposeIn : 1070ms
20260601 05:43:40 85839517 Loaded readResidue -DREADRESIDUE=1: 906ms
20260601 05:43:40 85839517 LL loaded @ 0 : 0000000000000004
20260601 05:43:40 85839517 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:
fftp.cl:509:36: error: 'long long' type is not supported
  P(GF61) out61 = (P(GF61)) (out + DISTGF61);
                                   ^
<built-in>:76:18: note: expanded from here
#define DISTGF61 1048576ull
                 ^
In file included from <kernel>:1:
fftp.cl:510:50: error: 'long long' type is not supported
  TrigGF61 smallTrig61 = (TrigGF61) (smallTrig + DISTWTRIGGF61);
                                                 ^
<built-in>:77:23: note: expanded from here
#define DISTWTRIGGF61 3072ull
                      ^
In file included from <kernel>:1:
fftp.cl:524:42: error: 'long long' type is not supported
  const u32 m31_log2_root_two = (u32) (((1ULL << 30) / NWORDS) % 31);
                                         ^
fftp.cl:527:42: error: 'long long' type is not supported
  const u32 m61_log2_root_two = (u32) (((1ULL << 60) / NWORDS) % 61);
                                         ^
fftp.cl:541: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:543:3: error: subscripted access is not allowed for OpenCL vectors
  m31_weight_shift = m31_weight_shift % 31;
  ^~~~~~~~~~~~~~~~
fftp.cl:535:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift    m31_combo.a[1]
                            ^           ~
fftp.cl:543:22: error: subscripted access is not allowed for OpenCL vectors
  m31_weight_shift = m31_weight_shift % 31;
                     ^~~~~~~~~~~~~~~~
fftp.cl:535:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift    m31_combo.a[1]
                            ^           ~
fftp.cl:545: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:547:3: error: subscripted access is not allowed for OpenCL vectors
  m61_weight_shift = m61_weight_shift % 61;
  ^~~~~~~~~~~~~~~~
fftp.cl:537:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift    m61_combo.a[1]
                            ^           ~
fftp.cl:547:22: error: subscripted access is not allowed for OpenCL vectors
  m61_weight_shift = m61_weight_shift % 61;
                     ^~~~~~~~~~~~~~~~
fftp.cl:537:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift    m61_combo.a[1]
                            ^           ~
fftp.cl:552:74: error: subscripted access is not allowed for OpenCL vectors
    F w1 = i == 0 ? base : optionalHalve(fancyMul(base, fweightStep(i)), frac_bits > base_frac_bits);
                                                                         ^~~~~~~~~
fftp.cl:534:29: note: expanded from macro 'frac_bits'
#define frac_bits           m31_combo.a[0]
                            ^           ~
fftp.cl:553:53: error: subscripted access is not allowed for OpenCL vectors
    F w2 = optionalHalve(fancyMul(w1, WEIGHT_STEP), frac_bits + FRAC_BPW_HI > FRAC_BPW_HI);
                                                    ^~~~~~~~~
fftp.cl:534:29: note: expanded from macro 'frac_bits'
#define frac_bits           m31_combo.a[0]
                            ^           ~
fftp.cl:554:29: error: subscripted access is not allowed for OpenCL vectors
    u32 m31_weight_shift0 = m31_weight_shift;
                            ^~~~~~~~~~~~~~~~
fftp.cl:535:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift    m31_combo.a[1]
                            ^           ~
fftp.cl:556:5: error: subscripted access is not allowed for OpenCL vectors
    m31_weight_shift = adjust_m31_weight_shift(m31_weight_shift);
    ^~~~~~~~~~~~~~~~
fftp.cl:535:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift    m31_combo.a[1]
                            ^           ~
fftp.cl:556:48: error: subscripted access is not allowed for OpenCL vectors
    m31_weight_shift = adjust_m31_weight_shift(m31_weight_shift);
                                               ^~~~~~~~~~~~~~~~
fftp.cl:535:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift    m31_combo.a[1]
                            ^           ~
fftp.cl:557:29: error: subscripted access is not allowed for OpenCL vectors
    u32 m31_weight_shift1 = m31_weight_shift;
                            ^~~~~~~~~~~~~~~~
fftp.cl:535:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift    m31_combo.a[1]
                            ^           ~
fftp.cl:558:29: error: subscripted access is not allowed for OpenCL vectors
    u32 m61_weight_shift0 = m61_weight_shift;
                            ^~~~~~~~~~~~~~~~
fftp.cl:537:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift    m61_combo.a[1]
                            ^           ~
fftp.cl:560:5: error: subscripted access is not allowed for OpenCL vectors
    m61_weight_shift = adjust_m61_weight_shift(m61_weight_shift);
    ^~~~~~~~~~~~~~~~
fftp.cl:537:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift    m61_combo.a[1]
                            ^           ~
fftp.cl:560:48: error: subscripted access is not allowed for OpenCL vectors
    m61_weight_shift = adjust_m61_weight_shift(m61_weight_shift);
                                               ^~~~~~~~~~~~~~~~
fftp.cl:537:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift    m61_combo.a[1]
                            ^           ~
fftp.cl:561:29: error: subscripted access is not allowed for OpenCL vectors
    u32 m61_weight_shift1 = m61_weight_shift;
                            ^~~~~~~~~~~~~~~~
fftp.cl:537:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift    m61_combo.a[1]
                            ^           ~
fftp.cl:569:5: error: subscripted access is not allowed for OpenCL vectors
    m31_weight_shift = adjust_m31_weight_shift(m31_weight_shift);
    ^~~~~~~~~~~~~~~~
fftp.cl:535:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift    m31_combo.a[1]
                            ^           ~
fftp.cl:569:48: error: subscripted access is not allowed for OpenCL vectors
    m31_weight_shift = adjust_m31_weight_shift(m31_weight_shift);
                                               ^~~~~~~~~~~~~~~~
fftp.cl:535:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift    m31_combo.a[1]
                            ^           ~
fftp.cl:571:5: error: subscripted access is not allowed for OpenCL vectors
    m61_weight_shift = adjust_m61_weight_shift(m61_weight_shift);
    ^~~~~~~~~~~~~~~~
fftp.cl:537:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift    m61_combo.a[1]
                            ^           ~
fftp.cl:571:48: error: subscripted access is not allowed for OpenCL vectors
    m61_weight_shift = adjust_m61_weight_shift(m61_weight_shift);
                                               ^~~~~~~~~~~~~~~~
fftp.cl:537:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift    m61_combo.a[1]
                            ^           ~

20260601 05:43:40 85839517 Compiling 'fftp.cl' error BUILD_PROGRAM_FAILURE (-11) (args -cl-finite-math-only -cl-std=CL2.0  -DNO_ASM=1 -DEXP=85839517u -DWIDTH=1024u -DSMALL_HEIGHT=256u -DMIDDLE=4u -DCARRY_LEN=8u -DNW=4u -DNH=4u -DNVIDIAGPU=1 -DCC=500u -DCARRY64=1 -DFFT_VARIANT=101u -DMAXBPW=4750u -DWEIGHT_STEP=0.04864666467950661 -DIWEIGHT_STEP=-0.046389948414487431 -DTAILT=U2(-7.52981578e-05f,0.0122715384f) -DTRIG_SCALE=9 -DTRIG_SIN={6.6579027251980952e-07,3.7209369054580932e-23,-4.9188217704570848e-20,1.0901995091303198e-33,-1.1506191102407305e-47,7.0839240359575376e-62,-2.8545227803597818e-76,8.0307778151820938e-91,} -DTRIG_COS={1,-2.2163834349100114e-13,8.1872592175725296e-27,-1.209740380477418e-40,9.5758876440886212e-55,-4.7164085661095887e-69,1.5838111582820031e-83,-3.830342691138796e-98,} -DTAILTGF31=U2(509684486u,293249438u) -DTAILTGF61=U2(249938719029223731ull,1245372627562045535ull) -DFFT_TYPE=4 -DWordSize=8u -DDISTGF31=524288u -DDISTWTRIGGF31=2560u -DDISTMTRIGGF31=768u -DDISTHTRIGGF31=131776u -DDISTGF61=1048576ull -DDISTWTRIGGF61=3072ull -DDISTMTRIGGF61=1792ull -DDISTHTRIGGF61=263040ull -DFRAC_BPW_HI=4000638975u -DFRAC_BPW_LO=4294967295u  -DFFT_FP64=0 -DFFT_FP32=1 -DNTT_GF31=1 -DNTT_GF61=1 )
20260601 05:43:40 85839517 Can't compile fftp.cl
20260601 05:43:40  Exception "Can't compile fftp.cl"
20260601 05:43:40  Bye
2026-06-01 05:43:41 (6556): prpll.exe exited; CPU time 0.015625
2026-06-01 05:43:41 (6556): called boinc_finish(0)

</stderr_txt>
<message>
upload failure: <file_xfer_error>
  <file_name>LL-dc_85M_4_wu_94_1_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