Author Topic: A simple gui for mpi code  (Read 2567 times)

0 Members and 1 Guest are viewing this topic.

Offline eyildirim

  • New QuantumATK user
  • *
  • Posts: 1
  • Reputation: 0
    • View Profile
A simple gui for mpi code
« 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..

Offline Nordland

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 812
  • Reputation: 18
    • View Profile
Re: A simple gui for mpi code
« Reply #1 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.

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5405
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: A simple gui for mpi code
« Reply #2 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.