Search found 31 matches
- Wed Dec 16, 2020 9:09 pm
- Forum: WebMO Installation on Linux
- Topic: WebMO 17 Install
- Replies: 7
- Views: 2344
Re: WebMO 17 Install
Make sure that the the variable 'sge_qmaster' is set/defined to the appropriate port in /etc/services. This is often set by environmental variable during login (you can check via 'printenv'), but WebMO cannot see that information! As such, it needs to get set in /etc/services.
- Mon Nov 30, 2020 4:10 pm
- Forum: Choose Engine
- Topic: GAMESS configuration has to include rungms.bat
- Replies: 1
- Views: 685
Re: GAMESS configuration has to include rungms.bat
For Windows, WebMO simply assumes that this script exists int the GAMESS directory, as it does by default. No need to specify it explictly.
- Mon Nov 30, 2020 4:08 pm
- Forum: Interface Manager
- Topic: How to Edit run_gamess.cgi to allow for GAMESS to run under rungms,bat >rungms.gms >and microsoft mpiexec.exe ?
- Replies: 1
- Views: 455
Re: How to Edit run_gamess.cgi to allow for GAMESS to run under rungms,bat >rungms.gms >and microsoft mpiexec.exe ?
Those files do NOT need to be copied. Leave them in place int the GAMESS directory. WebMO simply uses this contents of this directory and (in WINDOWS) uses rungms.bat to run GAMESS. If it works on the command line, it should work within WebMO. (Note that this is a different approach than taken on Li...
- Tue Nov 24, 2020 8:03 pm
- Forum: WebMO 20
- Topic: Two Orca 4.2.1 Bugs
- Replies: 2
- Views: 490
Re: Two Orca 4.2.1 Bugs
I'll look into both of these, both of which sound like quick bugfixes. They will be in the next minor/bugfix release.
- Mon Oct 19, 2020 7:20 pm
- Forum: Interface Manager
- Topic: orca 4.1
- Replies: 6
- Views: 1027
Re: orca 4.1
The "mpivars.sh" (or whatever you choose to enter here!) is a script that will be "sourced" prior to have WebMO run ORCA. In particular, this script needs to setup the environment (e.g. LD_LIBRARY_PATH, etc.) to provide access to the MPI libraries you use on your system (and more specially, those fo...
- Thu Sep 24, 2020 1:38 pm
- Forum: WebMO 19
- Topic: Mulliken charges in Gaussian Opt output not parsed
- Replies: 4
- Views: 1022
Re: Mulliken charges in Gaussian Opt output not parsed
This was due to a strange (and subtle) inconsistency in the formatting of the Gaussian output. It will be resolved in the next minor release. Thank you for pointing it out!
- Sun Sep 20, 2020 9:04 pm
- Forum: Feature Requests
- Topic: MOPAC opt + freq
- Replies: 1
- Views: 835
Re: MOPAC opt + freq
This is interesting! I was not aware that jobs could be "chained" in MOPAC like this. Be aware that, according to the docs, one would need to repeat other keywords (such as PM7) in both calculations.
I will look to see if we can add this job to the next minor release.
I will look to see if we can add this job to the next minor release.
- Wed Sep 09, 2020 3:36 pm
- Forum: Feature Requests
- Topic: (Enterprise) Slurm gres support (for GPUs)
- Replies: 1
- Views: 629
Re: (Enterprise) Slurm gres support (for GPUs)
This is an excellent point. I will add a general consideration (and hopefully elegant solution!) to the issue for a future bugfix release.
- Fri Aug 07, 2020 3:55 pm
- Forum: WebMO 20
- Topic: Bugs with running coordinate scans
- Replies: 1
- Views: 952
Re: Bugs with running coordinate scans
Thanks for these reports. I'm not sure what is happening with Orca. The PSI4 and NWChem issues are probably related to Python changes, since in many cases the codes have changed from Python 2->3 in the last few years -- and both are moving targets in terms of output changes, etc. I'll address these ...
- Fri Aug 07, 2020 3:48 pm
- Forum: WebMO 20
- Topic: GAMESS memory problems
- Replies: 1
- Views: 621
Re: GAMESS memory problems
In general, I prefer the philosophy of leaving the program default unchanged in the absence of user interaction. HOWEVR in this case the "default" of 1 MW is crazy -- and there does not appear to be a away to override this on a "system" level (e.g. a GAMESS config file). As such, I now specify 128 M...