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

Compiler problems #37

Open
bruceli999 opened this issue Apr 13, 2022 · 2 comments
Open

Compiler problems #37

bruceli999 opened this issue Apr 13, 2022 · 2 comments

Comments

@bruceli999
Copy link

Dear SSAGES develops,

I have built the SSAGES coupled with QBOX using the specific Intel compiler (icc version 18.0.3) by command: cmake -DQBOX=YES -DCMAKE_C_COMPILER=icc -DCMAKE_CXX_COMPILER=icpc. It was successfully built and I used the example SSAGES/Examples/User/ABF/Qbox-CH2Cl-CH2Cl/ to test. I found that SSAGES could write md.i to ssagee_in_0 for QBOX to run at the beginning. However, after QBOX produced ssages_out_0, the lock file could not be deleted, and the Qbox was idle (please see the figure). I also compiled the code using gcc, which seems working well. I am wondering if I did anything wrong with the Intel compilers?

Thanks!
Tao
image

@pabloferz
Copy link
Contributor

pabloferz commented Apr 28, 2022

Hi @bruceli999. When using SSAGES with Qbox this is expected. SSAGES interacts with Qbox through Qbox's client-server interface which will generate these lock files during the course of a simulation. They should be automatically removed when the execution finishes.

You can read more about this here http://qboxcode.org/doc/html/usage/client-server.html and here https://ssagesproject.github.io/docs/Engines.html#id8

@bruceli999
Copy link
Author

Hi @bruceli999. When using SSAGES with Qbox this is expected. SSAGES interacts with Qbox through Qbox's client-server interface which will generate these lock files during the course of a simulation. They should be automatically removed when the execution finishes.

You can read more about this here http://qboxcode.org/doc/html/usage/client-server.html and here https://ssagesproject.github.io/docs/Engines.html#id8

Hi @pabloferz .Thanks for your reply.
I have read these two websites before, and I also understand how SSAGES coupled with QBOX works. But for the version that is compiled by Intel compiler, the lock files seems not to be automatically removed and are always remainning, so there is no output files. And I don't know the reason.

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