Re: [deal.II] Re: dealii compilation on Cray machine

2019-04-20 Thread Daniel Arndt
Phani, I did the following steps in order: > > 1) Created build directory > 2) cmake -DCMAKE_TOOLCHAIN_FILE=toolChain ../dealii-9.0.1 > 3) make expand_instantiations_exe > 4) export > PATH="/home/ComputationalSolidMechanics/yashu_mom145/dft-fe/dealii/buildMinimal/bin/:$PATH" > 5) make > You shou

Re: [deal.II] Re: dealii compilation on Cray machine

2019-04-19 Thread Phani Motamarri
Hi Daniel, Ok I do that, now I get the original compilation error for which I started this email thread. *Please verify that both the operating system and the processor support Intel(R) AVX512DQ, AVX512F, AVX512CD, AVX512BW and AVX512VL instructions.* *source/numerics/CMakeFiles/obj_numerics_ins

Re: [deal.II] Re: dealii compilation on Cray machine

2019-04-19 Thread Daniel Arndt
Phani, I was wondering if you can elaborate > "You have to set up a native deal.II build directory first and run make > expand_instantiations_exe in it. " > > I did not understand what this means. > Just run $ make expand_instantiations_exe before $ make and make sure that the expand_in

Re: [deal.II] Re: dealii compilation on Cray machine

2019-04-18 Thread Phani Motamarri
Hi, I am trying to test cross compiling as suggested in https://www.dealii.org/9.0.0/developers/porting.html. I was wondering if you can elaborate "You have to set up a native deal.II build directory first and run make expand_instantiations_exe in it. " I did not understand what this means. Infa

Re: [deal.II] Re: dealii compilation on Cray machine

2019-04-18 Thread Phani Motamarri
Sorry for the late reply. I have tried to submit the compilation job, i.e., "cmake -D && make -j xx" through a job file. But I was not successful as you rightly predicted the machine did not have the compile tools as modules on the nodes. Any other suggestions? On Sat, Apr 6, 2019 at 3:45 PM

Re: [deal.II] Re: dealii compilation on Cray machine

2019-04-06 Thread Matthias Maier
Cross compilation should work - I have briefly tested it back in 2011 and have written a very minimalistic paragraph about what you have to do: https://www.dealii.org/9.0.0/developers/porting.html It would be great if someone could verify that it still works :-D Best, Matthias On Fri, Apr

Re: [deal.II] Re: dealii compilation on Cray machine

2019-04-06 Thread Martin Kronbichler
On 05.04.19 21:45, Bruno Turcksin wrote: Le ven. 5 avr. 2019 à 14:48, Phani Motamarri a écrit : No login node is intel-broadwell and compute node is intel-skylake. Problem is that the supercomputer I am compiling on has no way to access compute node (interactive job) directly for compiling.

Re: [deal.II] Re: dealii compilation on Cray machine

2019-04-05 Thread Bruno Turcksin
Le ven. 5 avr. 2019 à 14:48, Phani Motamarri a écrit : > > No login node is intel-broadwell and compute node is intel-skylake. Problem > is that the supercomputer I am compiling on has no way to access compute node > (interactive job) directly for compiling. I am not sure if dealii allows for >

Re: [deal.II] Re: dealii compilation on Cray machine

2019-04-05 Thread Phani Motamarri
No login node is intel-broadwell and compute node is intel-skylake. Problem is that the supercomputer I am compiling on has no way to access compute node (interactive job) directly for compiling. I am not sure if dealii allows for cross compilation. On Fri, Apr 5, 2019 at 1:44 PM Bruno Turcksin w

Re: [deal.II] Re: dealii compilation on Cray machine

2019-04-05 Thread Bruno Turcksin
Phani, Can you try the same configuration with master? Until recently there was no way to disable the simd pragma (you could only disable the intrinsics). Do the login and the compute node have the same architecture? Best, Bruno On Friday, April 5, 2019 at 1:21:45 PM UTC-4, Phani Motamarri wr

Re: [deal.II] Re: dealii compilation on Cray machine

2019-04-05 Thread Phani Motamarri
Hi Daniel, Many thanks for the reply. As you suggested, I tried a minimal configuration just using *cmake -DDEAL_II_ALLOW_AUTODETECTION=OFF -DDEAL_II_ALLOW_PLATFORM_INTROSPECTION=OFF -DCMAKE_C_COMPILER=cc -DCMAKE_CXX_COMPILER=CC -DCMAKE_Fortran_COMPILER=ftn -DMPI_C_COMPILER=cc -DMPI_CXX_COMPILER=C

Re: [deal.II] Re: dealii compilation on Cray machine

2019-04-03 Thread Daniel Arndt
Phani, *[...]* > > *Please verify that both the operating system and the processor support > Intel(R) AVX512DQ, AVX512F, AVX512CD, AVX512BW and AVX512VL instructions.* > > *source/numerics/CMakeFiles/obj_numerics_inst.dir/build.make:91: recipe > for target 'source/numerics/data_out_dof_data.inst

Re: [deal.II] Re: dealii compilation on Cray machine

2019-04-02 Thread Phani Motamarri
Thank you Daniel for the reply. It was my bad of pointing to the wrong scalapack path. Now the configure step passes. When I start doing "make" , I get the following error after finishing 35% of the build process: *Scanning dependencies of target obj_sundials_release* *[ 34%] Building CXX object

[deal.II] Re: dealii compilation on Cray machine

2019-04-02 Thread Daniel Arndt
Phani, The relevant error message is: Performing C++ SOURCE FILE Test DEAL_II_HAVE_USABLE_FLAGS_RELEASE failed with the following output: Change Dir: /home/ComputationalSolidMechanics/yashu_mom145/dft-fe/dealii/buildDealii9.0.1/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_b428c