I compiled charmm c32b1 on linux + ppc64, with xlf compiler. Charmm goes crazy when I call the "system" utility in the script.
For example, with input file like this:
---------------------------------------
** test
*
SYSTEM "ls"
STOP
---------------------------------------
charmm will flush the screen with spaces. The only thing you can do is to close the console.
Meanwhile, the binary compiled with same source code on linux + xeon + g77 works perfectly.
This is probably a system-specific bug, though it may have been fixed in the following versions.
Last edited by Zhiguo; 10/21/09 05:41 PM.