removed blas_thread_shutdown from gensymbol
authorWerner Saar <wernsaar@googlemail.com>
Sun, 8 Jan 2017 07:51:30 +0000 (08:51 +0100)
committerWerner Saar <wernsaar@googlemail.com>
Sun, 8 Jan 2017 07:51:30 +0000 (08:51 +0100)
exports/check_objs.sh
exports/gensymbol

index 2f67462..1083623 100755 (executable)
@@ -4,6 +4,9 @@ while read OBJ; do
        
        if echo "$OBJ"|grep "_$" >/dev/null
        then
+               [ "$OBJ" = "caxpyc_" ] && continue
+               [ "$OBJ" = "zaxpyc_" ] && continue
+               [ "$OBJ" = "blas_thread_shutdown_" ] && continue
 
                O1=$(echo "$OBJ"|sed -e 's/_$//' )
 
@@ -13,6 +16,7 @@ while read OBJ; do
                else
                        echo "$O1"
                fi
+               continue
        fi
 
        if echo "$OBJ"|grep "^cblas" >/dev/null
@@ -24,6 +28,7 @@ while read OBJ; do
                else
                        echo "$OBJ"
                fi
+               continue
        fi
 
        if echo "$OBJ"|grep "^LAPACKE" >/dev/null
@@ -35,6 +40,7 @@ while read OBJ; do
                else
                        echo "$OBJ"
                fi
+               continue
        fi
 
        if echo "$OBJ"|grep "^lapack" >/dev/null
index e9ca430..9a9d15a 100644 (file)
@@ -2,14 +2,17 @@
 
 # Changelog
 # 2017/07/01 Saar
-# removed zsymv and csymv from @blasobs, because these functions 
+# removed zsymv_ and csymv_ from @blasobs, because these functions 
 # are now in lapack-3.7.0
-# added blas_thread_shutdown
-# added cblas_cgemm3m and cblas_zgemm3m
-# added somatcopy, simatcopy ...
+# added blas_thread_shutdown_
+# added Cblas_cgemm3m and Cblas_zgemm3m
+# added somatcopy_, simatcopy_ ...
 # added new functions from lapack-3.7.0
 # added LAPACKE deprecated objs from lapack-3.7.0
 #
+# 2017/08/01 Saar
+# removed blas_thread_shutdown_
+#
 @blasobjs   = (
               caxpy,ccopy,cdotc,cdotu,cgbmv,cgemm,cgemv,cgerc,cgeru,
               chbmv,chemm,chemv,cher2,cher2k,cher,cherk,
                            );
 
 @misc_underscore_objs = (
-                    blas_thread_shutdown,
                         );
 
 @lapackobjs = (