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_inst.dir/build.make:90: recipe for target 'source/numerics/data_out_dof_data.inst' failed* *make[2]: *** [source/numerics/data_out_dof_data.inst] Error 1* *CMakeFiles/Makefile2:3083: recipe for target 'source/numerics/CMakeFiles/obj_numerics_inst.dir/all' failed* *make[1]: *** [source/numerics/CMakeFiles/obj_numerics_inst.dir/all] Error 2* *Makefile:127: recipe for target 'all' failed* *make: *** [all] Error 2* 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 I am attaching my "toolChain" File, detailed.log and output of make VERBOSE=1 with this email. I am wondering what am I missing here. The login node is intel-broadwell and compute node is intel-skylake. I cannot do the compilation process through the job script as the machine did not have the compile tools as modules on the nodes. Regards Phani On Fri, Apr 19, 2019 at 3:57 PM Daniel Arndt <[email protected]> wrote: > 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_instantiations executable (created by "make > expand_instantiations") is in PATH. > > Best, > Daniel > > -- > The deal.II project is located at http://www.dealii.org/ > For mailing list/forum options, see > https://groups.google.com/d/forum/dealii?hl=en > --- > You received this message because you are subscribed to the Google Groups > "deal.II User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
toolChain
Description: Binary data
detailed.log
Description: Binary data
makeVerbose
Description: Binary data
