<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 12, 2015 at 7:15 PM, Cook, Rich <span dir="ltr"><<a href="mailto:cook47@llnl.gov" target="_blank">cook47@llnl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div>/collab/usr/global/tools/Kitware/Catalyst/bgqos_0/catalyst_backend_crossbuild/CMakeFiles/cmTryCompileExec2363604927-CMAKE_REQUIRE_LARGE_FILE_SUPPORT</div></blockquote></div><br>Is the name of the executable to run.</div><div class="gmail_extra"><br></div><div class="gmail_extra"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">set( CMAKE_REQUIRE_LARGE_FILE_SUPPORT <br>     "PLEASE_FILL_OUT-FAILED_TO_RUN"<br>     CACHE STRING "Result from TRY_RUN" FORCE)</blockquote></div><div class="gmail_extra"><br></div><div class="gmail_extra">Change that to:</div><div class="gmail_extra"><div style="font-size:13px">set( CMAKE_REQUIRE_LARGE_FILE_SUPPORT </div><div style="font-size:13px">     0</div><div style="font-size:13px">     CACHE STRING "Result from TRY_RUN" FORCE)</div><div style="font-size:13px"><br></div><div style="font-size:13px">if the return code of that executable is 0</div><div style="font-size:13px"><br></div><div style="font-size:13px"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">set( CMAKE_REQUIRE_LARGE_FILE_SUPPORT__TRYRUN_OUTPUT <br>     "PLEASE_FILL_OUT-NOTFOUND"<br>     CACHE STRING "Output from TRY_RUN" FORCE)</blockquote><div><br></div><div>Change that to:</div><div>set( CMAKE_REQUIRE_LARGE_FILE_SUPPORT__TRYRUN_OUTPUT </div><div>     "I am the very model of a modern major general"</div><div>     CACHE STRING "Output from TRY_RUN" FORCE) </div><div><br></div><div>If the console output of that executable was "I am the very model of a modern major general"</div><div><br></div></div></div><div class="gmail_extra"><div><div class="gmail_signature">David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div></div>
</div></div>