ユーザ用ツール

サイト用ツール


サイドバー


最近の更新




タグ一覧

タグ#
1
1
1
1
1
1
1
1
1
1
tools:environment_modules:modulefiles:gcc:9.3.0

modulefile

/path/to/environment_modules/modulefiles/compiler/gcc-9.3.0

#%Module1.0

conflict compiler

set module_root      /opt/gcc/9.3.0
set ver              9.3.0

setenv GCC_ROOT ${module_root}
setenv CC    gcc
setenv CXX   g++
setenv FC    gfortran

prepend-path PATH            ${module_root}/bin
prepend-path LD_LIBRARY_PATH ${module_root}/lib
prepend-path LD_LIBRARY_PATH ${module_root}/lib64
prepend-path LIBRARY_PATH    ${module_root}/lib
prepend-path LIBRARY_PATH    ${module_root}/lib64
prepend-path CPATH           ${module_root}/include
prepend-path MANPATH         ${module_root}/share/man

set module_description "GNU Compiler Collection ${ver}"

module-whatis    $module_description

proc ModulesHelp { } {
    global set module_description
    puts stderr "
        $module_description
    "
tools/environment_modules/modulefiles/gcc/9.3.0.txt · 最終更新: 2021/01/09 14:37 (外部編集)