Giter Club home page Giter Club logo

Comments (20)

phantez avatar phantez commented on May 15, 2024

The project is not very active, if you update the code to make it work with those latest versions we would happily review the code.

from pyslurm.

olahaye74 avatar olahaye74 commented on May 15, 2024

Hi Stéphane,

I'm sorry, but I have no skills at all in python coding and I'm also weak in slurm config.
Aside that I'm already overloaded by my other opensource projects (OSCAR Cluster development, SystemImager maintenance and jobmonarch packaging).

I just triggered the issue as OSCAR Cluster has support for slurm and updating slurm in the build system lead to pyslurm build being broken (used by jobmonarch).

If someday, pyslurm is fixed, I'd be glad to know so I can update OSCAR Cluster packaging system with fixed pyslurm.

Best regards,

Olivier.

Olivier LAHAYE
CEA DRT/LIST/DIR


De : Stéphan Gorget [[email protected]]
Envoyé : mardi 14 octobre 2014 20:34
À : gingergeeks/pyslurm
Cc : LAHAYE Olivier
Objet : Re: [pyslurm] Doesn't build with slurm-14.03.8 and Cython-0.20 (#38)

The project is not very active, if you update the code to make it work with those latest version we would happily review the code.


Reply to this email directly or view it on GitHubhttps://github.com//issues/38#issuecomment-59093974.

from pyslurm.

jeztucker avatar jeztucker commented on May 15, 2024

I've just started to do this.
Using Slurm 14.11.0-1 and Cython 0.21.1-1 (handrolled).

I am happy to spend time on this if someone will help the effort along.

Folks?

from pyslurm.

phantez avatar phantez commented on May 15, 2024

If you have any diffs that you want us to test and pull don't hesitate ! I will be happy to do so.
Thanks for taking the time to look at the code @jeztucker

from pyslurm.

jeztucker avatar jeztucker commented on May 15, 2024

Hi

Would you prefer I did a substantial amount, or a pull request per thing
fixed?

I'm thinking the latter is easier?

Jez

On Wednesday, 19 November 2014, Stéphan Gorget [email protected]
wrote:

If you have any diffs that you want us to test and pull don't hesitate ! I
will be happy to do so.
Thanks for taking time to look at the code @jeztucker
https://github.com/jeztucker


Reply to this email directly or view it on GitHub
#38 (comment).

This email is confidential in that it is intended for the exclusive
attention of the addressee(s) indicated. If you are not the intended
recipient, this email should not be read or disclosed to any other person.
Please notify the sender immediately and delete this email from your
computer system. Any opinions expressed are not necessarily those of the
company from which this email was sent and, whilst to the best of our
knowledge no viruses or defects exist, no responsibility can be accepted
for any loss or damage arising from its receipt or subsequent use of this
email.

from pyslurm.

phantez avatar phantez commented on May 15, 2024

Make it the easier for you :-)

from pyslurm.

olahaye74 avatar olahaye74 commented on May 15, 2024

Hi,

I'll test the build on centos, ubuntu and fedora distros.
On CentOS-7, Cython version is 0.19 and on Fedora-20, Cython version is 0.20. Whill this be an issue?
Ubuntu-12.04 LTS is using Cython-0.15.1
CenstOS-6 is using Cython 0.14.1 any chance to work on those distros?

Olivier.

from pyslurm.

supermanue avatar supermanue commented on May 15, 2024

Hi all,

I just landed here. I am quite interested in having this running with the latest Slurm, and I am willing to contribute with time and effort. Do you need my help on anything? @jeztucker @phantez

from pyslurm.

mrobbert avatar mrobbert commented on May 15, 2024

I am also interested in seeing the project become compatible with recent versions of Slurm. I'm willing to put some work into this, but don't want to duplicate what anybody else is doing.

from pyslurm.

supermanue avatar supermanue commented on May 15, 2024

I have managed to get some spare time for this. I have forked the project (https://github.com/ciemat-tic/pyslurm) , and will devote the rest of the week to understand it (I'm a newbie with cython) , see what's missing, and start working on this.

If anyone is interested on helping, the project wiki and issues will contain what is required to do and who is working on it. And of course, i will pul the source back here after it is working and teste with the latest slurm and cython.

from pyslurm.

phantez avatar phantez commented on May 15, 2024

This project has been on hold for a long time, I don't think anybody is actively working on it. So @supermanue you should be safe to go and hack around it.
If anyone is don't hesitate to correct me.

from pyslurm.

supermanue avatar supermanue commented on May 15, 2024

Ok!

I am in fact already deep into the code, expect a first pull request by
tomorrow.

I am deeply interested in bringing the project back to life. it would be of
great help to have the possibility of asking some of the original
developers about their code, decisions and where to continue. Should I open
a thread on this project with my doubts, or have you got any better idea?

2014-11-26 16:44 GMT+01:00 Stéphan Gorget [email protected]:

This project has been on hold for a long time, I don't think anybody is
actively working on it. So @supermanue https://github.com/supermanue
you should be safe to go and hack around it.
If anyone is don't hesitate to correct me.


Reply to this email directly or view it on GitHub
#38 (comment).

Dr. Manuel Rodríguez-Pascual
skype: manuel.rodriguez.pascual
phone: (+34) 913466173 // (+34) 679925108

CIEMAT-Moncloa
Edificio 22, desp. 1.25
Avenida Complutense, 40
28040- MADRID
SPAIN

from pyslurm.

phantez avatar phantez commented on May 15, 2024

If you want to trim down the code and expose a more crude interface I am all for it, it will make the code simpler to maintain and easier to understand. If someone needs more Object Oriented API I am sure we can make it a decorator lib later on.
We can just create a new issue or use the pull request to discuss design decisions.

from pyslurm.

gingergeeks avatar gingergeeks commented on May 15, 2024

I've created a 14.11 branch which for me at least builds and runs with Cython-0.21.1/Python-2.7.4/Slurm-14.11.0 and Slurm-14.11.1. I have not given it at a heavy test and I will also need to see if the Blue Gene clusters I have access to have been upgraded to Slurm-14.11.x so I can test that area again.

I'm all for a more object orientated approach and I was slowly moving it towards that direction originally with Stephan. I hope that I can attend ISC 2015 so if anyone wants to meet up that would be nice and @jeztucker I'm a member of the GPFS UK User group.

from pyslurm.

supermanue avatar supermanue commented on May 15, 2024

Ok perfect!

I totally agree with your Object orientation.If it is OK with you, maybe we
can finish this "straightforward" implmentation of the API, test it (I will
look for some automated testings in the following days) and after than
start building an upper abstraction layer.

2014-11-30 18:21 GMT+01:00 Gingergeek [email protected]:

I've created a 14.11 branch which for me at least builds and runs with
Cython-0.21.1/Python-2.7.4/Slurm-14.11.0 and Slurm-14.11.1. I have not
given it at a heavy test and I will also need to see if the Blue Gene
clusters I have access to have been upgraded to Slurm-14.11.x so I can test
that area again.

I'm all for a more object orientated approach and I was slowly moving it
towards that direction originally with Stephan. I hope that I can attend
ISC this year so if anyone wants to meet up that would be nice and
@jeztucker https://github.com/jeztucker I'm a member of the GPFS UK
User group.


Reply to this email directly or view it on GitHub
#38 (comment).

Dr. Manuel Rodríguez-Pascual
skype: manuel.rodriguez.pascual
phone: (+34) 913466173 // (+34) 679925108

CIEMAT-Moncloa
Edificio 22, desp. 1.25
Avenida Complutense, 40
28040- MADRID
SPAIN

from pyslurm.

gingergeeks avatar gingergeeks commented on May 15, 2024

Although I have not finished modifying the areas I know require some attention I'm happy to take a short break whilst you make your changes. Originally pyslurm was a lunch break hack (the core was done in 1-2hrs) using a very thin C layer to retrieve data. Some of the current design is a hangup from that "rush" job needed for an urgent project so I'll be interested in your ideas for abstraction as I was looking to move that way.

from pyslurm.

jeztucker avatar jeztucker commented on May 15, 2024

Hey

Sounds like a good opportunity to drop a mail to the GPFS UG and ask if
anyone wants to help out with code or testing.

I should be at MEW on the 2nd.

Should you require test GPFS clusters in order to run 14.11, I can
quite likely spin up a few on demand.

Jez

On Sunday, 30 November 2014, Manuel Rodríguez-Pascual <
[email protected]> wrote:

Ok perfect!

I totally agree with your Object orientation.If it is OK with you, maybe
we
can finish this "straightforward" implmentation of the API, test it (I
will
look for some automated testings in the following days) and after than
start building an upper abstraction layer.

2014-11-30 18:21 GMT+01:00 Gingergeek <[email protected]
javascript:_e(%7B%7D,'cvml','[email protected]');>:

I've created a 14.11 branch which for me at least builds and runs with
Cython-0.21.1/Python-2.7.4/Slurm-14.11.0 and Slurm-14.11.1. I have not
given it at a heavy test and I will also need to see if the Blue Gene
clusters I have access to have been upgraded to Slurm-14.11.x so I can
test
that area again.

I'm all for a more object orientated approach and I was slowly moving it
towards that direction originally with Stephan. I hope that I can attend
ISC this year so if anyone wants to meet up that would be nice and
@jeztucker https://github.com/jeztucker I'm a member of the GPFS UK
User group.


Reply to this email directly or view it on GitHub
#38 (comment).

Dr. Manuel Rodríguez-Pascual
skype: manuel.rodriguez.pascual
phone: (+34) 913466173 // (+34) 679925108

CIEMAT-Moncloa
Edificio 22, desp. 1.25
Avenida Complutense, 40
28040- MADRID
SPAIN


Reply to this email directly or view it on GitHub
#38 (comment).

This email is confidential in that it is intended for the exclusive
attention of the addressee(s) indicated. If you are not the intended
recipient, this email should not be read or disclosed to any other person.
Please notify the sender immediately and delete this email from your
computer system. Any opinions expressed are not necessarily those of the
company from which this email was sent and, whilst to the best of our
knowledge no viruses or defects exist, no responsibility can be accepted
for any loss or damage arising from its receipt or subsequent use of this
email.

from pyslurm.

gingergeeks avatar gingergeeks commented on May 15, 2024

@jeztucker I'm not able to attend MEW but I'm happy to pop into London during December before the holidays for a meetup given there was no GPFS UG beer meetup in London during SC.

from pyslurm.

supermanue avatar supermanue commented on May 15, 2024

Hi all,

OK,everything is fine from my side.We'll keep in touch :)

best regards,

Manuel

2014-11-30 21:26 GMT+01:00 Gingergeek [email protected]:

@jeztucker https://github.com/jeztucker I'm not able to attend MEW but
I'm happy to pop into London during December before the holidays for a
meetup given there was no GPFS UG beer meetup in London during SC.


Reply to this email directly or view it on GitHub
#38 (comment).

Dr. Manuel Rodríguez-Pascual
skype: manuel.rodriguez.pascual
phone: (+34) 913466173 // (+34) 679925108

CIEMAT-Moncloa
Edificio 22, desp. 1.25
Avenida Complutense, 40
28040- MADRID
SPAIN

from pyslurm.

gingergeeks avatar gingergeeks commented on May 15, 2024

A dead thread

from pyslurm.

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.