Page 1 of 1

yambo_rt and yambo_nl executables not available

Posted: Tue Oct 10, 2023 5:24 am
by Akash
Dear Developers,

I want to do a real time simulation to both linear and non linear responses. But, there are no yambo_rt and yambo_nl executables present in the bin folder.
Please suggest some solution to this.

Regards

Re: yambo_rt and yambo_nl executables not available

Posted: Tue Oct 10, 2023 7:46 am
by Davide Sangalli
Dear Akash Saxena,
you need to do

Code: Select all

make all
Best,
D.

Re: yambo_rt and yambo_nl executables not available

Posted: Tue Oct 10, 2023 8:00 am
by Akash
Dear Davide,

I already executed the command. But, only p2y, yambo, ypp executables are present after compiling "make all".

Regards

Re: yambo_rt and yambo_nl executables not available

Posted: Tue Oct 10, 2023 8:03 am
by Davide Sangalli
Then, there must have been some error during the compilation of the other executables.
In the log folder you can find the output messages of the compilation.

Best,
D.