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

Getting "Please try other setting manually" #337

Open
anand5ky opened this issue Aug 28, 2024 · 1 comment
Open

Getting "Please try other setting manually" #337

anand5ky opened this issue Aug 28, 2024 · 1 comment

Comments

@anand5ky
Copy link

I put the system with 70 atoms ,336 electrons via using implicit solvation model GBSA in acetonitrile solvent conformational search with the following Slurm job script.
#!/bin/sh
#SBATCH --job-name=se5sch3cn
#SBATCH --account=Chemistry
#SBATCH --nodes=1
#SBATCH --time=7-00:00:00
#SBATCH --error=job.%J.err
#SBATCH --output=job.%J.out
#SBATCH --ntasks-per-node=14
#SBATCH --mem=20GB

##module load anaconda/Anaconda3-2024.2

crest CREST_SE_5s.xyz --gfn2 --chrg 4 --gbsa acetonitrile --T 14 > out
After running this script, I am getting "please try other setting manually". Please help me to solve this issue.

@pprcht
Copy link
Contributor

pprcht commented Aug 28, 2024

pretty certain you need to update the program since ALPB/GBSA were broken in between versions 3.0 and 3.0.2, although I can't be sure because you did not tell which program version you used. The slurm script is irrelevant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants