Closed mglgc closed 1 year ago
Hi, You can try:
For Amber environmental variables:
For bsub:
For content in scripts "run_tleap_min1.sh" "run_min2.sh" and "run_gbsa.sh"
sleep 50
continue
else
bsub < amber18-gpu.bsub
break
fi
done" to "while true;do bsub < amber18-gpu.bsub break done"
<' /etc/profile.d/zz-cesga.sh: line 59:
done < <(ldapsearch -LLL -x -b "uid=$LOGNAME,ou=usershpc,ou=users,dc=cesga,dc=es" '(objectClass=posixAccount)' description | egrep '^ |^description')'
/etc/profile.d/zz-motd.sh: line 66: syntax error near unexpected token <' /etc/profile.d/zz-motd.sh: line 66:
done < <(ldapsearch -LLL -x -b "uid=$LOGNAME,ou=usershpc,ou=users,dc=cesga,dc=es" '(objectClass=posixAccount)' description | egrep '^ |^description')'
/etc/profile.d/zz-cesga.sh: line 59: syntax error near unexpected token <' /etc/profile.d/zz-cesga.sh: line 59:
done < <(ldapsearch -LLL -x -b "uid=$LOGNAME,ou=usershpc,ou=users,dc=cesga,dc=es" '(objectClass=posixAccount)' description | egrep '^ |^description')'
/etc/profile.d/zz-motd.sh: line 66: syntax error near unexpected token <' /etc/profile.d/zz-motd.sh: line 66:
done < <(ldapsearch -LLL -x -b "uid=$LOGNAME,ou=usershpc,ou=users,dc=cesga,dc=es" '(objectClass=posixAccount)' description | egrep '^ |^description')'For some reason I don't know the GXLE are reading those local system files. Thank you very much in advance for your reply.
Step5, for content in scripts "run_tleap_min1.sh" "run_min2.sh" and "run_gbsa.sh", replace "bsub <" in the scripts with "sh". And replace ". bsub" in the scripts with “. sh ". For example, line 81 in "run_tleap_min1.sh" change "bsub < amber18-gpu.bsub" to "sh amber18-gpu.sh"
Hi, Thank you for your reply. After that I'm running GXLE but at last some execution errors are found with the scripts run_min2.sh and run_tleap_min1.sh containing lines refering bsub: sed -i "6c#BSUB -J AMber-${1}" amber18-min2.sh
Please, could you provide us with the proper fix? Once again thank you very much in advance for you reply.
Hi, You can try to delete this line and change 45c to 1c in the next line. I have written examples of each file replacement and placed them in the Default-EmberEnv under main of GXLE. I hope this is helpful.
Thank you very much for all your effort. We have used those example files as indicated.
After GXLE is started and running, the "run_gbsa.sh" script shows at line 31 an error message calling "ante-MMPBSA.py" python script that is missing in your GXLE distribution. Please, could you seed some light on this issue? Thank you very much in advance for your reply.
Hi, ante-MMPBSA.py is an AMBER built-in script that requires the correct configuration of the environment. For detailed information, please refer to the AMBER manual.
Hi, ante-MMPBSA.py is an AMBER built-in script that requires the correct configuration of the environment. For detailed information, please refer to the AMBER manual.
Thank you very much for your explanation.
Hi, To run the GXLE code we only have a HPC environment with SLURM as workload manager and Amber as a module loaded in that computing environment. We wonder whether you could guide us to the proper GXLE script files we can modify or delete in order to avoid both the bsub instructions and Amber environmental variables containing in the GXLE code. Thank you very much in advance for your reply.