6 Star 42 Fork 20

Yanfuti/yanfuti_icc2_block

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
start_icc2.csh 482 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yanfuti 提交于 2021-09-14 18:18 . initial commit
#!/usr/bin/tcsh -f
### start icc2
set path = ( $path /your/icc2/path/to/bin )
setenv SNPSLMD_LICENSE_FILE "/your/license/server/or/file"
### if you have lsf installed in your system, please config below to start icc2
set current_time = `date +"%Y%m%d_%H%M%S"`
set logfile = "logs/icc2.interactive.${current_time}.log"
mkdir -p logs
bsub -Ip -q normal -n 2 icc2_shell |& tee -i $logfile
### if no lsf installed, just use below command to start icc2
#icc2_shell |& tee -i $logfile
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yanfuti/yanfuti_icc2_block.git
git@gitee.com:yanfuti/yanfuti_icc2_block.git
yanfuti
yanfuti_icc2_block
yanfuti_icc2_block
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385