LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-25-2006, 12:31 AM   #1
flanker12k
LQ Newbie
 
Registered: May 2006
Posts: 13

Rep: Reputation: 0
Need Help Installing Gaussian on SUSE 10


I'm a complete noob when it comes to linux let alone suse

okay for chemistry molecular modeling software theres a program called gaussian

and I'm following the instructions on the website, but I can't seem to get too far

http://www.gaussian.com/g_tech/install_binary.htm


on step three when I got to type cd $g03root it says no such directory exists when I type the commands in su mode....

help!


here's what I had from command line if it helps diagnose the problem

/home/> setenv mntpnt "/mnt/cdrom"
/home/> setenv g03root "dir"
/home/> cd $g03root
dir: No such file or directory.
/home/> setenv g03root
/home/> setenv mntpnt "/mnt/cd"
/home/> setenv g03root "dir"
/home/> cd g03root
g03root: No such file or directory.
/home/ad> cd $g03root
dir: No such file or directory.
/home/> mkdir /mnt/cd
mkdir: cannot create directory `/mnt/cd': File exists
/home/> cd $g03root
dir: No such file or directory.
/home/> ls
bin Desktop Documents public_html
/home/> cd bin
/bin> ls
/bin> cd..
/home/> $ /bin/csh
$: Command not found.
/home/> cd g03root
g03root: No such file or directory.
/home/> /bin
/bin: Permission denied.
/home/> root

CORRECT>rootv (y|n|e|a)? no
root: Command not found.
/home/> su
Password:
linux-drw4:/home/ # /bin
bash: /bin: is a directory
linux-drw4:/home/ # /bin/csh
naveed has logged on :0 from console.
naveed has logged on pts/0 from local.
naveed has logged on pts/1 from local.
linux-drw4 /home/ setenv mntpnt "/mnt/cdrom"
linux-drw4 /home/ setenv g03root "dir"
linux-drw4 /home/ cd $g03root
dir: No such file or directory.
linux-drw4 /home/

Last edited by flanker12k; 12-01-2009 at 06:43 PM.
 
Old 07-25-2006, 01:05 AM   #2
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by flanker12k
/home/naveed> setenv mntpnt "/mnt/cdrom"
/home/naveed> setenv g03root "dir"
/home/naveed> cd $g03root
dir: No such file or directory.
The problem is that you don't have a directory called dir. Looking at that link, when you run "setenv g03root "dir"", you're giving the variable g03root the value of the directory you want to install to. So, replace dir with the directory you want to install to (and if it doesn't exist, create it first).

Quote:
/home/naveed> $ /bin/csh
$: Command not found.
Here, you don't need to type the $. That's just the usual prompt you have.

Last edited by Nylex; 07-25-2006 at 01:07 AM.
 
Old 07-25-2006, 07:23 PM   #3
flanker12k
LQ Newbie
 
Registered: May 2006
Posts: 13

Original Poster
Rep: Reputation: 0
ohhhh, cool! Thank you.

alright now i'm stuck at step 4. here's what i did so far. the CD was already in when I booted into suse 10.1....

/home/naveed> setenv mntpnt "/mnt/cdrom"
/home/naveed> mk dir g03root

CORRECT>mv dir g03root (y|n|e|a)? yes
mv: cannot stat `dir': No such file or directory
/home/naveed> mkdir g03root
/home/naveed> ls
bin Desktop Documents g03root public_html
/home/naveed> setenv g03root "dir"
/home/naveed> cd $g03root
dir: No such file or directory.
/home/naveed> cd g03root
naveed/g03root> cat $mntpnt/tar/*.taz | zcat | tar xvf
cat: No match.

zcat: stdin: unexpected end of file
tar: Old option `f' requires an argument.
Try `tar --help' or `tar --usage' for more information.
naveed/g03root> cat $mntpnt/tar/*.taz | zcat | tar xvf -
cat: No match.

zcat: stdin: unexpected end of file
naveed/g03root> cat mntpnt/tar/*.taz | zcat |tar xvf
cat: No match.
tar: Old option `f' requires an argument.
Try `tar --help' or `tar --usage' for more information.

zcat: stdin: unexpected end of file
naveed/g03root>

Last edited by flanker12k; 07-25-2006 at 07:37 PM.
 
Old 07-25-2006, 11:50 PM   #4
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by flanker12k
/home/naveed> mkdir g03root
/home/naveed> ls
bin Desktop Documents g03root public_html
/home/naveed> setenv g03root "dir"
/home/naveed> cd $g03root
dir: No such file or directory.
You're doing the same thing as before. Again, with "setenv g03root "dir"", you're setting the value of an environment variable, $g03root with the value enclosed in the double quotes (i.e. dir). You do not have a directory called dir and the shell tells you so. You've created a directory called g03root, so if you want to use that, substitute "g03root" in place of "dir".
 
Old 07-26-2006, 12:10 AM   #5
flanker12k
LQ Newbie
 
Registered: May 2006
Posts: 13

Original Poster
Rep: Reputation: 0
okay this is what i've done so far am I on the right track this time?

naveed@linux-drw4:~> /bin/csh
/home/naveed> setenv mntpnt "/mnt/cdrom"
/home/naveed> setenv g03root "g03root
Unmatched ".
/home/naveed> setenv g03root "g03root"
/home/naveed> cd g03root
naveed/g03root> cat mnt/pnt/tar*.taz | zcat | tar xvf
cat: No match.

zcat: stdin: unexpected end of file
tar: Old option `f' requires an argument.
Try `tar --help' or `tar --usage' for more information.
naveed/g03root> cat mnt/pnt/tar*.taz | zcat | tar xvf -
cat: No match.

zcat: stdin: unexpected end of file
naveed/g03root> chgrp -R grp g03
chgrp: invalid group `grp'
naveed/g03root>
 
Old 07-26-2006, 12:15 AM   #6
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by flanker12k
naveed/g03root> cat mnt/pnt/tar*.taz | zcat | tar xvf
Those instructions say you're supposed to use the variable you called $mntpnt here (it'd also work if you used the value of that variable, which you've set as /mnt/cdrom). You're also missing a slash (/) between "tar" and "*" and a dash (-) after "xvf".
 
Old 08-08-2006, 07:22 PM   #7
rhodium
LQ Newbie
 
Registered: Aug 2006
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by Nylex
Those instructions say you're supposed to use the variable you called $mntpnt here (it'd also work if you used the value of that variable, which you've set as /mnt/cdrom). You're also missing a slash (/) between "tar" and "*" and a dash (-) after "xvf".
Hello people...
I am having the same problem as the previous user. The command line is this one:
candeias/G03> cat $mntpnt/tar/*.taz | zcat | tar xvf -
cat: No match.

zcat: stdin: unexpected end of file

why is this happening?... I have already set all the variables.

Help, please!!!
 
Old 08-28-2006, 05:48 AM   #8
phenolholic
LQ Newbie
 
Registered: Aug 2006
Posts: 5

Rep: Reputation: 0
where do you do research and what topics? i'm in FIU and we do PES
 
Old 08-28-2006, 10:09 PM   #9
flanker12k
LQ Newbie
 
Registered: May 2006
Posts: 13

Original Poster
Rep: Reputation: 0
forgive my retardedness, PES?? what's that?

I'm a Wichita State University primarily doing semi empircal with Cache 6.0 but I thought I would give it a shot at gaussian on a linux system on an athlon 64 machine running 64bit

This actually is a can of worms and for a linux newbie is a double can of worms because you don't understand what the hell is going on in linux! <sigh> its something to do with the way the permissions are set of gaussian and all goes back to some stupid copyright related issue (well thats what a graduate student told me anyway)

Last edited by flanker12k; 08-28-2006 at 10:12 PM.
 
Old 08-28-2006, 11:53 PM   #10
phenolholic
LQ Newbie
 
Registered: Aug 2006
Posts: 5

Rep: Reputation: 0
PES = potential energy surfaces. it calculates a gradient of the surface potential energy of atomic structures of reactions and intermediates using atomic and molecular geometries as parameters.
 
Old 09-26-2006, 12:36 PM   #11
marcelo61
LQ Newbie
 
Registered: Oct 2005
Posts: 6

Rep: Reputation: 0
Anyone got Gaussian 03 to work under suse 10.1?

When compiling it stop with this error:

util.so: undefined reference to `pthread_kill_other_threads_np'

Any ideas?

Thanks, Marcelo.

Last edited by marcelo61; 09-26-2006 at 01:23 PM.
 
Old 09-29-2006, 12:42 AM   #12
guiri
LQ Newbie
 
Registered: Sep 2006
Posts: 1

Rep: Reputation: 0
Gaussian 03 under SUSE 10 ENT (which is like SUSE 10.1) on a AMD Opteron 280 systems (Tyan GT24) and Portland PGI 5.1 Fortran. I am having some problems with this library lpgthread. Just to get Gaussian 03 D02 to start to compile I had to install the comtat-g77 rpm and create a file called localrc in /usr/pgi/linux86-64/5.1/bin that looked like this...

set LFC=-lg2c;
set LDSO=/lib64/ld-linux-x86-64.so.2;
set GCCDIR=/usr/lib64/gcc/x86_64-suse-linux/4.1.0;
set GCCINC=/usr//include;
set G77DIR=usr/lib64/gcc/x86_64-suse-linux/4.1.0;
set THROW=__THROW=;

But it would hang at -lpgthread library part. I then downloaded the
PGI 6.2 compiler from Portland and installed. Was then able to get Gaussian 03 D02 to compile. But when I went to check if it works I get
this error. ( I do get all 80 *.exe files). I set my env

GAUSS_SCRDIR=/home/scratch/(username)
export GAUSS_SCRDIR

g03root=/usr/local/
export g03root

source "$g03root/g03/bsd/g03.profile"


$> g03 test001.com
Segmentation fault

Anybody have any ideas ...
 
Old 09-29-2006, 06:24 AM   #13
marcelo61
LQ Newbie
 
Registered: Oct 2005
Posts: 6

Rep: Reputation: 0
same here

please see this post:

http://www.linuxquestions.org/questi...d.php?t=487167

Marcelo.
 
  


Reply

Tags
install, suse



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I get gaussian 03 (a quantum chemical program) to work on Fedora Core 5? martinr Linux - Software 13 12-14-2006 02:43 PM
Installing Suse 10 on a Suse 9.3 system silkmaze SUSE / openSUSE 14 10-16-2005 09:16 AM
Dual-boot WinXP / Suse 9, keeps crashing after installing Suse MagNiTek Linux - General 2 07-08-2005 12:39 PM
Generating Gaussian Random Numbers R00ts Programming 2 08-10-2004 11:51 PM
[SUSE 9.0] anyone succeeded on installing SUSE 9 via FTP? jasperlevink Linux - Distributions 2 11-24-2003 01:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration