Skip to content

Commit

Permalink
The last active KSMP preprocessor flag is replaced by USEOMP.
Browse files Browse the repository at this point in the history
  • Loading branch information
gulans committed Jul 18, 2014
1 parent 99b2530 commit 9391ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bandstr.f90
Expand Up @@ -149,7 +149,7 @@ Subroutine bandstr
splittfile = .True.
Do ik = firstk (rank), lastk (rank)
#endif
#ifdef KSMP
#ifdef USEOMP
!$OMP PARALLEL DEFAULT(SHARED) &
!$OMP PRIVATE(evalfv,evecfv,evecsv) &
!$OMP PRIVATE(dmat,apwalm) &
Expand Down Expand Up @@ -224,7 +224,7 @@ Subroutine bandstr
Call MPI_barrier(MPI_COMM_WORLD, ierr)
#endif

#ifdef KSMP
#ifdef USEOMP
!$OMP END DO
!$OMP END PARALLEL
#endif
Expand Down

0 comments on commit 9391ed7

Please sign in to comment.