You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: