Run large cases #537
Unanswered
Sameer-hui
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Could be a memory issue.
which might be too large for 16GB but it should be ok for 32GB. HYPRE sometimes has runtime failure during setup, which could be bypassed by running different number of MPI ranks. I'd also recommend to make sure you can run multiple nodes job with NekRS examples first. Hope this helps |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
I have recently started using NekRS and would like to run my own large-scale case (E > 350,000) on NekRS. What are the key considerations and specific modifications needed for such cases? Currently, I am encountering an issue related to HYPRE. My platform is HIP, with 8 nodes and 32 processes. Below are the detailed specifications.
log:
================ ELLIPTIC SETUP VELOCITY ================
bID 1 -> bcType codedFixedValue
bID 2 -> bcType fixedGradient
bID 3 -> bcType zeroValue
key: BLOCK SOLVER, value: TRUE
key: DISCRETIZATION, value: CONTINUOUS
key: ELLIPTIC COEFF FIELD, value: TRUE
key: ELLIPTIC PRECO COEFF FIELD,value: TRUE
key: INITIAL GUESS, value: EXTRAPOLATION
key: MAXIMUM ITERATIONS, value: 500
key: PRECONDITIONER, value: JACOBI
key: REGULARIZATION METHOD, value: NONE
key: SOLVER, value: PCG
key: SOLVER TOLERANCE, value: 9.9999999999999995e-07
key: STRESSFORMULATION, value: FALSE
error:
*** Error in
nekrs': free(): invalid next size (normal): 0x0000000016845980 *** *** Error in
nekrs': free(): invalid next size (normal): 0x000000000f04b8e0 ****** Error in
nekrs': free(): invalid next size (normal): 0x000000000febe940 *** *** Error in
nekrs': free(): invalid next size (normal): 0x000000002f5557d0 ****** Error in `nekrs': malloc(): memory corruption: 0x000000001e03ae70 ***
I apologize if my expression is unclear. I would be happy to offer more details if necessary. Thank you for any guidance you can provide.
Yours sincerely,
sameer
Beta Was this translation helpful? Give feedback.
All reactions