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

MUMPS requires more memory #5

Closed
paulflang opened this issue Jun 3, 2020 · 3 comments
Closed

MUMPS requires more memory #5

paulflang opened this issue Jun 3, 2020 · 3 comments
Assignees

Comments

@paulflang
Copy link
Owner

I just pushed c7cf5f3 to the multi_exp branch. I think the new code should correctly translate the PEtab problem specified in Disfit/tests/fixtures/G2M_copasi to a Julia JuMP problem (see DisFit/julia_code.jl). Unfortunately, when running the optimization I seem to run out of memory. @sshin23 : do you have any suggestions of how to solve this?

******************************************************************************
This program contains Ipopt, a library for large-scale nonlinear optimization.
 Ipopt is released as open source code under the Eclipse Public License (EPL).
         For more information visit http://projects.coin-or.org/Ipopt
******************************************************************************

This is Ipopt version 3.12.10, running with linear solver mumps.
NOTE: Other linear solvers might be more efficient (see Ipopt documentation).

Number of nonzeros in equality constraint Jacobian...:   288116
Number of nonzeros in inequality constraint Jacobian.:       16
Number of nonzeros in Lagrangian Hessian.............:   415260

MUMPS returned INFO(1) = -9 and requires more memory, reallocating.  Attempt 1
  Increasing icntl[13] from 1000 to 2000.
MUMPS returned INFO(1) = -9 and requires more memory, reallocating.  Attempt 2
  Increasing icntl[13] from 2000 to 4000.
@paulflang paulflang assigned paulflang and sshin23 and unassigned paulflang Jun 3, 2020
sshin23 pushed a commit that referenced this issue Jun 9, 2020
@sshin23
Copy link
Collaborator

sshin23 commented Jun 9, 2020

Made necessary changes in jump_script.jl in a1869ba. Could you make the corresponding changes in core.py?

Also, it would be helpful to include a bash or python script for this example.

@paulflang
Copy link
Owner Author

Thanks a lot. I'll make the changes to core.py.

Also, it would be helpful to include a bash or python script for this example.

Do you mean a script to run the translation of PEtab to JuMP?

@sshin23
Copy link
Collaborator

sshin23 commented Jun 10, 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