Coder Social home page Coder Social logo

Comments (3)

nazmussazib avatar nazmussazib commented on September 28, 2024

Which MPI library are you using? For TauDEM we have used Microsoft HPC . I guess you are using different MPI library (may be intel MPI) . As i run your command with different input it works fine for me.

from taudem.

dtarb avatar dtarb commented on September 28, 2024

The Microsoft HPC library should have been installed with the version you downloaded. However there is a possibility that you have a conflicting version from somewhere else that is ahead of the Microsoft MPI on the path. The paths you report suggest that some "hydra" may be the problem. At a command window type path to examine the path. You could also type "where mpiexec" at the command prompt to discover all mpiexec programs on your computer and if the first one is not the path to Microsoft HPC Pack, something like "C:\program files\Microsoft HPC Pack 2012\bin\mpiexec.exe" then that may indicate the issue. In this case try typing
"C:\program files\Microsoft HPC Pack 2012\bin\mpiexec.exe" -n 8 ...
to run the programs.

from taudem.

fbiles avatar fbiles commented on September 28, 2024

That was it - thank you!
Typing "where mpiexec" returned:
E:\ddrive\GIS\projects\WaterTableModel\CSC\fbiles_working_layers>where mpiexec
C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\mpirt\mpiexec.exe
C:\Program Files\Microsoft HPC Pack 2012\Bin\mpiexec.exe

So as you suggested I typed "C:\program files\Microsoft HPC Pack 2012\bin\mpiexec.exe" -n 8 ...
and the program appears to be running normally.

from taudem.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.