From chemistry-request(+ at +)server.ccl.net Sun Dec 17 04:37:24 2000 Received: from fjohn.Stanford.EDU (fjohn.Stanford.EDU [171.64.38.72]) by server.ccl.net (8.8.7/8.8.7) with ESMTP id EAA09986 for ; Sun, 17 Dec 2000 04:37:24 -0500 Received: from localhost (greg # - at - # localhost) by fjohn.Stanford.EDU (8.9.3/8.9.3) with ESMTP id BAA11973 for ; Sun, 17 Dec 2000 01:37:15 -0800 Date: Sun, 17 Dec 2000 01:37:14 -0800 (PST) From: Greg Lakatos To: chemistry%!at!%ccl.net Subject: CHARMm and MPICH Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hello Everyone. Recently I've been trying to compile a parallelized CHARMm c27b2 executable with MPICH 1.2.0 on a two-machine RedHat 7 cluster and have run into some difficulty. In particular when compiling charmm the command: ./install.com gnu large mpich runs to completion, produces an executable, but never asks for the path to the mpich libraries. Moreover when charmm is run with the command: charmm -p4wd . -p4pg hosts < inputfile.inp > outfile.out where hosts contains: head 0 /ptemp/charmm head 1 /ptemp/charmm n01 1 /ptemp/charmm n01 1 /ptemp/charmm charmm issues an error over the p4wd and p4pg switches. When run without these switches, charmm runs but only uses a single CPU. Any help resolving these issues would be greatly appreciated. - Greg