GithubHelp home page GithubHelp logo

Possibly cover qbatch about hpc-novice HOT 5 CLOSED

gdevenyi avatar gdevenyi commented on June 14, 2024
Possibly cover qbatch

from hpc-novice.

Comments (5)

psteinb avatar psteinb commented on June 14, 2024

I am trying to revive this repo, so let me reply to this. I would vote NOT to use higher level abstractions like qbatch, snakemake and others in this lesson. While they offer a great productivity boost for those they can use them, I think they might be too overwhelming for the target audience of this lesson.

from hpc-novice.

gdevenyi avatar gdevenyi commented on June 14, 2024

Well, snakemake and qbatch are pretty different.

qbatch is designed explicitly as an abstraction layer to take a list of command-line calls and push them onto a cluster without knowing much about the cluster. You can write a for loop, make it echo, and pipe it to qbatch and off to the cluster it goes. snakemake looks more like a make system with cluster integration and targets and other things.

from hpc-novice.

psteinb avatar psteinb commented on June 14, 2024

from hpc-novice.

ChristinaLK avatar ChristinaLK commented on June 14, 2024

I'll echo @psteinb here: it may seem straightforward to hand people a tool that seamlessly parallelizes their work, but I think the value of a workshop like this is to actually introduce people to some of the basics under the hood: how a cluster is structured, the paradigm of job submission, what parallel submission means, how to interact with a scheduler, etc.

I think there's a fine line between "removing unnecessary complexity" and "introducing a different version of abstraction." :P

It's a cool tool though! Here at UW Madison we actually have a dedicated system for independently parallel jobs (the situation where you might use qbatch) and it's amenable to many workflows.

from hpc-novice.

gdevenyi avatar gdevenyi commented on June 14, 2024

Okay.

from hpc-novice.

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.