5:32:53 AM PDT - Wed, Oct 17th 2012 |
|
Dear all,
I installed ECCE in my CentOS6 machine, where I had already got a mpi compiled version of nwchem installed.
Initially I followed Lindqvist's blog trying to do a test run of md prepare.
ECCE seems to create a folder ecce_user under my /tmp folder. Inside that folder, there are some temporary files marking the log files of the previous runs. A job folder inside the ecce_user folder holds many subfolders. In these subfolders, I was able to locate a folder I created for the test run. Inside this folder, there are files like the followings
[user@localhost shortpep_prep]$ l
total 52
drwxrwxr-x. 2 user user 4096 Oct 17 18:10 .
drwxrwxr-x. 3 user user 4096 Oct 17 18:10 ..
-rw-rw-r--. 1 user user 445 Oct 17 18:10 ecce.out
-rw-rw-r--. 1 user user 141 Oct 17 18:10 ecceSession.cmd
-rw-rw-r--. 1 user user 3214 Oct 17 18:10 ecceSession.db
-rw-rw-r--. 1 user user 390 Oct 17 18:10 ecceSession.nam
-rw-rw-r--. 1 user user 2430 Oct 17 18:10 ecceSession.pdb
-rw-rw-r--. 1 user user 2 Oct 17 18:10 .ecce.status
-rw-rw-r--. 1 user user 270 Oct 17 18:10 nwch.nw
-rw-rw-r--. 1 user user 7007 Oct 17 18:10 nwch.nwout
-rw-rw-r--. 1 user user 2542 Oct 17 18:10 RC_M.frg_TMP
-rwxr--r--. 1 user user 3658 Oct 17 18:10 submit__shortpep_prep
The test run went fine until I ran optimize job.
During the test run, I also found that ECCE has a internally installed nwchem; however, I wanted to use the mpi version nwchem I built, I searched Internet and got some directives making change of the default nwchem binary being called.
The procedure is using the su permission to run 'ecce -admin' and change the binary path to my path. Altogether I was able to change the parameter to run 4 cores in one node.
Unfotunately, when I exit root and run ecce, it raises another kind of complaint: "ERRORL NWChem MD Prepare launch failed! Unable to find source for chemical system pdb file for MD Prepare task"
I am wondering how should I set up correct path for nwchem inside ecce in order for a correct calculation? The other question is where do the pdb file go? I cannot find them in the /tmp/ecce_user anymore!!
Many thanks in advance.
|