Giter Site home page Giter Site logo

Comments (9)

affans avatar affans commented on July 2, 2024 1

The same was happening to me. I still can't get PBS to work with my cluster, but I was able to solve this problem. In qsub.jl file on line 98, it looks for the file generated by PBS for the node information. However, atleast for the cluster I am using, the expression it was trying to match (variable fname) was different than the actual filename.

On line 92 of qsub.jl, is where the function is defined. I had to change mine to
filename(i) = isPBS ? "$home/julia-$(getpid()).o$id-$i" : "$home/julia-$(getpid()).o$id.$i"

from clustermanagers.jl.

snirgaz avatar snirgaz commented on July 2, 2024 1

Any progress on that matter? I tried again on a different PBS cluster. Still the same issue.

from clustermanagers.jl.

juliohm avatar juliohm commented on July 2, 2024

@affans could you please confirm this fixed in master?

Should this issue be closed?

from clustermanagers.jl.

bjarthur avatar bjarthur commented on July 2, 2024

using file systems for interprocess communication is generally a bad idea. try addprocs_qrsh instead.

from clustermanagers.jl.

juliohm avatar juliohm commented on July 2, 2024

Hi @bjarthur , I have just tried addprocs_qrsh as you suggested and got the following error:

Error launching workers

could not spawn `qrsh -q class -V -N julia-41243 -now n cd /home/juliohm '&&' /usr/loca/julia/julia-903644385b/bin/julia --worker UHNgiG1KIXPRm6A4`: no such file or directory (ENOENT)

Do you have an idea of what may be happening?

from clustermanagers.jl.

bjarthur avatar bjarthur commented on July 2, 2024

have you tried cutting and pasting the command in the error message directly into a bash terminal? breaking it down into parts would help isolate the problem:

  1. cd /home/juliohm
  2. /usr/loca/julia/julia-903644385b/bin/julia --worker UHNgiG1KIXPRm6A4, and then,
  3. qrsh -q class -V -N julia-41243 -now n ls

i don't have access to a PBS cluster anymore, so am not able to provide much more help.

from clustermanagers.jl.

juliohm avatar juliohm commented on July 2, 2024

Hi @bjarthur sorry for the delay in the reply. I tried copying the commands in the root node, but the first command hangs indefinitely. Do you have any other suggestion on how to debug this?

from clustermanagers.jl.

juliohm avatar juliohm commented on July 2, 2024

I think the hope in this case is to use MPI.jl, they have a MPIManager defined there now that should work in theory. I will try it as soon as I find some time.

from clustermanagers.jl.

juliohm avatar juliohm commented on July 2, 2024

We are trying to revive the package. Please review the latest stable release (released today) and report any issues. PRs are more than welcome!

from clustermanagers.jl.

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.