Giter Club home page Giter Club logo

Comments (3)

sahilseth avatar sahilseth commented on May 27, 2024

This is an interesting point. Torque, SLURM, SGE and MOAB all accept PBS directives. There is major overlap between all these configuration files. I have files named after scheduler, so we may not need a file called pbs.sh

https://www.glue.umd.edu/hpcc/help/slurm-vs-moab.html

The nice aspect of these configuration files is that you can place them in ~/flowr/conf and customize to glory. Additionally, I am open to pull requests with more customized examples of SGExxx directives. I do not have easy access to an SGE cluster, so may not be able to test it readily.

from flowr.

studentism avatar studentism commented on May 27, 2024

SGE accepts similar directives to PBS, but not identical. Here are two semantically identical directives for joining input/output files that differ syntactically:

PBS:
#PBS -j oe

SGE:
#$ -j y

The directive will be ignored silently by the other submission manager, depending on which you use.

I have ready access to an SGE cluster that can be used for testing, but we'd have to jump through a couple hoops to get you direct access

[edit]: I believe SLURM, MOAB, et. al. do actually accept PBS directives

from flowr.

sahilseth avatar sahilseth commented on May 27, 2024

Great!

@studentism Do you have more such examples; potential issues with this file?
https://github.com/sahilseth/flowr/blob/devel/inst/conf/sge.sh

An option is that you could make such changes in a sge.sh file in your home, test them and let us know what works best.

I usually test the simple sleep workflow (http://docs.flowr.space/install.html#test).

from flowr.

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.