##源程序Wcor.c

#! /bin/bash

gcc
-o Wcor.o -c -g -std=gnu99 -Wall -pedantic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fopenmp -I/home/wikier/rsf/include Wcor.c

gcc
-o ./mycor -pthread Wcor.o -Lbuild/lib -L/home/wikier/rsf/lib/ -lrsf -lm -lblas -lgomp
.
/mycor < s.rsf uu=r.rsf axis=3 verb=y nbuf=100 >i.rsf

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-22
  • 2022-12-23
  • 2021-04-03
  • 2022-12-23
猜你喜欢
  • 2021-06-30
  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
  • 2021-12-31
  • 2021-09-12
  • 2021-12-18
相关资源
相似解决方案