Activity log for bug #1786218

Date Who What changed Old value New value Message
2018-08-09 10:27:03 Mariana Rossi bug added bug
2018-08-09 10:28:02 Mariana Rossi description When running Siesta 4.1 in connection with i-PI, Siesta prints coordinates, forces, cells, etc. from every core in a parallel simulation. This generates incredibly huge outputs. The simple fix is to modify the following lines in routine iosocket.F90 to: 221 if (IOnode) then 222 print '(/,4a,/,(3f12.6))', myName,'cell (',trim(master_xunit),') =', cell 223 print '( 4a,/,(3f12.6))', myName,'coords (',trim(master_xunit),') =', xa 224 endif 312 if (IOnode) then 313 print '(/,a,f12.6)', myName// & 314 'energy ('//trim(master_eunit)//') =', e 315 print '( a,/,(3f12.6))', myName// & 316 'stress ('//trim(master_eunit)//'/'//trim(master_xunit)//'^3) =', s 317 print '( a,/,(3f12.6))', myName// & 318 'forces ('//trim(master_eunit)//'/'//trim(master_xunit)//') =', f 319 endif This is a rather minor fix -- just makes the output easier and nicer to deal with. Mariana When running Siesta 4.1 in connection with i-PI, Siesta prints coordinates, forces, cells, etc. from every core in a parallel simulation. This generates incredibly huge outputs. The simple fix is to modify the following lines in routine iosockets.F90 to: 221 if (IOnode) then 222 print '(/,4a,/,(3f12.6))', myName,'cell (',trim(master_xunit),') =', cell 223 print '( 4a,/,(3f12.6))', myName,'coords (',trim(master_xunit),') =', xa 224 endif 312 if (IOnode) then 313 print '(/,a,f12.6)', myName// & 314 'energy ('//trim(master_eunit)//') =', e 315 print '( a,/,(3f12.6))', myName// & 316 'stress ('//trim(master_eunit)//'/'//trim(master_xunit)//'^3) =', s 317 print '( a,/,(3f12.6))', myName// & 318 'forces ('//trim(master_eunit)//'/'//trim(master_xunit)//') =', f 319 endif This is a rather minor fix -- just makes the output easier and nicer to deal with. Mariana
2018-08-09 10:55:23 Launchpad Janitor branch linked lp:siesta/4.0
2018-08-09 10:55:34 Nick Papior nominated for series siesta/4.1
2018-08-09 10:55:34 Nick Papior bug task added siesta/4.1
2018-08-09 10:55:34 Nick Papior nominated for series siesta/4.0
2018-08-09 10:55:34 Nick Papior bug task added siesta/4.0
2018-08-09 10:55:44 Nick Papior siesta/4.0: assignee Nick Papior (nickpapior)
2018-08-09 10:55:47 Nick Papior siesta/4.0: importance Undecided Medium
2018-08-09 10:55:50 Nick Papior siesta/4.0: status New Fix Committed
2018-08-09 10:55:53 Nick Papior siesta/4.1: milestone 4.1-b4
2018-08-09 10:55:56 Nick Papior siesta/4.1: assignee Nick Papior (nickpapior)
2018-08-09 10:55:58 Nick Papior siesta/4.1: importance Undecided Medium
2018-08-09 10:56:01 Nick Papior siesta/4.1: status New In Progress
2018-08-09 10:58:34 Nick Papior siesta/4.1: status In Progress Fix Committed
2018-08-09 10:58:38 Launchpad Janitor branch linked lp:siesta/4.1
2018-08-09 10:59:01 Nick Papior siesta: status New Fix Committed
2018-08-10 20:40:56 Launchpad Janitor branch linked lp:siesta
2018-11-07 21:01:51 Nick Papior siesta: status Fix Committed Fix Released
2018-11-07 21:01:53 Nick Papior siesta/4.0: status Fix Committed Fix Released
2018-11-07 21:01:55 Nick Papior siesta/4.1: status Fix Committed Fix Released