https://github.com/THUDM/ProNE
Raw File
Tip revision: 873630a5943f3eba8f4bbc9751fdf16af98d2171 authored by lykeven on 26 May 2020, 12:18:34 UTC
update
Tip revision: 873630a
compile.sh
#!/bin/bash

icc -O3 -mkl -qopenmp frpca.c frpca_test.c matrix_vector_functions_intel_mkl_ext.c matrix_vector_functions_intel_mkl.c -o frpca_test
back to top