Search found 104 matches
- Thu Mar 27, 2025 6:44 pm
- Forum: WebMO App (Apple and Android)
- Topic: Charge not recognized in allylic cation (vs anion)
- Replies: 5
- Views: 71594
Re: Charge not recognized in allylic cation (vs anion)
Adding to the above reply: For a "real" MO calculation done on the WebMO server, the total molecular charge is used and relevant. For the simple Huckel MO calculations done direcetly in the app (or in the editor), without using an external computational chemistry program, the charges are N...
- Tue Feb 11, 2025 3:17 pm
- Forum: Build Molecule
- Topic: Importing CIF
- Replies: 1
- Views: 13088
Re: Importing CIF
I would have to look into this particular CIF file. Unfortunately the CIF format is extremely complex and hard to implement perfectly. I don't immediately see the issue with this CIF file. I recommend the American Minerologist repository as a source for CIF files: https://rruff.geo.arizona.edu/AMS/a...
- Thu Jan 02, 2025 3:53 pm
- Forum: WebMO Installation on Windows
- Topic: how to setup with Apache in alternate directory
- Replies: 1
- Views: 21778
Re: how to setup with Apache in alternate directory
In WebMO.install/scripts/setup_win32.pl you can modify the "$apacheDir" directory to "D:/wamp64/bin/apache/". Assuming that D:/wamp64/bin/apache/apache2.4.27 contains normal htdocs and cgi-bin subdirectories, this should work fine.
- Tue Dec 31, 2024 3:11 pm
- Forum: WebMO 24
- Topic: OpenMopac 23.0.3
- Replies: 4
- Views: 34627
Re: OpenMopac 23.0.3
I'll take a look at this. Hopefully this is just a simple parsing issue.
- Wed Dec 04, 2024 2:38 pm
- Forum: Build Molecule
- Topic: databases grayed out
- Replies: 1
- Views: 12952
Re: databases grayed out
Lookup : Import By... is for importing a molecule into the editor by name. This works fine (just verified).
Lookup : Databases is for retrieving information for a molecule that is DISPLAYED in the editor (i.e. what did I just draw?!). This is thus greyed out until you draw something.
Lookup : Databases is for retrieving information for a molecule that is DISPLAYED in the editor (i.e. what did I just draw?!). This is thus greyed out until you draw something.
- Tue Oct 29, 2024 1:39 pm
- Forum: WebMO Installation on Linux
- Topic: New systemd FYI & Question
- Replies: 7
- Views: 66796
Re: New systemd FYI & Question
There should be a file 'run_log' that is written in the job directory. This log is written by WebMO when it tries to execute the Gaussian job itself and will likely contain additional details.
- Wed Oct 02, 2024 1:40 pm
- Forum: Interface Manager
- Topic: Can't enable packages in Interface Manager
- Replies: 2
- Views: 30518
Re: Can't enable packages in Interface Manager
This sounds like a permission issue, with WebMO not being able to write to the appropriate locations on disk. Please run the diagnostic script (diagnose.pl) which is included with the installation files. If you email the resulting output to support@webmo.net, we can take a look.
- Wed Oct 02, 2024 1:36 pm
- Forum: WebMO Installation on Linux
- Topic: New systemd FYI & Question
- Replies: 7
- Views: 66796
Re: New systemd FYI & Question
It looks like these messages are not from systemd but rather from SELinux. SELinux *must* be disabled in order for WebMO to work properly.
# cd /etc/selinux
# vi config
change "SELINUX=enforcing" to "SELINUX=permissive"
# setenforce 0
# cd /etc/selinux
# vi config
change "SELINUX=enforcing" to "SELINUX=permissive"
# setenforce 0
- Fri Sep 13, 2024 2:08 pm
- Forum: Batch Queue Manager (Enterprise)
- Topic: Slurm Errors
- Replies: 4
- Views: 27047
Re: Slurm Errors
You are correct. The 'sudo' ooption is not enabled for Shibboleth, because typically Shibboleth users would not map onto local cluster users. (Often for Shibboleth SSO, *all* campus users would have access, which would be unusual for a cluster.) Although not officially supported (tested), and it is ...
- Thu Sep 12, 2024 5:25 pm
- Forum: Batch Queue Manager (Enterprise)
- Topic: Slurm Errors
- Replies: 4
- Views: 27047
Re: Slurm Errors
"Users can login in via Shibboleth and do basic, non-batch submission work": Since you are logging in via Shibboleth, this suggests that these users do not have corresponding Linux accounts on the clusters. In that case, WebMO will run jobs under the UID under which the WebMO scripts them...