On Wed, Feb 26, 2014, Urszula Uciechowska wrote:
>
>
> I am not getting a pdb file after funning nab,
We need to know more about exactly what you typed.
The "nab" command itself does not run your program, it merely compiles it.
You need a separate step to run the program, and it's not clear from your
email that you did that.
Here is the sequence, assuming your nab file is called "foo.nab":
nab foo.nab <--- this compiles the program, puts it into a.out
./a.out <--- this will run the program and create the pdb file
...hope this helps...if not, please give us some more details....dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Wed Feb 26 2014 - 05:00:04 PST