← Back to team overview

dolfin team mailing list archive

Re: [Question #127201]: valgrind

 

Question #127201 on DOLFIN changed:
https://answers.launchpad.net/dolfin/+question/127201

Johannes Ring posted a new comment:
This feature is not yet supported by Dorsal. I was simply suggesting
that it should be added. Anyway, adding ${CONFOPTS} to line 209 in
dorsal.sh should probably make it work for you. That is, replace this
line

  echo cmake ../ -DCMAKE_INSTALL_PREFIX=${INSTALL_PATH} >>dorsal_build

with this

  echo cmake ../ ${CONFOPTS} -DCMAKE_INSTALL_PREFIX=${INSTALL_PATH}
>>dorsal_build

-- 
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.