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

I got a ERROR when I was linking Gamess #67

Open
mars303 opened this issue Feb 3, 2023 · 3 comments
Open

I got a ERROR when I was linking Gamess #67

mars303 opened this issue Feb 3, 2023 · 3 comments

Comments

@mars303
Copy link

mars303 commented Feb 3, 2023

When I finished compliling Gamess using ifort and try to link it with "./lked gamess 00" on a cluster, the following errors comes up. mkl was adopted and sockets were selected for the compilation. What should I do to solve the problem? Thanks in advance.

ifort: error #10236: File not found:  'morokm.o'
ifort: error #10236: File not found:  'vb2000.o'
ifort: error #10236: File not found:  'vb2gms.o'
ifort: error #10236: File not found:  'vb2c.o'
set rc=1
unset echo

Unfortunately, there was an error while linking GAMESS.
0.059u 0.043s 0:00.49 18.3%     0+0k 0+56io 0pf+0w
@foxtran
Copy link

foxtran commented Feb 3, 2023

Hi, @mars303!

Could you please provide the commands which you type before this? And also, please, provide your install.info

@mars303
Copy link
Author

mars303 commented Feb 4, 2023

I used ./compall comand to compile (./compddi before that which was successful)

The problem has been solved. I deleted the orginal gamess file and compile it from the very beginning again. And, "make ddi, make modules, make -jx" were sequencially applied instead of the old method. It worked although I don't know why.

Thanks anyway.

@foxtran
Copy link

foxtran commented Feb 4, 2023

It worked although I don't know why.

I suppose it was due to some commits which moves the build system from old style to Makefiles.

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