Author Topic: my logfile stopped which means my calculation stopped?  (Read 2634 times)

0 Members and 1 Guest are viewing this topic.

Offline Jenny

  • Heavy QuantumATK user
  • ***
  • Posts: 61
  • Reputation: 0
    • View Profile
hi, everyone.

I used three computers doing parallel calculation. After three days, when the left elctrode, right electrode and bulk equivalent calculations all finished as shown in log file. The output logfile freezed at the 29th step of following calculation of transmission spectrum for one day(shown like following).

|  335  Cu   [  10.864 ,   0.234 ,  28.701 ]   11.00383   0.00383              |
|  336  Cu   [   0.639 ,   2.790 ,  28.701 ]   11.00386   0.00386              |
|  337  Cu   [   3.195 ,   2.790 ,  28.701 ]   11.00376   0.00376              |
|  338  Cu   [   5.751 ,   2.790 ,  28.701 ]   11.00322   0.00322              |
|  339  Cu   [   8.308 ,   2.790 ,  28.701 ]   11.00317   0.00317              |
|  340  Cu   [  10.864 ,   2.790 ,  28.701 ]   11.00375   0.00375              |
|  341  Cu   [   0.639 ,   5.346 ,  28.701 ]   11.00340   0.00340              |
|  342  Cu


Does it mean there is something wrong with my calculation? Or it means my calculation stops?

Thank you very much.

Jenny

Offline kstokbro

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 392
  • Reputation: 13
    • View Profile
    • QuantumWise
Re: my logfile stopped which means my calculation stopped?
« Reply #1 on: June 12, 2013, 08:57 »
You did not attach the log file, so we cannot see where you are in the calculation.

If it is a heavy calculation, it might still be running but waiting for more output. On linux you can use top to see the status of the job, and in particular if it is using a lot of memory and might be swapping.


Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5429
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: my logfile stopped which means my calculation stopped?
« Reply #2 on: June 12, 2013, 22:49 »
Most likely it has run out of memory, or (since this is a parallel calculation) one of the calculations on the slave nodes has terminated with an error, which can leave the master node running (or rather, waiting).

You should consider if you have enough memory for the calculation and the number of MPI processes per node.

Offline Jenny

  • Heavy QuantumATK user
  • ***
  • Posts: 61
  • Reputation: 0
    • View Profile
Re: my logfile stopped which means my calculation stopped?
« Reply #3 on: June 14, 2013, 00:05 »
Thank you for your reply. I've stopped my calculation. It seems like there is something wrong with my windows 8 system security setting.

Offline Jenny

  • Heavy QuantumATK user
  • ***
  • Posts: 61
  • Reputation: 0
    • View Profile
Re: my logfile stopped which means my calculation stopped?
« Reply #4 on: June 14, 2013, 00:08 »
Most likely it has run out of memory, or (since this is a parallel calculation) one of the calculations on the slave nodes has terminated with an error, which can leave the master node running (or rather, waiting).

You should consider if you have enough memory for the calculation and the number of MPI processes per node.


Yes! It seems like my slave node under win 8 system stopped working which hasn't been set up consistent with my master node which is win 7. Thank you very much!