Giter Club home page Giter Club logo

Comments (4)

ivanovaos avatar ivanovaos commented on August 17, 2024

Hi @laylagerami,

Are there any errors in the log file from the server? This may be related to the memory issues, what is the limit for you on the server? The jobs can be killed by the server when exceeding a time limit set by admins.

What I would try first is to decrease Omnipath to e.g. only the edges with one or two confirmed sources and run again to see if it's able to finish.

from carnival.

laylagerami avatar laylagerami commented on August 17, 2024

Hi @ivanovaos, no log is produced by the server. We do not have per-user memory limits, the limit is basically dictated by the memory available (out of 252G). And we also don't have a time limit!

I will try to reduce the network and see if I can run it. I'll let you know what the outcome is.

from carnival.

enio23 avatar enio23 commented on August 17, 2024

Hi,

Can it be because you need to set additionally solver="cplex"? Maybe CARNIVAL is still running the matrix formulation (which is very memory exhausting) although you have set path to the executable cplex.

Cheers,

from carnival.

laylagerami avatar laylagerami commented on August 17, 2024

@enio23 that worked, thank you so much!

r1 = runCARNIVAL(inputObj=NULL, 
                   weightObj = progenylist$`1`,
                   measObj = measObj, 
                   netObj = netfilefull,
                   solverPath = "../../../ibm/ILOG/CPLEX_Studio1210/cplex/bin/x86-64_linux/cplex",
                   solver = 'cplex',
                   threads = 10,
                   dir_name="../Results/Test")

from carnival.

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.