Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to run doubleGeneDeeletion script on PALM.jl #74

Open
ali-kishk opened this issue Mar 23, 2020 · 1 comment
Open

Trying to run doubleGeneDeeletion script on PALM.jl #74

ali-kishk opened this issue Mar 23, 2020 · 1 comment

Comments

@ali-kishk
Copy link

I have only both the model.mat and KO script 'Macrophage_KO.m' in the test directory.

PALM(modelDir, "$(joinpath(dirname(pathof(COBRA)), "../test/Macrophage_KO.m"))",
nMatlab=nWorkers, outputFile="modelCharacteristics.mat",
varsCharact=varsCharact, cobraToolboxDir=installDir)

but I am getting this error:

Every worker will run 17 model(s).
Load sharing is ideal.

-- Load distribution --

  • Number of models: 17

  • Number of workers: 1

  • True load (models/worker): 17.0

  • Realistic load (quotient): 17

  • Remaining load (remainder): 0

┌ Info: Directory with 17 models read successfully.
└ @ COBRA
~/COBRA.jl/src/PALM.jl:247

The poolsize is equal to 1. PALM.jl is meant to be used in parallel, not serial or sequential.

Stacktrace:
[1] error(::String) at ./error.jl:33
[2] PALM(::String, ::String; nMatlab::Int64, outputFile::String, varsCharact::Array{String,1}, cobraToolboxDir::String, printLevel::Int64, useCOBRA::Bool) at ~/COBRA.jl/src/PALM.jl:257
[3] top-level scope at In[122]:1

@rmtfleming
Copy link
Member

rmtfleming commented Mar 23, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants