السلام عليكم
عند تثبيث ال WIEN2K على
UBUNTU احصل على ما يلي
you must change your LOCALE
the command printf "%5.3f" 0.5 prints 0,5 instead of 0.5
set LC_NUMERIC globally or in your startup file, like :
setenv LC_NUMERIC en_US in .cshrc or
export LC_NUMERIC=en_US in .bashrc
ارجو منكم حلا لهذه المشكلة و مشكورين مسبقا