目前分類:makefile//shell script (11)

瀏覽方式: 標題列表 簡短摘要
  • Jul 07 Wed 2010 17:54
  • shell

http://nmc.nchu.edu.tw/linux/shell_lspace.htm


quantum2nd 發表在 痞客邦 留言(0) 人氣()

暫時停止前景執行的工作  :      Ctrl+Z

     [1]+ Stopped mm  ([1] 工作代碼)

quantum2nd 發表在 痞客邦 留言(0) 人氣()

-o<file>  :指定(更改)執行檔的名子

-O<n>  :最佳化,n=number 不同模式的最佳化

quantum2nd 發表在 痞客邦 留言(0) 人氣()

forrtl: error(78) process killed(SIGTERM)

for example:

quantum2nd 發表在 痞客邦 留言(0) 人氣()

http://www.ncsa.illinois.edu/UserInfo/Resources/Software/Intel/Compilers/8.1/f_ug1/ug1l_rt_errors.htm


quantum2nd 發表在 痞客邦 留言(0) 人氣()

(174) sigsegv:

 目前我覺得應該是記憶體錯誤1.ram 不夠大 ; 2. code 裡可能有array or matrix,dimention 可能錯了

quantum2nd 發表在 痞客邦 留言(0) 人氣()

1

  %.o 表明所有以 .o結尾的檔案

quantum2nd 發表在 痞客邦 留言(0) 人氣()

教學

http://www.gnu.org/software/make/manual/make.html#Makefile-Contents   (Y-J Kao)

quantum2nd 發表在 痞客邦 留言(0) 人氣()

example1:

#!/bin/sh

quantum2nd 發表在 痞客邦 留言(0) 人氣()

FC=ifort
CFLAG=-O2 -xW -unroll

quantum2nd 發表在 痞客邦 留言(0) 人氣()

FORTRAN 編譯器(LINUX)
http://www3.intel.com/cd/software/products/apac/zho/343156.htm

quantum2nd 發表在 痞客邦 留言(0) 人氣()