<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi Chris,<br>
    <blockquote
      cite="mid:20100804103852.9xjwpg72l0cw088o@webmail.utoronto.ca"
      type="cite">
      <br>
      ## what I did:
      <br>
      <br>
      module purge
      <br>
      module load gcc/gcc-4.4.0
      <br>
      module load cmake/2.8.0&nbsp; #need version &gt;=2.6.4
      <br>
      module load cuda/cuda-3.1
      <br>
      mkdir gpuexec
      <br>
      export
OPENMM_ROOT_DIR=/project/pomes/cneale/GPC/exe/OpenMM2.0-Source/exec/openmm<br>
      cmake /project/pomes/cneale/GPC/exe/intel/gromacs-4.5-beta2/<b>src</b>
      -DGMX_OPENMM=ON </blockquote>
    Here is the problem - you are passing to CMake the wrong path, it
    should be just
    /project/pomes/cneale/GPC/exe/intel/gromacs-4.5-beta2/ (rather than
    ...-beta2/<b>src</b>)<br>
    <blockquote
      cite="mid:20100804103852.9xjwpg72l0cw088o@webmail.utoronto.ca"
      type="cite">-DGMX_THREADS=OFF
      -DCMAKE_INSTALL_PREFIX=$(pwd)/gpuexec
      -DLIB_INSTALL_DIR=$(pwd)/gpuexec
      <br>
      <br>
      ## output
      <br>
      <br>
      CMake Error at kernel/gmx_gpu_utils/CMakeLists.txt:18
      (CUDA_INCLUDE_DIRECTORIES):
      <br>
      &nbsp; Unknown CMake command "CUDA_INCLUDE_DIRECTORIES".
      <br>
      <br>
    </blockquote>
    <br>
  </body>
</html>