Menu

compilation: Altix box

2005-09-28
2013-06-05
  • Aloysius Soon SL

    Hi,
    I would like to compile the EXCIT!NG code on an Altix box (ifort, shared memory). Any pointers please? I see that the setup file does not mention so I was hoping to get some help here.

    Many thanks.

    Best regards,
    Aloysius

     
    • Makhlouf Kharoubi

      Hi Aloysius,
      for the compilation:
      you just add -openmp in FFLAGS for example  if you are using intel ifort compiler
      to execute the generated exciting executable, you should first define the variable OMP_NUM_THREADS in your .bashrc or execute in terminal shell:
      export OMP_NUM_THREADS=8

      the number 8 is the number of cores in the your machine (8 for two quad core node )

      and the execute exciting

      Good luck

       

Log in to post a comment.