-
Notifications
You must be signed in to change notification settings - Fork 874
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
Add a save parameter for chargemol calculation to select whether save the output files, use "link" rather than "copy" for the input file of chargemol calc, add mpi function to run chargemol. #3456
base: master
Are you sure you want to change the base?
Add a save parameter for chargemol calculation to select whether save the output files, use "link" rather than "copy" for the input file of chargemol calc, add mpi function to run chargemol. #3456
Conversation
Add "IWAVPR" to the tuple of int_keys.
Add the mpi function when running the chargemol program.
Update chargemol_caller.py
import multiprocessing
Comment the warning while check the path. Revise the command of mpirun.
Change the command to run chargemol
Job script to run chargemol program. |
Change the previous copy to link for CHGCAR, POTCAR, AECCAR0, AECCAR2. Add the save parameter, to control whether save the output files of chargemol.
Signed-off-by: Six_ligand <[email protected]>
add self._from_data_dir() to mode with outputs saved
…is indeed a list of strings after the None filtering.
2.Replace typing.Optional with the | None. 3.Replace typing.Union with the | operator for union types.
Hi Dr. @Andrew-S-Rosen, Are you available to have look the remaining problem in this commit? I have tried several methods to handle this problem but it still remains. Do you have some experiences to solve this kind of problem? Thanks a lot!
|
@RedStar-Iron: Apologies, but I unfortunately don't have time to look at this PR. @chiang-yuan and/or @janosh might be interested, however. |
3c23114
to
36e289c
Compare
d725325
to
dca98be
Compare
e3fbc67
to
41e6d99
Compare
Revised Content
save
parameter to control whether save the output files fromchargemol
calculationlink
rather thancopy
forCHGCAR, POTCAR, ARCCAR0 and ARCCAR2
during the calculationmpirun
forchargemol
calculation