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. Infact I created build directory and did cmake -DCMAKE_TOOLCHAIN_FILE=toolChain -DDEAL_II_ALLOW_AUTODETECTION=OFF ../dealii-9.0.1 After the configure step. I did a make I got the following error now: /bin/sh: expand_instantiations: command not found 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 127 CMakeFiles/Makefile2:966: 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 This error is probably because I did not do the first step as you suggested. Please let me know what am I missing here. Regards Phani On Sat, Apr 6, 2019 at 4:17 PM Matthias Maier <tam...@43-1.org> wrote: > 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 5, 2019, at 14:45 CDT, Bruno Turcksin < > bruno.turck...@gmail.com> wrote: > > > Le ven. 5 avr. 2019 à 14:48, Phani Motamarri <pha...@umich.edu> 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 cross compilation. > > > > I've never tried that. Maybe Martin has experience with that? > > > > Bruno > > -- > 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 dealii+unsubscr...@googlegroups.com. > 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 dealii+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.