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

Few minor bugs when trying to do examples #2

Open
NicolasMonnier opened this issue Mar 27, 2019 · 5 comments
Open

Few minor bugs when trying to do examples #2

NicolasMonnier opened this issue Mar 27, 2019 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@NicolasMonnier
Copy link

I had few issues trying to run the FabMD plugin with FabSim3 on my local laptot (I had the same errors on remote). I think most of them exists because the documentation is probably out of date with the recent FabSim3.

  1. I tried to follow indication in doc/RunEnsemble-examples.md to run the example1
    As indicated I used fab localhost lammps_ensemble:lammps_ensemble_example1 and get the following error :
    RuntimeError: Must declare input_name_in_config: the generic name which sweep directory files will be changed to
    Indeed, in FabMD.py l.75 teh variable input_name_in_config must be define

  2. Then I tried to run fab localhost lammps_ensemble:lammps_ensemble_example1,input_name_in_config=data.peptide and had the following error :
    ERROR: no files were found in the sweep_dir of this run_ensemble command
    After investigated, i found out that the run_ensemble() function in fab.py is looking for directories in the SWEEP dir. But in the lammps_ensemble_example1/SWEEP/ dir, there is only files. (in.indent*)

So I just created a specific directory for each of in.indent file and it worked.

  1. Last one was with the same command and the directories in the SWEEP dir.
    The lammps runs failed. The log.lammps showed this :
    ERROR: unknow atom style
    Investigations reveal that I probably didn't install lammps correctly to do run with this kind of input. (My lammps worked with some examples in the lammps github project).

So It's just minor bugs but probably usefull to be highlithed .

@djgroen
Copy link
Collaborator

djgroen commented Mar 28, 2019

Hi Robbie. Could you look into this one when you have some free time?

@djgroen djgroen added the bug Something isn't working label Mar 28, 2019
@djgroen
Copy link
Collaborator

djgroen commented Jun 11, 2019

I am working my way through this myself now. I pinged David Wright to see if I can get the missing gromacs example still...

@djgroen
Copy link
Collaborator

djgroen commented Jun 12, 2019

I fixed lammps_ensemble_example1. It was missing in the config dir, and there was a legacy error trigger that became obsolete after the SWEEP dir revamp :).

@djgroen
Copy link
Collaborator

djgroen commented Jun 12, 2019

I believe 1 and 2 are solved now. @NicolasMonnier would you be able to give it a quick test?

@NicolasMonnier
Copy link
Author

Yep I'll try to do it this morning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants