General :: HERWIG Version Compatible With Gfortran
May 13, 2011I'm using ubuntu 10.10. I need a HERWIG version compatible with gfortran.Any suggestion will be welcome.
View 1 RepliesI'm using ubuntu 10.10. I need a HERWIG version compatible with gfortran.Any suggestion will be welcome.
View 1 RepliesI have install windows XP and Fedora-14-X86_64 on dual boot, I want to run other OS on fedora by using Virtual machine. I have download and installed VirtaulBox-4.0.0 successfully but I cannot able to start it. I got error about Vbox driver not installed [error code:1908]. I have also installed DKMS package, but also didn't work.
Finally I found the actual problem was kernel not compatible with latest version of vbox and I need to update my kernel-headers. I also meet that solution by using command: yum install binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel and its work fine, this command download and install the kernel compatible VirtualBox-3.2.* and now its works fine.
But problem is that when I booting my PC, it shows 3 options for entering OS rather then 2.
1. Fedora-14 (2.6.35.10.74.X86_64) [which is new one/updated after using that command]
2. Fedora-14 (2.6.35.6.45fc14.X86_64) [which is new one/updated after using that command]
3. Other [windows XP]
How can i delete that old version- No.2?
i want to know, which RTlinux core(source) is compatable with fedaro latest version.
View 7 Replies View RelatedI need to know what is compatible version of Fedora I need to install for build program thats can be run on RH 5.5 or 5.6 without upgrades. I know that RH6.0 built from FC12-13. So can I take FC10 and will be insured that it is right choose?
View 6 Replies View RelatedThere's a new version of ATI driver (9.12) Is it compatible with Fedora 12?
View 14 Replies View RelatedI just installed the newest version of Ubuntu 10.10 with a dual boot with Windows 7. I like it, but I think I might need sound drivers. Flash content sounds seem to lag a lot, and it is kind of annoying. I am using an ASUS M2N68-AM SE2. I can't find the original CD. and even if I did have it, would it even work with Ubuntu? Where can I get a compatible version?
View 1 Replies View RelatedWe are wavering between a CentOS 5.4 installation (64-bit) and a CentOS 4.x installation (32-bit). Our software is happier with a 32-bit installation, but I wonder if our 64-bit box will have a problem. Can you tell by looking at the data below?
[Code]...
Title pretty much says it all. I was working fine this morning on f15. Did an update and am now getting the above message. Have no internet access from affected machine. Running "NetworkManager" or "systemctl enable NetworkManager.service" does not fix the issue. Anyone else get this today? I know there was a similar known bug during pre-release.
View 14 Replies View RelatedAfter a recent update of fedora 15 (2 days ago) I lost my networkmanager icon in top panel completely. Then I check network manager version & found it's version 0.8.0.9997-5.git20110702. After this update I can't connect to internet by any means either via wired or wireless connection. When I try to open Network option from system settings it giving me an error: System network services are not compatible with this version.
I also try to open network-connection-editor by pressing Alt+F2 & typing:
nm-connection-editor
But it not works as well, I can't see any existing network connection there, moreover I can't even manually add any type of network connection there including mobile broadband! Then I do some googling from my windows machine & found this thread- [URL]. According to this thread I try to do downgrading of following 3 packages-
Code:
networkmanager
networkmanager-glib
networkmanager-gnome
But I can't downgrade via yumex as there's no internt connection in fedora. so i do a trick of myself. yumex suggests me to downgrade them to previous version 0.8.0.999-2.git20110509
so i manually download those 3 packages from my windows machine & copy them to /var/cache/yum/... folder. After that I do downgrading via yumex. But even after downgrading problem isn't solved. Same things happening still. No networkmanager icon in top panel & no internet
at present, there's no internet connection in my fedora 15 machine & I'm writing this post from my windows machine.
Moreover when I give this command in terminal:
Code:
sudo service network start
it giving me FAILED status.
I seem to have a problem with my Firefox upgrade. I am getting the following error: could not find compatible GRE between version 1.9.2.3 and 1.9.2.3.
View 9 Replies View RelatedI need to know which version of flashplayer I need to instal for ubuntu 9.10. when I go to adobe and hit install, i have to choose which version I want for linux. Which one is needed for ubuntu 9.10?
View 5 Replies View RelatedI'm trying to configure my SX205 printer. It is well recognized, and Gutenprint driver are available. But the printer doesn't work, here are the error messages :
The PPD version (6341210) is not compatible with Gutenprint 5.2.5.
I am on opensuse 11.3; so the gutenprint version is 5.2.4, i don't know why it talk about 5.2.5. I have tried cups-genppdupdate but it doesn't change anything.
i have ubuntu 64 bits. Since Thunderbird upgrade to 3.0.4, i dont see Lightning for 64 bits
View 1 Replies View Relatedi 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]....
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]...
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 RelatedI 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].....
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 RelatedI 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 RelatedThe 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 View RelatedI 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='..//').
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]....
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]....
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].....
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 RelatedThis 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]...
Which LXDE version of Linux has the newest version of Firefox and Open Office included?
I am looking for an iso file, and I am trying to run this off of a live CD for now. So I want a light version of Linux, probably LXDE, or if not, then probably XFCE. But I need a new version of Firefox and OpenOffice included.
Because, I tried burning the customizable NimbleX @ custom.nimblex.net . Pretty good, except it uses Firefox 2, and Open Office 2.3, which are outdated.
And I tried Mint XFCE, which might have been pretty good too, but it had some issue of blanking and requiring relogin after I opened hotmail frequently (user id: mint, password: blank).
The web browser and the word processing program are the most important and essential applications to me.
So are there any Linux versions in LXDE on LiveCD that include newer versions of Firefox (or at least another good browser) and Open Office (oo seems better than abi)? (Again, if no LXDE, perhaps XFCE?)
I just want to download a good version in an iso file, and burn it to a CD and get to work. Like I said the web browser and the word processing program are all important.
So really, what iso/LiveCD versions are the fastest for running on an older system, and yet have the newest browser and word processor included?
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?
I'm buying this unit from deal extreme: it's a bitorrent downloader, with NAS capability. I'm interested in sharing an external HD in it, with media and backup purposes. I'm afraid of energy problems (don't know if this is the correct term), corrupting my mounted drives (like after a storm), so I thought about buying an UPS that sends a "signal" to my Linux box, and a script in my Linux box would unmout everything to avoid problems.Do this "UPS signal" feature exists? Do you have model suggestions?
View 1 Replies View RelatedI have an old mini-desktop computer I want to have as a spare machine for internet browsing and checking email. It has a copy of XP currently, but the previous owner didn't put the key in so I can't get onto it at all. I plan on putting linux on it, just not sure what it can handle. It has 384 megs of RAM I believe, and the processor is a via C3, so I'm not even sure if I can run linux on it. I've checked the faqs and googled a bit, but I can't tell if it's i486, i586, or one of those things, and I'm not sure what linux distros(if any) are compatible. Will linux mint be able to run on a 900mhz processor of this sort and 384 megs of RAM? I'm thinking no, but it's the only linux distro I've dabbled with before. If not, will ubuntu? Will opensuse?
View 5 Replies View Related