How to suppress warnings in gromacs?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;







up vote
0
down vote

favorite












I'm working with gromacs and I encountered a fatal error as follows:



Fatal error:
Too many warnings (1).

If you are sure all warnings are harmless, use the -maxwarn option.


but when I try to add this option, it looks to be an invalid option.



How can I use this option?







share|improve this question

















  • 1




    Can you please show the exact command you are running and the exact output you are getting suggesting the option is invalid?
    – Zanna
    2 days ago

















up vote
0
down vote

favorite












I'm working with gromacs and I encountered a fatal error as follows:



Fatal error:
Too many warnings (1).

If you are sure all warnings are harmless, use the -maxwarn option.


but when I try to add this option, it looks to be an invalid option.



How can I use this option?







share|improve this question

















  • 1




    Can you please show the exact command you are running and the exact output you are getting suggesting the option is invalid?
    – Zanna
    2 days ago













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I'm working with gromacs and I encountered a fatal error as follows:



Fatal error:
Too many warnings (1).

If you are sure all warnings are harmless, use the -maxwarn option.


but when I try to add this option, it looks to be an invalid option.



How can I use this option?







share|improve this question













I'm working with gromacs and I encountered a fatal error as follows:



Fatal error:
Too many warnings (1).

If you are sure all warnings are harmless, use the -maxwarn option.


but when I try to add this option, it looks to be an invalid option.



How can I use this option?









share|improve this question












share|improve this question




share|improve this question








edited 2 days ago









Zanna

47.5k13115226




47.5k13115226









asked 2 days ago









Amey Sharma

1




1







  • 1




    Can you please show the exact command you are running and the exact output you are getting suggesting the option is invalid?
    – Zanna
    2 days ago













  • 1




    Can you please show the exact command you are running and the exact output you are getting suggesting the option is invalid?
    – Zanna
    2 days ago








1




1




Can you please show the exact command you are running and the exact output you are getting suggesting the option is invalid?
– Zanna
2 days ago





Can you please show the exact command you are running and the exact output you are getting suggesting the option is invalid?
– Zanna
2 days ago











1 Answer
1






active

oldest

votes

















up vote
1
down vote













Just read the fine manual carefully. It says:




The -maxwarn option can be used to override warnings
printed by gmx grompp that otherwise halt output.
In some cases, warnings are harmless, but usually they are not.
The user is advised to carefully interpret the output messages
before attempting to bypass them with this option.




and




-maxwarn <int> (0)

Number of allowed warnings during input processing.
Not for normal use and may generate unstable systems.




(Emphasis mine)



-maxwarn <int> (0) means the -maxwarn switch needs the number of warnings to ignore and 0 is the default. So supply a number other than 0.






share|improve this answer























    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );








     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1062109%2fhow-to-suppress-warnings-in-gromacs%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    Just read the fine manual carefully. It says:




    The -maxwarn option can be used to override warnings
    printed by gmx grompp that otherwise halt output.
    In some cases, warnings are harmless, but usually they are not.
    The user is advised to carefully interpret the output messages
    before attempting to bypass them with this option.




    and




    -maxwarn <int> (0)

    Number of allowed warnings during input processing.
    Not for normal use and may generate unstable systems.




    (Emphasis mine)



    -maxwarn <int> (0) means the -maxwarn switch needs the number of warnings to ignore and 0 is the default. So supply a number other than 0.






    share|improve this answer



























      up vote
      1
      down vote













      Just read the fine manual carefully. It says:




      The -maxwarn option can be used to override warnings
      printed by gmx grompp that otherwise halt output.
      In some cases, warnings are harmless, but usually they are not.
      The user is advised to carefully interpret the output messages
      before attempting to bypass them with this option.




      and




      -maxwarn <int> (0)

      Number of allowed warnings during input processing.
      Not for normal use and may generate unstable systems.




      (Emphasis mine)



      -maxwarn <int> (0) means the -maxwarn switch needs the number of warnings to ignore and 0 is the default. So supply a number other than 0.






      share|improve this answer

























        up vote
        1
        down vote










        up vote
        1
        down vote









        Just read the fine manual carefully. It says:




        The -maxwarn option can be used to override warnings
        printed by gmx grompp that otherwise halt output.
        In some cases, warnings are harmless, but usually they are not.
        The user is advised to carefully interpret the output messages
        before attempting to bypass them with this option.




        and




        -maxwarn <int> (0)

        Number of allowed warnings during input processing.
        Not for normal use and may generate unstable systems.




        (Emphasis mine)



        -maxwarn <int> (0) means the -maxwarn switch needs the number of warnings to ignore and 0 is the default. So supply a number other than 0.






        share|improve this answer















        Just read the fine manual carefully. It says:




        The -maxwarn option can be used to override warnings
        printed by gmx grompp that otherwise halt output.
        In some cases, warnings are harmless, but usually they are not.
        The user is advised to carefully interpret the output messages
        before attempting to bypass them with this option.




        and




        -maxwarn <int> (0)

        Number of allowed warnings during input processing.
        Not for normal use and may generate unstable systems.




        (Emphasis mine)



        -maxwarn <int> (0) means the -maxwarn switch needs the number of warnings to ignore and 0 is the default. So supply a number other than 0.







        share|improve this answer















        share|improve this answer



        share|improve this answer








        edited 2 days ago


























        answered 2 days ago









        PerlDuck

        3,1101727




        3,1101727






















             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1062109%2fhow-to-suppress-warnings-in-gromacs%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            pylint3 and pip3 broken

            Missing snmpget and snmpwalk

            How to enroll fingerprints to Ubuntu 17.10 with VFS491