Coder Social home page Coder Social logo

ERROR TauDEM 000732 about taudem HOT 3 OPEN

tabtab26 avatar tabtab26 commented on July 19, 2024
ERROR TauDEM 000732

from taudem.

Comments (3)

dtarb avatar dtarb commented on July 19, 2024

@tabtab26. The error message indicates that the output file was not written so is missing when there is an attempt to calculate statistics on it. To try to see what is actually going wrong open a command prompt (start cmd) and try the function from the command line

mpiexec -n 1 pitremove inputfilename.tif

This should give more detailed errors that should help.

Some possible problems

  • TauDEM installation or path. Did all the components get installed right. GDAL or MPI sometimes cause problems.
  • A limitation of the where the file is. Sometimes MPI has problems with thumb (small USB) or network drives if the files are there.
  • Something wrong with the input file (too big, not a grid TauDEM can read)

I would guess an installation/path issue in your case, since this is the first time you are trying it. See also Command line documentation at https://hydrology.usu.edu/taudem/taudem5/documentation.html where there is more information on running from the command line and debugging.

from taudem.

tabtab26 avatar tabtab26 commented on July 19, 2024

Hello dtarb,
thank you for the answer!
I`m not really good with all that stuff, so i tried a different way by running the R code.
The same error accured, it looks like there is a problem with MPI. Do you know how I can fix that? Thank you for the help!

system("mpiexec -n 8 pitremove -z logan.tif -fel loganfel.tif")

Aborting: mpi appplication on LAPTOP-27QV4NGJ is unable to connect to the smpd manager on (null):65292 error 1722

Aborting: mpi appplication on LAPTOP-27QV4NGJ is unable to connect to the smpd manager on (null):65290 error 1722

job aborted:
[ranks] message

[4] fatal error
Fatal error in MPI_Init: Other MPI error, error stack:
MPI_Init(argc_p=0x0000000000000000, argv_p=0x0000000000000000) failed
Der RPC-Server ist nicht verfügbar. (errno 1722)

job aborted:
[ranks] message

[6] fatal error
Fatal error in MPI_Init: Other MPI error, error stack:
MPI_Init(argc_p=0x0000000000000000, argv_p=0x0000000000000000) failed
Der RPC-Server ist nicht verfügbar. (errno 1722)

Aborting: mpi appplication on LAPTOP-27QV4NGJ is unable to connect to the smpd manager on (null):65293 error 1722

Aborting: mpi appplication on LAPTOP-27QV4NGJ is unable to connect to the smpd manager on (null):65289 error 1722

job aborted:
[ranks] message

[3] fatal error
Fatal error in MPI_Init: Other MPI error, error stack:
MPI_Init(argc_p=0x0000000000000000, argv_p=0x0000000000000000) failed
Der RPC-Server ist nicht verfügbar. (errno 1722)

job aborted:
[ranks] message

[7] fatal error
Fatal error in MPI_Init: Other MPI error, error stack:
MPI_Init(argc_p=0x0000000000000000, argv_p=0x0000000000000000) failed
Der RPC-Server ist nicht verfügbar. (errno 1722)

Aborting: mpi appplication on LAPTOP-27QV4NGJ is unable to connect to the smpd manager on (null):65294 error 1722

job aborted:
[ranks] message

[2] fatal error
Fatal error in MPI_Init: Other MPI error, error stack:
MPI_Init(argc_p=0x0000000000000000, argv_p=0x0000000000000000) failed
Der RPC-Server ist nicht verfügbar. (errno 1722)

Aborting: mpi appplication on LAPTOP-27QV4NGJ is unable to connect to the smpd manager on (null):65295 error 1722

job aborted:
[ranks] message

[1] fatal error
Fatal error in MPI_Init: Other MPI error, error stack:
MPI_Init(argc_p=0x0000000000000000, argv_p=0x0000000000000000) failed
Der RPC-Server ist nicht verfügbar. (errno 1722)

Aborting: mpi appplication on LAPTOP-27QV4NGJ is unable to connect to the smpd manager on (null):65291 error 1722

job aborted:
[ranks] message

[5] fatal error
Fatal error in MPI_Init: Other MPI error, error stack:
MPI_Init(argc_p=0x0000000000000000, argv_p=0x0000000000000000) failed
Der RPC-Server ist nicht verfügbar. (errno 1722)

Aborting: mpi appplication on LAPTOP-27QV4NGJ is unable to connect to the smpd manager on (null):65296 error 1722

job aborted:
[ranks] message

[0] fatal error
Fatal error in MPI_Init: Other MPI error, error stack:
MPI_Init(argc_p=0x0000000000000000, argv_p=0x0000000000000000) failed
Der RPC-Server ist nicht verfügbar. (errno 1722)
[1] 0

fel=raster("loganfel.tif")
Fehler in .rasterObjectFromFile(x, band = band, objecttype = "RasterLayer", :
Cannot create a RasterLayer object from this file. (file does not exist)
Zusätzlich: Warnmeldung:
C:/Users/Giub/Desktop/Logan/loganfel.tif: No such file or directory (GDAL error 4)
plot(fel)
Fehler in h(simpleError(msg, call)) :
Fehler bei der Auswertung des Argumentes 'x' bei der Methodenauswahl für Funktion 'plot': Objekt 'fel' nicht gefunden

from taudem.

dtarb avatar dtarb commented on July 19, 2024

There may be multiple versions of mpi on your computer - perhaps from another program. I think you will have to try debug from a command prompt. At the command prompt if you type "where mpiexec" you will see which version of MPI is found. On my PC it is C:\Program Files\Microsoft MPI\Bin\mpiexec.exe. If yours is different it could indicate a problem that could be adjusted be editing your path or specifying the full path in executing mpiexec.

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.