szaghi / FoBiS

FoBiS.py, Fortran projects Building System for poor people
138 stars 35 forks source link

Typo: -oqpenmp #125

Open jacobwilliams opened 3 years ago

jacobwilliams commented 3 years ago

In the intel compiler options:

    self._openmp = ['-qopenmp', '-oqpenmp']

I think the second one is a typo.

szaghi commented 3 years ago

Thank you very much @jacobwilliams , I'll fix soon

cheers