-
Notifications
You must be signed in to change notification settings - Fork 0
New Slurm Job Scripts densmap-z_*.sh
to Run the MDTools Script densmap.py
#144
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Create a Slurm job script that runs the MDTools script `scripts/structure/densmap.py` for lithium ions.
Create a Slurm job script that runs the MDTools script `scripts/structure/densmap.py` for nitrogen atoms of TFSI anions.
Create a Slurm job script that runs the MDTools script `scripts/structure/densmap.py` for oxygen atoms of TFSI anions.
Create a Slurm job script that runs the MDTools script `scripts/structure/densmap.py` for ether oxygens.
Create a Slurm job script that runs the MDTools script `scripts/structure/densmap.py` for the center of mass of TFSI anions.
Create a Slurm job script that runs the MDTools script `scripts/structure/densmap.py` for nitrogen atoms of PEO chains.
…ap-z` and `rdf_slab-z`
4c5fc06
to
a01f38b
Compare
So far, the Python submit script did not submit the Slurm job script from the same directory as the Python submit script but from the `${PATH}` variable. Now, absolute paths are used to submit the Slurm job scripts that lie within the same directory as the Python submit script.
So far, the Python submit script did not submit the Slurm job script from the same directory as the Python submit script but from the `${PATH}` variable. Now, absolute paths are used to submit the Slurm job scripts that lie within the same directory as the Python submit script.
a01f38b
to
c8f4f8a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New Slurm Job Scripts
densmap-z_*.sh
to Run the MDTools Scriptdensmap.py
Type of Change
Proposed Changes
densmap-z_Li.sh
,densmap-z_NBT.sh
,densmap-z_OBT.sh
,densmap-z_OE.sh
,densmap-z_NTf2.sh
,densmap-z_ether.sh
that run the MDTools scriptscripts/structure/densmap.py
for different compounds..cleanup_gmx_analyses.sh
: Create compound sub-directories fordensmap-z_*.sh
andrdf_slab-z_*.sh
analyses.submit_gmx_analyses_lintf2_ether.py
andsubmit_mdt_analyses_lintf2_ether.py
: Use absolute path to Slurm job scripts.lig_change_at_pos_change_blocks_*.sh
: Increase Memory LimitPR Checklist