Skip to content

Commit

Permalink
Attempt to fix compilations error with older gfortran (CHARACTER(*) f…
Browse files Browse the repository at this point in the history
…unction cannot be pure).
  • Loading branch information
hfp committed May 14, 2016
1 parent 0f5eb88 commit 2e7ff0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libxsmm.template.f
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ SUBROUTINE libxsmm_omp_dgemm(transa, transb, m, n, k, &
! Returns a name for the target architecture as identified
! by libxsmm_get_target_arch().
!DIR$ ATTRIBUTES OFFLOAD:MIC :: libxsmm_get_target_archid
PURE FUNCTION libxsmm_get_target_archid() RESULT(name)
FUNCTION libxsmm_get_target_archid() RESULT(name)
CHARACTER(LEN=:), ALLOCATABLE :: name
CHARACTER(LEN=16) :: tmp
!DIR$ ATTRIBUTES OFFLOAD:MIC :: get_target_archid
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
master-1.4.1-53
master-1.4.1-54

0 comments on commit 2e7ff0b

Please sign in to comment.