Re: [deal.II] Re: error while installing dealii using candi

2022-07-21 Thread Ahmad Shahba
By using the -j1 argument, you are requesting candi to use 1 process for compilation. If you are interested to engage, say 2 processes, you should pass -j2 to the candi shell script. Something like ./candi.sh -j2 If you visit the github homepage of candi, you’ll see a whole bunch of options for

Re: [deal.II] Re: error while installing dealii using candi

2022-07-21 Thread erkin yildiz
Thank you for your suggestion. JOBS = 1 is the default in candi.sh and passing -j1 does not make any difference. Could it be related to the flag -std=c++17? How can I impose it? Thanks for your help Erkin Wolfgang Bangerth , 21 Tem 2022 Per, 16:55 tarihinde şunu yazdı: > On 7/21/22 06:00, erkin

Re: [deal.II] Re: error while installing dealii using candi

2022-07-21 Thread Wolfgang Bangerth
On 7/21/22 06:00, erkin yildiz wrote: ** Can you please suggest me how to use only one or two cores? Please find attached the log file Use the flag -j1 or -j2 on the command line. Best W. -- Wolfgang Bangerth

[deal.II] Re: error while installing dealii using candi

2022-07-06 Thread Bruno Turcksin
Hello, This error often happens when you don't have enough memory to compile the program. Try using only one or two cores. Best, Bruno On Wednesday, July 6, 2022 at 4:01:45 AM UTC-4 me20...@iittp.ac.in wrote: > Dear all, > please find the error attached. > > thank you in advance.[image:

Re: [deal.II] Re: Error while installing dealii

2022-03-17 Thread Wolfgang Bangerth
On 3/15/22 23:26, PUNITH M wrote: cmake -DTPL_ENABLE_MPI=ON -DMPI_BASE_DIR=/apps/compilers/openmpi/4.1.1 -DTrilinos_ENABLE_ALL_PACKAGES=ON -DTPL_ENABLE_Boost=OFF -DBUILD_SHARED_LIBS=ON -DTPL_ENABLE_Netcdf=OFF -DCMAKE_INSTALL_PREFIX=/apps/libs/Trillions-13.2 ../ Is this the same MPI

[deal.II] Re: Error while installing dealii

2022-03-15 Thread PUNITH M
S I did with the following options cmake -DTPL_ENABLE_MPI=ON -DMPI_BASE_DIR=/apps/compilers/openmpi/4.1.1 -DTrilinos_ENABLE_ALL_PACKAGES=ON -DTPL_ENABLE_Boost=OFF -DBUILD_SHARED_LIBS=ON -DTPL_ENABLE_Netcdf=OFF -DCMAKE_INSTALL_PREFIX=/apps/libs/Trillions-13.2 ../ On Tuesday, March 15, 2022 at

[deal.II] Re: Error while installing dealii

2022-03-15 Thread Bruno Turcksin
Hello, Did you configure Trilinos with MPI support? Best, Bruno On Tuesday, March 15, 2022 at 7:09:55 AM UTC-4 punith...@gmail.com wrote: > I've compiled a deal.ii using CMake with the below options > > cmake -DCMAKE_INSTALL_PREFIX=/apps/codes/deal_II/9.3.3 >

[deal.II] Re: Error while installing dealii

2020-07-06 Thread Bruno Turcksin
Prakash, How did you configure deal.II? Best, Bruno On Friday, July 3, 2020 at 5:54:23 AM UTC-4, ME20S001 Bardawal Prakash wrote: > > Hello, >I got error while installing dealii, can someone help me for > solving this issue? > Here I'm attaching snapshots of that error

Re: [deal.II] Re: error while installing dealii

2020-06-24 Thread ME20S001 Bardawal Prakash
Thanks, I will try with that modification On Wed, Jun 24, 2020, 5:05 PM simon...@gmail.com wrote: > Hi, > In your first sceenshot you can see this error message: > > "virtual memory exhausted: Cannot allocate memory" > > From your other screenshots it looks like you are running ubuntu in a >

[deal.II] Re: error while installing dealii

2020-06-24 Thread simon...@gmail.com
Hi, In your first sceenshot you can see this error message: "virtual memory exhausted: Cannot allocate memory" >From your other screenshots it looks like you are running ubuntu in a virtual box. If that is the case, I would expect that increasing the RAM of your virtual machine will fix the