|
|
@@ -2771,14 +2771,6 @@ if ($ARGV[6] == 1) { |
|
|
|
@no_underscore_objs = (@no_underscore_objs, @lapackeobjs); |
|
|
|
} |
|
|
|
|
|
|
|
@linuxobjs = ('__strtol_internal', 'exit', 'free', 'getenv', 'malloc', |
|
|
|
'mmap', 'printf', 'sqrt', |
|
|
|
'pthread_cond_broadcast', 'pthread_cond_destroy', |
|
|
|
'pthread_cond_init', 'pthread_cond_signal', 'pthread_cond_wait', |
|
|
|
'pthread_create', 'pthread_exit', 'pthread_join', |
|
|
|
'pthread_mutex_destroy', 'pthread_mutex_init', |
|
|
|
'pthread_mutex_lock', 'pthread_mutex_unlock'); |
|
|
|
|
|
|
|
@hplobjs = (daxpy, dcopy, dscal, idamax, dgemv, dtrsv, dger, dgemm, dtrsm); |
|
|
|
@hplobjs2 = (HPL_dlaswp00N, HPL_dlaswp01N, HPL_dlaswp01T); |
|
|
|
|
|
|
@@ -2786,31 +2778,6 @@ $bu = $ARGV[2]; |
|
|
|
|
|
|
|
$bu = "" if (($bu eq "0") || ($bu eq "1")); |
|
|
|
|
|
|
|
if ($ARGV[0] eq "linux"){ |
|
|
|
|
|
|
|
@underscore_objs = (@underscore_objs, @misc_common_objs); |
|
|
|
@no_underscore_objs = (@no_underscore_objs, @misc_common_objs); |
|
|
|
|
|
|
|
foreach $objs (@underscore_objs) { |
|
|
|
print $objs, $bu, "\n"; |
|
|
|
} |
|
|
|
|
|
|
|
foreach $objs (@need_2underscore_objs) { |
|
|
|
print $objs, $bu, $bu, "\n"; |
|
|
|
} |
|
|
|
|
|
|
|
# if ($ARGV[4] == 0) { |
|
|
|
foreach $objs (@no_underscore_objs) { |
|
|
|
print $objs, "\n"; |
|
|
|
} |
|
|
|
# } |
|
|
|
|
|
|
|
foreach $objs (@linuxobjs) { |
|
|
|
print $objs, "\n"; |
|
|
|
} |
|
|
|
exit(0); |
|
|
|
} |
|
|
|
|
|
|
|
if ($ARGV[0] eq "osx"){ |
|
|
|
|
|
|
|
@underscore_objs = (@underscore_objs, @misc_common_objs); |
|
|
|