From owner-chemistry@ccl.net Mon Jun 30 11:37:00 2008 From: "Remy Fortrie remy.fortrie[]univ-cezanne.fr" To: CCL Subject: CCL:G: "cannot find libmkl_solver_lp64.a" and gau-machine Message-Id: <-37277-080630103019-9331-tTBiu8+PbhqMtVLQJtnA+g=server.ccl.net> X-Original-From: "Remy Fortrie" Date: Mon, 30 Jun 2008 10:30:15 -0400 Sent to CCL by: "Remy Fortrie" [remy.fortrie---univ-cezanne.fr] Dear CCLers, I am currently trying to compile Gaussian 03 on a Xeon (4 core, 64 bits) machine (Intel Fortan compiler). I have two problems/questions: 1. gau-machine was not found. As this program is requested by g03.login, I created one that return i386. It seems to work properly, but I would like to know if this is the proper value for my machine. 2. At the end of the compilation, I got this: ===== /opt/intel/fce/10.1.015/bin/ifort -L/opt/intel/fce/10.1.015/lib -WB -i8 -w -ftz -switch fe_new_cgoto -IPF_fp_relaxed -i-static -IPF_fp_speculationsafe -openmp -fpp2 -auto -O3 -o g03 ml0.o util.a /opt/intel/mkl/10.0.1.014/lib/em64t/libmkl_intel_lp64.a /opt/intel/mkl/10.0.1.014/lib/em64t/libmkl_sequential.a /opt/intel/mkl/10.0.1.014/lib/em64t/libmkl_solver.a /opt/intel/mkl/10.0.1.014/lib/em64t/libmkl_lapack.a /opt/intel/mkl/10.0.1.014/lib/em64t/libmkl_em64t.a /opt/intel/mkl/10.0.1.014/lib/em64t/libmkl_core.a ld: cannot find libmkl_solver_lp64.a make: *** [g03] Error 1 ===== I tried to change libmkl_solver.a into libmkl_solver_lp64.a in the compilation line, but then I got the following message: ===== ld: cannot find libmkl_intel_lp64.a ===== Which sounds strange since this file is explicitely mentionned in the compilation line !! Has anybody had similar a problem and found a solution ? Thank you for your help Remy