24小时热门版块排行榜    

查看: 2360  |  回复: 7
【奖励】 本帖被评价4次,作者abbott增加金币 3.5
当前主题已经存档。

abbott

金虫 (著名写手)


[资源] 【原创】安装 高斯 其实很简单的! 除非你想点击鼠标来安装

UNIX Binary Gaussian 09 Installation instructions
1.   Check that you have the correct versions of the OS, and libraries for your machine, as listed in the
     file platform_a02.pdf on the CD. The latest version of this file is always available on our website
     at www.gaussian.com/g09_plat.htm.
2.  Select a group which will own the Gaussian files. Users who will run Gaussian should either
    already be in this group, or should have this added to their list of groups. Consult your system
    administrator if you need help with this process.
3.  Mount the CD. Information about how to do this for various types of computers is given on the
    following page.
    Change to the C shell, and set the g09root and mntpnt environment variables:
4.
           $  /bin/csh
           %  setenv mntpnt "/mnt/cdrom"                  # Set to wherever CD is mounted.
           %  setenv g09root "dir"                        # Set to install location for G09.
           %  cd $g09root
5.  Read the CD, set group ownership, and run the build script:
           %  gunzip -c $mntpnt/tar/*.tgz | tar xvf -
           %  chgrp -R grp g09                            # grp=group from step 1.
           %  cd g09
           %  ./bsd/install
    You are now ready to run. Users will want to add the following to their .login or .profile file:
6.
           # .login commands                                        # .profile commands
           setenv g09root "dir"                                     g09root="dir"
           setenv GAUSS_SCRDIR "sdir"                              GAUSS_SCRDIR="sdir"
           source $g09root/g09/bsd/g09.login                        export g09root GAUSS_SCRDIR
                                                                    . $g09root/g09/bsd/g09.profile
    The dir in the first command is the location of the g09 directory. For example, if the path to this directory is
    /usr/local/g09, then set g09root to /usr/local. The sdir in the second command is a directory to be used by
    default for Gaussian 09 scratch files. There should be plenty of disk space available at this location.
==================以上是官方说明=========================================
个人认为, 如果你不知道什么是终端,那么,完了,上面的东西,你不用看了! 你会头疼死的。
而且回来一句,靠! 什么狗屁linux,安装一个软件如此麻烦!
来一个简单的!

假定, 你的系统已经安装完毕,网络OK!
系统归你使用,不设计其他软件的管理!
假定合法用户名:tom
假定你的$HOME是;/home/tom (不要奇怪,我的系统,没有/home分区,这个玩意,你想怎么写都可以!而在win, 你只有从C开始到Z的选择)
假定,你上传你的软件包到你的$HOME(实际上,你也只能在这里活动,其他的地方只有/tmp你能写东西), 软件包名字是g09.tar.gz

登录你的系统!
均是终端操作!(天,如果你不知道终端,抱歉,你找别人吧, 或者google, 我实在不清楚,鼠标如何能点出终端? 多数发行版本不太一样 )

使用putty, 采用ssh协议,(不会用, 请google!)
如果你的机器就在手边,那么直接登录!

现在假定你登录OK。
pwd 你应该看到
/home/tom

OK, 做下面的事情
mkdir GaussTemp
mkdir Opt
cp g09.tar.gz Opt
cd Opt
tar zxvf g09.tar.gz
cd g09
./bsd/install (看清楚,不要修改这里的任何东西)
cd
vi ~/.bashrc
==========添加以下的东西======
### Gaussian Configuration   ###
export g09root=/home/tom/Opt/
export GAUSS_SCRDIR=/home/tom/GaussTemp
source $g09root/g09/bsd/g09.login

=====Cut Here================

exit (反正是退出,重新登录! Linux不需要reboot!)
再次登录系统。
g09
你应该看到一些东西了....


######################
Attetion
######################

1   如果没有作业运算,但是这个GaussTemp里面还有文件,那么 简单,
rm -fr /home/tom/GaussTemp
(你也可以自动处理这个东西,比如使用cron!  如果你读了这句,不知道cron, 那么自己手动吧! ^_^ )
2    如果是不同版本的g03, 那么替换上面配置文件中的g09为g03
(sed 替换? 也许  不会就是手动吧  ^_^)

3    如果遭遇Segementation Fault, 其实这是个术语,玩过一点点C的都知道如怎么会事!a  咨询你的OS服务商寻求帮助; b  google自己解决; c  咨询高斯软件服务商解决。

4    遇到内存分配问题, 请检查: a 你使用的系统的内核, (你用的是APE 还是纯64的SMP); b  请勿使用太新的内核。 比如2.6.31-14-generic 就不太适合....

5    以上说法,对32bit 64bit系统通用,但是仅仅是Gnu/Linux, UNIX系统,不知道!
6    对以上的各项说法,如果存在问题,请你自己解决!
7    以上说法, 如果和你的认知有冲突,请邮件cctv.cntv@gmail.com发泄!

[ Last edited by abbott on 2010-1-6 at 21:01 ]
回复此楼
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

唯以不永伤

铁杆木虫 (著名写手)


linux下很牛逼~
2楼2010-01-06 23:14:59
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

cadick

木虫 (著名写手)


★★★★★ 五星级,优秀推荐

相当不错!支持原创!
3楼2010-01-06 23:22:37
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

luoqiquan

木虫 (著名写手)


★★★★★ 五星级,优秀推荐

very good
5楼2010-01-07 16:50:43
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

sswang

铜虫 (小有名气)


★★★ 三星级,支持鼓励

前排,顶一个
6楼2010-01-08 00:13:21
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

jeanie163

金虫 (小有名气)


Thank you
7楼2010-01-09 18:30:32
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
简单回复
btrwk4楼
2010-01-07 15:14   回复  
mingdong8楼
2010-01-11 14:27   回复  
 
相关版块跳转 我要订阅楼主 abbott 的主题更新
☆ 无星级 ★ 一星级 ★★★ 三星级 ★★★★★ 五星级
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 咱们一起用铁证分析2026国家社科基金中标与否 +7 启萌科技 2026-08-12 27/1350 2026-08-18 21:44 by Noways
[教师之家] 为什么余额宝的年化利率越来越低?主要原因有哪些? +3 瞬息宇宙 2026-08-15 3/150 2026-08-18 21:40 by xiaohuixin
[基金申请] 2027广东省杰青 +3 奶牛小黑 2026-08-15 9/450 2026-08-18 20:09 by 奶牛小黑
[基金申请] 欢迎发来filecode的Mz6后的代码验证其规律 +51 医学老男孩 2026-08-13 110/5500 2026-08-18 19:07 by icerianxia
[基金申请] 明天放榜? +5 Shxjjxjkx 2026-08-18 5/250 2026-08-18 18:14 by -大大大大大-
[基金申请] 时间戳变了,能看出什么问题? +8 基诺咪客 2026-08-17 11/550 2026-08-18 17:13 by 悠然熊猫
[基金申请] 重要消息,中午系统在维护 +9 yuleib84 2026-08-18 10/500 2026-08-18 16:52 by archvillain
[论文投稿] 投稿咨询 +4 wwm09 2026-08-17 6/300 2026-08-18 15:36 by wwm09
[基金申请] 时间戳又变了8-15 +14 archvillain 2026-08-15 26/1300 2026-08-18 13:37 by phantomgost
[基金申请] 哪位老哥知道今年的国自然具体哪一天放榜? +13 Ldrop2023 2026-08-13 16/800 2026-08-18 12:25 by 淀粉搬运工
[基金申请] 快农历七夕节了,轻松一下,男人悄悄话,女施主请不要进来。 +4 Tide man 2026-08-14 5/250 2026-08-18 11:35 by Tide man
[基金申请] 93BebMhtakh前后11位开头都是大写 +4 且听虎啸 2026-08-17 5/250 2026-08-18 00:49 by 蔡棒棒菂
[基金申请] 感觉是下周放榜了 +6 angus9576 2026-08-17 11/550 2026-08-17 23:57 by angus9576
[基金申请] filecode=后面第一个是大写字母 +8 wangze12014 2026-08-14 10/500 2026-08-17 17:05 by xter9665
[基金申请] 今天系统多次维护,明天很可能放榜! +8 zju2000 2026-08-16 9/450 2026-08-17 12:20 by lmz0216
[精细化工] 招聘 金属平磨液,抛光液研发工程师 +3 小天0311 2026-08-14 3/150 2026-08-16 07:31 by H9PLUS
[基金申请] 各位道友,我要去昆明玩几天,回来见。 +7 Tide man 2026-08-14 8/400 2026-08-15 01:11 by arzu_hma
[基金申请] 重要来源:本周末出结果 +10 瞬息宇宙 2026-08-12 10/500 2026-08-13 15:46 by likettle
[基金申请] Filecode 又变了,巨变 +3 WH3796 2026-08-12 4/200 2026-08-13 14:13 by 小木虫6752397
[基金申请] 结合人工智能,周易传统文化,filecode打分制来了,3分以上希望很大。 +3 Tide man 2026-08-12 4/200 2026-08-13 08:35 by ZJTJZ
信息提示
请填处理意见