Giter Site home page Giter Site logo

Comments (8)

utf avatar utf commented on June 12, 2024

Did you ever figure this out? Is it still happening?

from atomate2.

jmmshn avatar jmmshn commented on June 12, 2024

Yeah, this still happening, and @mattmcdermott is running into the same thing.

from atomate2.

utf avatar utf commented on June 12, 2024

Very strange. I think this can only be a bug in custodian but I couldn’t spot where this is happening.

is this a gamma only calculation?

from atomate2.

jmmshn avatar jmmshn commented on June 12, 2024

I was peaking around for something else I think this is causing the problem:

vasp_job_kwargs.update({"gamma_vasp_cmd": split_vasp_gamma_cmd})

from atomate2.

utf avatar utf commented on June 12, 2024

Hmm, that just sets the gamma vasp command in custodian. Not sure why that would cause it to get appended to the standard vasp command?

from atomate2.

jmmshn avatar jmmshn commented on June 12, 2024

that's true and it only EDDRMM error:

The custodian information is below, let me know if you see anything obvious.

        "job": {
            "@module": "custodian.vasp.jobs",
            "@class": "VaspJob",
            "@version": "2022.5.26",
            "vasp_cmd": [
                "srun",
                "-N8",
                "-c1",
                "/g/g20/shen9/compiled/vasp_std_63_quartz"
            ],
            "output_file": "vasp.out",
            "stderr_file": "std_err.txt",
            "suffix": "",
            "final": true,
            "backup": true,
            "auto_npar": false,
            "auto_gamma": true,
            "settings_override": null,
            "gamma_vasp_cmd": [
                "srun",
                "-N8",
                "-c1",
                "/g/g20/shen9/compiled/vasp_gam_63_quartz"
            ],
            "copy_magmom": false,
            "auto_continue": false
        },
        "corrections": [
            {
                "errors": [
                    "eddrmm"
                ],
                "actions": [
                    {
                        "dict": "INCAR",
                        "action": {
                            "_set": {
                                "ALGO": "Normal"
                            }
                        }
                    },
                    {
                        "file": "CHGCAR",
                        "action": {
                            "_file_delete": {
                                "mode": "actual"
                            }
                        }
                    },
                    {
                        "file": "WAVECAR",
                        "action": {
                            "_file_delete": {
                                "mode": "actual"
                            }
                        }
                    }
                ],
                "handler": {
                    "@module": "custodian.vasp.handlers",
                    "@class": "VaspErrorHandler",
                    "@version": "2022.5.26",
                    "output_filename": "vasp.out",
                    "natoms_large_cell": null,
                    "errors_subset_to_catch": [
                        "tet",
                        "inv_rot_mat",
                        "brmix",
                        "subspacematrix",
                        "tetirr",
                        "incorrect_shift",
                        "real_optlay",
                        "rspher",
                        "dentet",
                        "too_few_bands",
                        "triple_product",
                        "rot_matrix",
                        "brions",
                        "pricel",
                        "zpotrf",
                        "amin",
                        "zbrent",
                        "pssyevx",
                        "eddrmm",
                        "edddav",
                        "algo_tet",
                        "grad_not_orth",
                        "nicht_konv",
                        "zheev",
                        "elf_kpar",
                        "elf_ncl",
                        "rhosyg",
                        "posmap",
                        "point_group",
                        "symprec_noise",
                        "dfpt_ncore",
                        "bravais",
                        "nbands_not_sufficient",
                        "hnform",
                        "coef"
                    ],
                    "vtst_fixes": false
                }
            }
        ],
        "handler": null,
        "validator": null,
        "max_errors": false,
        "max_errors_per_job": false,
        "max_errors_per_handler": false,
        "nonzero_return_code": false
    }

from atomate2.

utf avatar utf commented on June 12, 2024

Did you ever fix this @jmmshn?

from atomate2.

jmmshn avatar jmmshn commented on June 12, 2024

So, this must be a custodian error. I have not noticed this in any of my runs over the past few weeks since I have been back from break. So I think this is tentatively closed?

from atomate2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.