ponweist / Wannier90-PRACE

Optimizations for Wannier90 (fork repository - see http://wannier.org for the official version).
GNU General Public License v2.0
1 stars 0 forks source link

Broadcast kslice_fermi_lines_colour #9

Closed ponweist closed 10 years ago

ponweist commented 10 years ago

The paramter kslice_fermi_lines_colour is not broadcast and thus not initialized on all but the master rank, causing the follwing check to fail:

    fermi_lines_color=.false.
    if(kslice_fermi_lines_colour/='none') fermi_lines_color=.true.
    ...
    if(plot_fermi_lines .and. fermi_lines_color .and. heatmap)&
         call io_error('Error: spin-colored Fermi lines not allowed in '&
         //'curv/morb heatmap plots')