-
Notifications
You must be signed in to change notification settings - Fork 35
Error: Cannot locate deriver sexp #232
Comments
Side note: In the new version of opam, You may need to update the |
I rebuild the last Travis after removing the Ocaml/Opam cache and it's working (https://travis-ci.org/LCPQ/quantum_package/builds/377046178)
They use the version Maybe this is the issue. Can you try to check @kgasperich? |
Quantum Package has been reinstalled properly on theta and cooley and can
be found on /soft/applications/quantum_package
By default the network is selected to be "ib0". In previous version, I was
still losing packets in the zmq_communication for unknown reasons...
f77_zmq_send( zmq_socket_push, ntask, 4, ZMQ_SNDMORE)
f77_zmq_send( zmq_socket_push, ntask, 4, ZMQ_SNDMORE)
f77_zmq_send( zmq_socket_push, ntask, 4, ZMQ_SNDMORE)
f77_zmq_send( zmq_socket_push, ntask, 4, ZMQ_SNDMORE)
f77_zmq_send( zmq_socket_push, ntask, 4, ZMQ_SNDMORE)
f77_zmq_send( zmq_socket_push, ntask, 4, ZMQ_SNDMORE)
f77_zmq_send( zmq_socket_push, ntask, 4, ZMQ_SNDMORE)
f77_zmq_send( zmq_socket_push, ntask, 4, ZMQ_SNDMORE)
f77_zmq_send( zmq_socket_push, ntask, 4, ZMQ_SNDMORE)
f77_zmq_send( zmq_socket_push, ntask, 4, ZMQ_SNDMORE)
f77_zmq_send( zmq_socket_push, ntask, 4, ZMQ_SNDMORE)
f77_zmq_send( zmq_socket_push, ntask, 4, ZMQ_SNDMORE)
f77_zmq_send( zmq_socket_push, ntask, 4, ZMQ_SNDMORE)
f77_zmq_send( zmq_socket_push, ntask, 4, ZMQ_SNDMORE)
f77_zmq_send( zmq_socket_push, ntask, 4, ZMQ_SNDMORE)
f77_zmq_send( zmq_socket_push, ntask, 4, ZMQ_SNDMORE)
f77_zmq_send( zmq_socket_push, ntask, 4, ZMQ_SNDMORE)
f77_zmq_send( zmq_socket_push, task_id(1), ntask*4, 0)
push_selection_results: error in receiving ok
This job was run with the following submission script:
#!/bin/bash
#COBALT -q default
#COBALT -A QMCPACK_AESP
#COBALT -n 61
#COBALT -t 180
#COBALT --attrs mcdram=cache:numa=quad
#COBALT -O diamondC_2x1x1-CIPSI-4
echo $COBALT_JOBID
echo $COBALT_JOBSIZE
echo $COBALT_PARTNAME
QPTYPE0="fci_zmq"
QPTYPE1="-slave selection_davidson_slave"
NCORES=64
HT=1
NTHREADS=$((NCORES * HT))
source /soft/applications/quantum_package/quantum_package.rc
Input=diamondC_2x1x1-3.37316115
aprun -n 1 -N 1 -cc none -j $HT -d $NTHREADS qp_run ${QPTYPE0}
${Input}.ezfio > ${Input}_FCI4.out &
sleep 55
for i in {1..6}
do
sleep 5
aprun -n 10 -N 1 -cc depth -j $HT -d $NTHREADS qp_run ${QPTYPE1}
${Input}.ezfio >> ${Input}_Slave-FCI4.out &
done
wait
I will let you know if the behavior has improved with the new zmq
Anouar
…On Wed, May 9, 2018 at 5:57 PM, Thomas Applencourt ***@***.*** > wrote:
I rebuild the last Travis after remove the Ocaml/Opam cache and it's
working (https://travis-ci.org/LCPQ/quantum_package/builds/377046178)
ocam 4.06.0
ppx_sexp_conv v0.10.0
They use the version 0.10 and not 0.11 of ppx_sexp_conv
May this is the issue. Can you try to check @kgasperich
<https://github.com/kgasperich>?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#232 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXl6w28c-yAFyipahvuM6vB9EvKf4WBIks5tw3RNgaJpZM4T3YPy>
.
--
-----------------------
Anouar Benali, PhD
Leadership Computing Facility
Argonne National Laboratory
Building 240 Office - 2127
9700 S Cass Av., Argonne Il, 60439
(630) 252-0058
|
@TApplencourt
|
@kgasperich You need to install the plugins who contain the required executable:
for example |
@TApplencourt tests pass now:
|
Written by Thomas
Potential relevant links:
janestreet-deprecated/ppx_core#1
janestreet/ppx_sexp_conv#1
💇♂️
The text was updated successfully, but these errors were encountered: