Coder Social home page Coder Social logo

Comments (4)

csittz avatar csittz commented on August 19, 2024 1

thank you. i changed the config file and it seems to get pass that error.
will close this.

from circrna.

nictru avatar nictru commented on August 19, 2024

Hey,
the problem here is not the Could not find any nv files on this host!. This only suggests that you are trying to use nvidia configuration but there is no GPU available on the host. The execution won't stop because of this and this process would not utilize GPU even if it would be correctly provided.

The problem here is Process exceeded running time limit (16h). This indicates that the process did not finish within the per-process time limit of the pipeline. Please take a look at #116 for guidance.

from circrna.

csittz avatar csittz commented on August 19, 2024

@nictru Thanks for info. The problem is that i don't have GPU.
I'm not sure why STAR use GPU for second pass while in first pass it used CPU and can run without problem.
Is there anyway to specify not too use GPU in config file?

from circrna.

nictru avatar nictru commented on August 19, 2024

Again, there is no GPU-related problem here. You will also find the same message in the logs of the first STAR pass and all the other pipeline tasks. This does not lead to failure and does not have any effect on the speed or success of the processing.
The only way to fix your problem is to increase the process-specific time limit as described in #116.

If you really want to remove this message

The pipeline would not print these messages if you did not explicitly request a GPU somewhere (thus, you can only disable the behavior by removing this request). A request could look something like this:

apptainer.runOptions = "--nv"

And probably similar for other containerization engines. This could be located in any configuration file.

from circrna.

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.