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

[Feature Request]: Add a VASP handler for ACC_CUFFT_MAKEPLAN: could not create plan #343

Open
Andrew-S-Rosen opened this issue Jul 15, 2024 · 2 comments

Comments

@Andrew-S-Rosen
Copy link
Member

Andrew-S-Rosen commented Jul 15, 2024

Problem

@prathami11 has reported a new VASP error:

 -----------------------------------------------------------------------------
|                                                                             |
|     EEEEEEE  RRRRRR   RRRRRR   OOOOOOO  RRRRRR      ###     ###     ###     |
|     E        R     R  R     R  O     O  R     R     ###     ###     ###     |
|     E        R     R  R     R  O     O  R     R     ###     ###     ###     |
|     EEEEE    RRRRRR   RRRRRR   O     O  RRRRRR       #       #       #      |
|     E        R   R    R   R    O     O  R   R                               |
|     E        R    R   R    R   O     O  R    R      ###     ###     ###     |
|     EEEEEEE  R     R  R     R  OOOOOOO  R     R     ###     ###     ###     |
|                                                                             |
|     ACC_CUFFT_MAKEPLAN: could not create plan                               |
|                                                                             |
|       ---->  I REFUSE TO CONTINUE WITH THIS SICK JOB ... BYE!!! <----       |
|                                                                             |
 -----------------------------------------------------------------------------

This was on a huge structure (760+ angstroms lattice dimension). It is probably a memory issue and likely was done via some structure generation error.

Proposed Solution

Log the error and print a helpful message to the user that their structure is huge and that they should either check their structure or ramp up the memory. Don't perform any specific action.

A similar report is here: https://www.vasp.at/forum/viewtopic.php?t=17124.

Alternatives

No response

@Andrew-S-Rosen
Copy link
Member Author

@prathami11, when you get a moment, can you please upload an INCAR, KPOINTS, and POSAR file here for the job corresponding to this message (note: do not share the POTCAR since it is proprietary) for reproducibility purposes?

@prathami11
Copy link

Thanks @Andrew-S-Rosen Here are the original input files for the job.
INCAR.txt
KPOINTS.txt
POSCAR.txt

@Andrew-S-Rosen Andrew-S-Rosen changed the title [Feature Request]: Add a VASP handler for ACC_CUFFT_MAKEPLAN [Feature Request]: Add a VASP handler for ACC_CUFFT_MAKEPLAN: could not create plan Jul 15, 2024
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