QuantumATK Forum

QuantumATK => General Questions and Answers => Topic started by: eyildirim on July 14, 2009, 15:20

Title: A simple gui for mpi code
Post by: eyildirim on July 14, 2009, 15:20
Hi,
I have a problem about a simple mpi program. This program have some molecules that define as point with x,y,z coordinate and these points are moving during the program.  I created an simple code by implemented c++ and then I tried to add an simple gui. I used gnuplot library and I have a problem. When I call the gui function the gui is created and it is disappeared at the same time. I mean, point object have x,y,z coordinate and I have an array that includes point objects. I want to create them as gui. Can you help me about this problem?

Thanks for any help..
Title: Re: A simple gui for mpi code
Post by: Nordland on July 14, 2009, 22:14
Correct me if I am wrong, but this is not related to VNL or ATK?

Beside that the best thing to do in your case, would to be setting gnuplot use the terminal mode png, and save the output as png file instead. Then you can inspect the results afterwards as any other image.
Title: Re: A simple gui for mpi code
Post by: Anders Blom on July 14, 2009, 22:22
GNUPlot hardly seems the best program to use for this. Perhaps "rasmol" or something similar might be better.

As Nordland notes, beyond that answers on this Forum will be limited to issues related to ATK.