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

When working member is "2433, M", we have 2398777128 available, but when it's "2434, M" we only have 545820 #3

Open
ndattani opened this issue Jan 12, 2019 · 4 comments

Comments

@ndattani
Copy link
Member

memory 2433, M

gives:

 insufficient memory available - require             2433231308  have
                                                     2398777128

But,

memory 2434, M

gives:

 insufficient memory available - require             2433231308  have
                                                     545820
@ndattani
Copy link
Member Author

Try with memory declared at the top.

@ndattani
Copy link
Member Author

Tried with memory declared on first line (for Sodium) but the same problem occurred.

@ndattani
Copy link
Member Author

Is it that we need TWO arrays of this size, and therefore the first array got successfully allocated with 2434, but now another array of the same size needs to have memory allocated?

@ndattani
Copy link
Member Author

In this case: /nike/C2/fc/2z/molpro, tripling the working memory caused the required memory to go up by a factor of 10!

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

No branches or pull requests

1 participant