Browse Source

Another fix for omp_lib (at least on perlmutter) when MPI is disabled

master
Tobias Neumann 2 years ago
parent
commit
9aa1afae3f
  1. 2
      src/Need/mcfm_omp.f

2
src/Need/mcfm_omp.f

@ -1,8 +1,8 @@
program mcfm
use omp_lib
implicit none
include 'types.f'
include "omp_lib.h"
include 'mpicommon.f'
integer:: t,threadmin,threadmax,trials,trial

Loading…
Cancel
Save