erdc / proteus

A computational methods and simulation toolkit
http://proteustoolkit.org
MIT License
87 stars 56 forks source link

Installing error on stampede #459

Closed yuxianglin closed 5 years ago

yuxianglin commented 7 years ago

Hi,

I am installing Proteus on Stampede machine, but when I export PROTEUS_ARCH='stampede.gnu' and make, it prompt error when building openjpeg saying CMake Error: The source directory "/home1/04328/shawnlin/.hashdist/tmp/openjpeg-veyziolxw7sc" does not appear to contain CMakeLists.txt.

However this error never show up in my personal machine. I have attached screenshot below. Anyone has advice regarding to this?

screenshot from 2016-10-28 21-59-50

Yuxiang

cekees commented 7 years ago

In /proteus/stack/default.yaml, what does your entry for openjpeg look like? Here is what it looks like for the default Linux branch: https://github.com/hashdist/hashstack/blob/stable/proteus/examples/proteus.linux2.yaml#L20

Namely, it explicitly uses the 2.1 version of openjpeg. It may be that the proteus.stampede.gnu profile needs a little bit of updating.

yuxianglin commented 7 years ago

It looks something like this. It seems there is not openjpeg specification here however

screenshot from 2016-11-01 11-14-33

cekees commented 7 years ago

OK, go ahead and put one in as in the stable/proteus branch.

yuxianglin commented 7 years ago

Thank you for advice Cris, it did works. However, another installation issue prompt out, says

screenshot from 2016-11-01 18-43-22

Any advise would be appreciated.

cekees commented 7 years ago

Hi @yuxianglin , this fell off my radar. Did you git past this our give up/move on?

adimako commented 5 years ago

Closing this as this is two years now. Can be raised as a new issue