-
Notifications
You must be signed in to change notification settings - Fork 22
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
How to use ARC only on PC without clustering software? #742
Comments
Hi OJ, |
[Hello] alongd! (arc_env) ➜ minimal arc Automatic Rate CalculatorARCVersion: 1.1.0############################################################### From the results, it seems that while running the ARC module, it does not invoke the locally installed Gaussian16 software, which leads to errors due to the absence of expected Gaussian computation results. In reality, I have successfully installed Gaussian16 on my computer and it can operate independently. The settings for its operational environment are as follows: According to the ARC software's guidance documents, it seems necessary to modify the settings and submit files if not using cluster scheduling software. However, due to my limited knowledge of programming languages and computer software, I am unsure how to edit these files. My goal is to successfully run ARC using only my local computer. I've attempted to modify a file, but unfortunately, the attempt failed. I would greatly appreciate your expert guidance and help—thank you very much! |
Hi @OJ-0908 , Firstly, I want to make sure, is your
Secondly, we do not utilise This is an example of my current
And this is my
And, as you can see in the code, for example here, submitting a job requires cluster software to be defined. Additionally, the software relies on cluster software recognition to determine if a job has been run/completed/failed. Running |
Hi @calvin, I'm thrilled to receive your reply, and I feel extremely happy and fortunate. Regarding your first response, it's true that my ARC run results were indeed using the default settings. However, when I attempted to use my own modified settings and submission files, I encountered errors during the import process. That's why I didn't provide the run results. I'm very excited that you provided the setup and submission files for local computers. As you mentioned, it's necessary to define cluster software when submitting jobs. Therefore, following the example you provided, I'll need to install cluster management software first. I'm really looking forward to successfully running it after installation. Once again, thank you for your reply; it's the highlight of my day. I'll share and discuss the results with you after running it. Of course, I'm also looking forward to the development team making it possible for ESS to run on local computers without cluster software. It seems like it would lower the barrier for individual or research groups without access to cluster computing systems. |
As I'm not from a computer science background, I find there's a certain threshold in my understanding of server installation and software scheduling. I'd like to ask about the settings in ARC: how can I configure them to run on a personal computer? We don't need to calculate reactions with large molecular weights, so the computational requirements are not very high. Could you provide the files for installing ARC on a single computer or a video tutorial for installing ARC on a cluster? Looking forward to your reply!
The text was updated successfully, but these errors were encountered: