Scotch installation error

All questions about installation
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
beullia
Posts: 3
Joined: Sat Oct 28, 2023 1:11 pm

Scotch installation error

Post by beullia »

Hello, dear Yvan and code_saturne team!

When I launched install_saturne.py I faced an issue.

Code: Select all

flex "-Pscotchyy" "-oparser_ll.c" parser_ll.l
"parser_ll.l", line 82: unrecognized %option: bison-bridge
"parser_ll.l", line 86: unrecognized %option: reentrant
make[2]: *** [Makefile:2817: parser_ll.c] Error 1
make[2]: Leaving directory '/home/dlgd/code-saturne/code-saturne.build/scotch-v7.0.3-b43864123e820e3ca541bfecd3738aed385a4c47.build/src/libscotch'
make[1]: *** [Makefile:62: scotch] Error 2
make[1]: Leaving directory '/home/dlgd/code-saturne/code-saturne.build/scotch-v7.0.3-b43864123e820e3ca541bfecd3738aed385a4c47.build/src/libscotch'
make: *** [Makefile:97: libscotch] Error 2
Install log is in attachments.

Please help.

Best regards,
Beulliy
Attachments
install_saturne.log
(65.93 KiB) Downloaded 204 times
Yvan Fournier
Posts: 4080
Joined: Mon Feb 20, 2012 3:25 pm

Re: Scotch installation error

Post by Yvan Fournier »

Hello,

What architecture and OS are your running on ? Is "flex" installed ?

Regards,

Yvan
beullia
Posts: 3
Joined: Sat Oct 28, 2023 1:11 pm

Re: Scotch installation error

Post by beullia »

After I "sudo apt install flex" everything installed successfully. Thank you!
Post Reply