2021年8月17日火曜日

Trip to Gumunden and Attersee

 ちょっとした夏休みの旅行ということで、2泊3日でグムンデンとアッター湖に行ってきました。
グムンデンは妻が食器を見たいということで、Gmundner Keramic を目標に、アッター湖はクリムトに興味があるとのことで Gustav Klimt Zentrumに。

食事は、初日の夕方はイワナを食べに、トラウン湖の西湖岸のGegrillte Steckerlfische Trawöger-Dorfnerにいき(食事は魚しか選択肢がない)、
二日目は私の要望で、Brot und Weinで(ハウスワインが超おすすめ。食事は日替わり3種類)。
GmundenからGustav Klimt Zentumは電車だと遠いのでタクシーを使いました。20分弱で40ユーロ。

宿はGumundenにある、Ferienwohnun Gailer。AirBnBみたいな感じで、一部屋をそのまま借りました。8月5日はGumndenのお祭り?(https://www.mondscheinbummel.at/)で、ちょっと盛り上がっておりました。

トラウン湖もアッター湖も非常に水が綺麗でいい意味で裏切られました。もう一度行くなら泳いでもいいかもしれない。



トラウン湖

イワナ

 Brot und Wein

Klimt Zentrumの庭

宿近くの橋からトラウン川とKasbergを望む




2021年8月8日日曜日

Intall Octave with amdblis and amdlibflame with Spack

 spack install octave+hdf5+fftw ^hdf5~mpi ^fftw~mpi ^amdblis threads=openmp ^amdlibflame threads=openmp

To enable threading you need to set OMP_NUN_THREADS=4 (e.g. with 4 cores).

2021年8月2日月曜日

Using pyplot@Plots on Julia@spack

 Using pyplot@Plots on Julia installed via spack is a bit complicated.


We first need to setup Python environment
(actually, you may want to use conda provided by Julia, so, you may do
Julia> ENV["PYTHON"]=""
)

as described in the following link;
https://github.com/JuliaPy/PyCall.jl

and then,

Julia> using Plots
Julia> pyplot()