Skip to content

Error in mesh the domain in example 1 #13

Answered by dannypanduro
fei1127-CQ asked this question in Q&A
Discussion options

You must be logged in to vote

Hi fei1127-CQ,

I had a similar issue with not building Neper with libscotch. I solved this by the following steps below.

1.) Make sure you have installed the libscotch dependency. You can do this by typing the following command in your terminal:
$ apt-get install libscotch-dev

I use Ubuntu. If you do too, you would need to type:
$ sudo apt-get install libscotch-dev

2.) Start installing Neper. The key is you need to type "$ cmake .. -DHAVE_LIBCOTCH=ON" instead of just "$ cmake .."

Download and extract Neper source code then:
$ cd neper-4.0.2/src
$ mkdir build
$ cd build
$ cmake .. -DHAVE_LIBSCOTCH=ON
$ make
$ make install

If you used Ubuntu like me, then the code would be:
$ cd neper-4.0.2…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
2 replies
@mkasemer
Comment options

@fei1127-CQ
Comment options

Comment options

You must be logged in to vote
5 replies
@rquey
Comment options

@mkasemer
Comment options

@dannypanduro
Comment options

@fei1127-CQ
Comment options

@fei1127-CQ
Comment options

Answer selected by fei1127-CQ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants