Software :: Gfortran Gives Different Output After Installation OpenSUSE 11.3
Aug 16, 2010
The problem is strange for me, I have fresh installed openSUSE 11.3 after that my fortran codes using gfortran compiler gives different output. The same codes gives correct values in windows but I use linux for programming.
View 2 Replies
ADVERTISEMENT
Jan 21, 2010
I would need to compile some old codes with g77 (unfortunately, they doesn't compile with gfortran). The gcc44-fortran is installed on my computer but if I have well understood, there is no g77 compiler in this package... Do you think I can install gcc33-fortran without creating conflicts between the 2 packages?
View 2 Replies
View Related
Jan 26, 2010
I've recently upgraded from 8.04 to 9.10 and in the process, I've lost access to gfortran. I'm using the gfortran that came with Karmic, but when I execute the make file I get this:
Code:
ld GetNextPerigee.o -o GetNextPerigee
ld: warning: cannot find entry symbol _start; defaulting to 0000000008048094
GetNextPerigee.o: In function `MAIN__':
GetNextPerigee.f90:(.text+0x26): undefined reference to `_gfortran_set_options'
GetNextPerigee.f90:(.text+0x2b): undefined reference to `_gfortran_iargc'
[Code]....
View 1 Replies
View Related
Jan 18, 2011
Problem to install any release of gfortran on Red Hat Enterprise Linux Client release 5.6 (Tikanga) Tried searching on the web - no result. Tried "yum install libgfortran" - no result. Tried Installing gcc-gfortran from Fedora's rpm. - got paradoxes like:
[Code]...
View 6 Replies
View Related
Dec 1, 2010
I recently installed gfortran 4.5 and it's documentation on Kubuntu 10.10; however I can't seem to run the application. The application is located in root/usr/bin/gfortran 4.5. I was using the desk manager. The application menu in Kubuntu doesn't show gfortran as an application. how do I run gfortran 4.5, from the command window? Can I run gfortran using any of the Kubuntru desktop menus? Are there any procedures (commands etc), that I can use to run gfortran? Is there any documentation (Kubuntu, GNU etc),
View 4 Replies
View Related
Nov 17, 2009
I have legacy fortran 77 code that used to compile seamlessly using g77 on an old machine. I've tried to recompile it on a new machine (old one is dead) using the original makefile, but the linker fails under g77, while there are persisting syntax errors using gfortran. I have two source files readmixed.f and subroutines.f. Under g77 the object files are produced using
Quote:
$ f77 -c readmixed.f -o readmixed.o
$ f77 -c subroutines.f -o subroutines.o
but the linking fails with
Quote:
$ f77 readmixed.o subroutines.o -o readmixed
subroutines.o(.text+0x0): In function `norm1_':
: multiple definition of `norm1_'
readmixed.o(.text+0x3987): first defined here
[code].....
View 2 Replies
View Related
Oct 8, 2014
I have Windows 7==>Oracle VB==>Ubuntu==>Gfortran. How do I debug fortran programs? I would like to have a step by step debugging.
View 1 Replies
View Related
May 13, 2011
I'm using ubuntu 10.10. I need a HERWIG version compatible with gfortran.Any suggestion will be welcome.
View 1 Replies
View Related
Jan 20, 2010
i am not able to install gfortran compiler. i have
1)gcc-fortran-4.3.3.tar.gz.sig
2) gcc-fortran-4.3.3.tar.gz
i got the public key and verified it using coomand
[Code]....
View 12 Replies
View Related
Sep 10, 2010
I am new to both linux and fortran programming. I am trying to read from an external file, but it gives this error message: Fortran runtime error: Bad integer for item 1 in list input Part of the code that has the problem is:
open(unit=3,file=&
atrain_data/prfdata/temp_pres_cld_profile_for_CRTM2006-06-15T200163.dat',FORM='formatted')
read(3,*)bsepos
read(3,*)toppos
write(3,*)bsepos
write(3,*)toppos
[Code]...
All the variables have been declared before and there is no problem with that. The problem (error message) is in the (first) line that deals with open(unit=3,file='..//').
View 2 Replies
View Related
Apr 29, 2011
I'm a user of RHEL5 in a HP z800 workstation and I want to use the CentOS5 repositories too.problem with RHEL5 is that yum can't find the gfortran packages in the repositories.
I've tried to use the CentOS5 repos. I've created a file in /etc/yum.repos.d called CentOS5.repo that contains:
[CentOS5 base]
name=CentOS-5-Base
mirrorlist=http://mirrorlist.centos.org/?release=5&arch=x86_64&repo=os
#baseurl=http://mirror.centos.org/centos/5/os/x86_64/
[code]....
View 3 Replies
View Related
Apr 14, 2011
I've a FORTRAN program that I would like to compile in my machine. I've gfortran installed, so I issue the command: gfortran asc2bin.f write_geogrid.o
but this error are displayed
Code:
asc2bin.f:3.72:
INTEGER isigned,i,j,endian,wordsize,nx,ny,xllcorner,yllcorner,
1
Error: Invalid character in name at (1)
[Code].....
View 1 Replies
View Related
Mar 5, 2011
Generating avi files for movies directly from gfortran programs. I make movies from my Fortran codes using seismic unix - SU. Need to modernize this method to make avi movies or something similar. I am quite adept at generating "C" binary files from Fortran. Have not been able to find the documented definition of AVI file format.
View 1 Replies
View Related
Jul 6, 2011
This is my first post. I am unable to call some of the fftw3 library functions in a very simple fortran code. The code is as follows (the filename is trial.f):
Code:
program trial
implicit none
[code]...
View 5 Replies
View Related
Jun 27, 2009
In mandriva 2008 platform I have installed gcc-g77, liblapack, liblapack-devel, libblas, libblas-devel, arpack, arpack-devel and arpack-static packages. When I link *.f code and these libraries, using g77 compiler with -llapack -lblas -larpack options, everything work. Then when I replaced g77 by gfortran compiler, to be able to work with double precision complex arithmetic, I have got a number of undefined references errors:
[code].....
It looks as if I need to install f95 lapack and arpack libraries. Does anybody know if such rpm packages exist? I cannot find them in the net. If they exist, where is it possible to download them?
View 1 Replies
View Related
Apr 3, 2011
I've been experiencing a problem when I try to install Ubuntu 10.10 and 11.04 on my girlfriend's notebook. In the middle of the installation process a window pops-up saying "[Errno 5] input/output error". This has happened with both versions and I can't get through it, no matter what.
View 5 Replies
View Related
Mar 2, 2010
I'm flooded with online information and am looking for some concise advice For all of you who are familiar with Avidemux: The program offers an abundance of video output formats (MPEG-2, MPEG-4.AVC, MPEG-4.ASP (lavc), MPEG-4 (xvid), H.263). Which format would you recommend for storing home videos, with regard to (a) being able to view them easily on different PC platforms, and to (b) being able to view them still in n > 5 years from now?
View 9 Replies
View Related
Sep 29, 2010
Recently I had to login to OS 11.3 via tty, but was unable to. Tty screen was flooded with syslog output. Instead of outputting info only on tty10 it was throwing it on every tty (1-6), I switched to.
How to fix this behaviour and restrict syslog output only to tty10?
View 9 Replies
View Related
Mar 18, 2011
As you will see from the screenshot, I am getting a strange display on all ext4 partitions in gparted - but only when the version of gparted installed in opensuse is used. The version is 0.8.0-1.2.As displayed in the screenshot, I have checked that e2fsprogs is installed. It is, and the version is 41+ (ie 1.41.14-5.1)I do not get the triangles displayed for ext4 partitions when I use gparted from within Ubuntu or Fedora - just opensuse.fsck has been run several times and completes quickly, reporting that the file system is clean, on all ext4 partitions.
View 9 Replies
View Related
Feb 9, 2010
Does anybody know if with OpenSUSE 11.2 something changed in the way the users are logged in to X? I am running an application which uses notify-send command to send pop ups and it is not working properly, but it works in OpenSUSE 11.1, 11.0, 10.x, The same goes for SLED and SLES, all versions.This is what I have found so far.Before the 'who' output was
Code:
$ foo@bar:~/Desktop> who
foo :0 2010-01-26 14:40
[code]....
View 9 Replies
View Related
Mar 26, 2010
I've installed all codecs according to the multimedia guide, did the package switch to Packman and still no sound from Amarok.
Songs appear to be playing but no music plays.
I can hear my music files with Enqueue in SMPlayer, VLC, Gnome Mplayer, Kaffeine, Mplayer, and SMPlayer.
Running OpenSUSE 11.2, KDE 4.4.1, Amarok 2.3
View 9 Replies
View Related
Mar 9, 2011
I just finished installing 11.4 64bit. Kaffeine and Amarok both produce sound, but VLC does not. When I invoke vlc [URL]. I can see the name of the album playing but there is silence. I ran the mmcheck script.
View 9 Replies
View Related
May 18, 2011
I just installed a OpenSuse 11.4 box. Now when I do a 'ls -l' I see the date format different than on all my other boxes even though I have identical regional settings. Is there a way (env var) to control this behaviour ?
View 6 Replies
View Related
Oct 3, 2010
I connect my HP nx6325 to my TV set and press fn+F4, no signal output to TV. Did someone know how to fix this problem. My OS is OpenSuse Linux 11.1.
View 1 Replies
View Related
Apr 29, 2010
I cant seem to get the sound working and when I click on perference then sounds and go to the output selection it has only dummy output as a option.
View 3 Replies
View Related
Mar 7, 2010
I installed KMplayer but I cant play video files...No video output but can get only the audio output...So how to make this work for videos?
View 2 Replies
View Related
Jan 25, 2011
Running 10.10 and win 7 on my HP dv6-2150us laptop and I'm having a few issues.
First how do I get HDMI audio output to my TV? I think I have just a integrated Intel graphics card. It works fine in windows but I can't seem to get it to work in Ubuntu. I tried searching but couldn't find anything pertaining to this issue.
View 3 Replies
View Related
Jun 27, 2010
I am interested in using fortran and an external library called matio used to save arrays to matlab .mat files. I have installed the matio and matio-dev packages from synaptics but i cannot compile a code receiving an error Code: christos@christos-laptop:~/Desktop$ gfortran -o test test.f90 -lmatio -lz test.f90:2.13: USE MATIO 1
Fatal Error: Can't open module file 'matio.mod' for reading at (1): No such file or directory How can i load a module in order to use it in fortran through the GCC compiler?
View 1 Replies
View Related
Jan 4, 2011
I noticed when running "ps -ef" that there are a bunch of processes listed with brackets. ie "[process]". Some of them appear to be daemons and others look more like kernel modules? I haven't found a program directly associated with them and was hoping somebody could clarify this for me?
Also, if I run a search of the file system with sudo or as root, there is a directory in my home that returns a permission denied. I understand permissions but shouldn't operations as root be able to do/access anything on the system?
View 4 Replies
View Related
Sep 12, 2011
How can i get the RAM Memory on system in terminal when i have 3 GB with an output like this:
3072
or
3145728
[code]....
View 8 Replies
View Related