gms-bbg / gamess-issues

GAMESS issue tracking
7 stars 1 forks source link

I got a ERROR when I was linking Gamess #67

Open mars303 opened 1 year ago

mars303 commented 1 year ago

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 commented 1 year ago

Hi, @mars303!

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

mars303 commented 1 year ago

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 commented 1 year ago

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.