Giter VIP home page Giter VIP logo

Comments (3)

vsoch avatar vsoch commented on June 14, 2024

You should try to not complicated the batch runs with trying to use display - this is asking for trouble. I would save data / results needed to generate the plots instead, and then generate them in a (non batch) interactive job.

from lessons.

ygmayor avatar ygmayor commented on June 14, 2024

Hi vsoch,
Thank you for your answer. I am afraid that is exactly what I will have to do. I was just hoping there was a simple solution to that problem to make my life easier :-).

from lessons.

vsoch avatar vsoch commented on June 14, 2024

hey @ygmayor I've been there! The only way I would get display working to display graphics on a node like that is to use xvirtual frame buffer (xvfb). But honestly, what that does is make your pipeline much more error prone. So it's good to abide by the idea of keeping things as simple as possible. The node is optimized to run the analysis, but not for graphics, so you run the analysis there. The graphics are better created in an interactive session, and so you should do it there. If you are a Stanford affiliate you can try to use ondemand and jupyter notebooks that could be an easy way to connect to your data on the cluster too.

from lessons.

Related Issues (7)

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.