Fedora X86/64bit :: Same Fortran Code, Different Results For 32 And 64bit System?

Jan 15, 2010

I have the simple fortran codes as:

Code:
integer :: i1=2455121, i2=2455121
real :: s1=0.19123840, s2=0.20749992
real*8 :: a1, a2
a1=i1+s1; a2=i2+s2

[Code]....

When s1 and s2 are stated with 'real*8', the 64bit and 32bit systems get the same results.

View 6 Replies


ADVERTISEMENT

Programming :: Fortran Code On 32/64bit Machine

Jun 10, 2009

I'm not a Fortran coder but I need to call the sub-routine ADAPT.f from a c code.This subroutine calculates a multiple integral of a given function.My problem is that the c code works with no problem in a 32 bit machine but it does not in a 64 bit machine, and the problem seems to be related to adapt, which calculations gives a NA rather than the result of integration.Since fortran is quite obscure for me, I don't know why is this happening. Maybe I should change some data type (from real to double), but I'm not sure. Does anyone have a clue?

View 3 Replies View Related

Fedora :: Find Checksum Code F11/12 64bit?

Feb 7, 2010

I have downloaded both fedora 11 64bit DVD iso and fedora 12 64 bit live cd,but the install failed on a brand new AMD Athlon II X4. The f11 was polite and said there were errors in the media, but f12 displayed an illegible line of text and stopped. On prior installs there was a obvious checksum value to verify that the download was good So far I have been unable to find one. I'd like to verify that the download is good before I buy more crappy cd's that don't work.

View 2 Replies View Related

Fedora X86/64bit :: Install Skype On A 64bit Fc14 And The 32bit Doesn't Work

Feb 16, 2011

I am trying to install skype on a 64bit Fc14 and the 32bit doesn't work.

View 8 Replies View Related

Fedora X86/64bit :: Skype Static Version On 64bit FC10

Mar 16, 2009

Downloaded from here: [URL] then ,it is 32-bit and I need to know what all 32-bit libs are needed as dependency for skype to work. I am on Gnome Fedora and purposefully selected static version of skype to prevent installation of libqt4.

View 2 Replies View Related

Fedora X86/64bit :: No Sound In F X86 64bit In Sony Vaio Laptop?

May 24, 2010

I just bought sony vaio laptop(EB16) couple of days before.I had window 7 OS. Two days before i downloaded Fedora-12-x86_64-DVD & installed in my PC.Everything is working fine except when i play any video or audio file such as .avi, .mp3 from any player such as vlc player, movie player ,xine etc , i don't get any sound.I tried to search this problem in internet but still i am not able to resolve this problem.

[Code]...

View 14 Replies View Related

Fedora X86/64bit :: F15 64bit Send Receive Sms Via Usb ZTE Mobile Modem?

Aug 18, 2011

Im trying to set up my 3G modem to recive and send sms but I had no luck so far

Code:

Bus 002 Device 010: ID 19d2:0031 ONDA Communication S.p.A. ZTE MF636Im I tried with gnokii and wammu and many other things and did not want anything to do

View 1 Replies View Related

Fedora X86/64bit :: Work Correctly With Firefox 3.5 And F11 64bit?

Aug 15, 2009

Can anyone get the website below to work correctly with Firefox 3.5 and F11 64bit?[URL]...All I see is the background scrolling slowly and jerkily, none of the buttons at the bottom work. Reboot into Windows 7 and IE8: the same site is fast, smooth, the buttons work and the product details appear correctly in the centre of the screen.

I've tried disabling all adblock /pop up block options, ensured all javascript options are enabled and no change. Could this be a problem with the 64 bit flash player (installed from leigh's sticky thread) or a problem with OpenJDK?

View 4 Replies View Related

X86/64bit :: Official NVIDIA Drivers For 64bit Of Fedora?

Feb 4, 2010

Only asking if there is any official NVIDIA drivers for 64bit of fedora ?

And, What is the best alternatives ?

Also, What is the best graphics card to use with Fedora 64bit so i buy it ?

View 3 Replies View Related

Fedora X86/64bit :: BBC IPlayer Desktop And AIR On 64bit?

Oct 17, 2009

Edit: now working, thanks very much Leigh and Dangermouse.

Anyone successfully installed AIR and iPlayer on F11?

I've switched to 32 bit Adobe flash, tried Autoten for AIR and Dangermouse's advice for iPlayer: url.html but it's not working, and trying to install AIR from url results in an endless busy downloading graphic .

I assume my problem is a lack of required packages, though I searched the repositories using YUM extender for the packages listed here: url.html and can't see them either as installed or available.

View 14 Replies View Related

Fedora X86/64bit :: IBM Lotus Symphony On 64bit 11?

Oct 18, 2009

I want to install IBM Lotus Symphony on my 64 bit system, but yum only finds 32 bit version.

View 14 Replies View Related

Fedora X86/64bit :: 13 64bit Won't Recognise Any HD To Load Into?

Sep 1, 2010

i have a asus K8N-DL MB with 2xAMD64 opteron270 and 4G ram3x1TB drives in raid 5 using onboard SIL controllerand 2 SATA drives also on SIL but not raidedhad previously had F10 64 bit loaded whick workedtried to upgrade and failed (destroyed data)tried a fresh install low level formatted the 3x1TB and made them into raidleft other drives as is
takes a long time to boot into the point of trying to find HDthen nothing found

View 8 Replies View Related

Fedora X86/64bit :: Bash Check For 64bit?

Jun 21, 2011

As i just started to write scripts, i'd obviously like automize some actions, therefor i'd like to check the users system if its 64bit. Is there a function to check this?

were's a good start to get into bash scripting, the files i use as template gave pretty much good info, but yet i have no idea what i'm actualy doing

View 4 Replies View Related

Fedora X86/64bit :: F15 64bit Hardware Requirment?

Sep 2, 2011

Iam trying to install F15 64bit but I failed my hardware as folow

mb : asus m5a88m
cpu: amd phenom ii x6 1100t
ram: 8 gb 2x4gb Kingston 1333
hdd : wd 1tb sata3
wd 1tb sata2
vga: ati 4250 b/in

installation media: downloaded dvd image burned the image installed correctly inside vmware and work as expected but the media boot to the first screen quistion and when press ok for new installatin the answer is a serious of errors messages (a lot of it). did my hardware not compatible??

View 4 Replies View Related

Fedora :: Fortran Program Gives Different Results Between F15 I686 And X86_64

Sep 2, 2011

I am having a problem with a simple program I wrote in Fortran (gfortran). This program basically reads a long list of numbers and makes some operations with them. Double precision is used in the variables and functions, and AFAIK everything is in order with the program. The thing is that I accidentally noticed that said program yields different results, and I am talking about integers being different, something noticeable. Apparently the offending chunk of code might be:

Code:

DOUBLE PRECISION FUNCTION tamano (x1,y1,z1)
DOUBLE PRECISION x1,y1,z1
tamano=dsqrt((x1)**2+(y1)**2+(z1)**2)

[code]....

One of the involved machines has F15 x86_64 and the other one F15 i686. My first guess is that this has something to do with how Fortran handles precision (which I supposed was the same for 32 and 64 bits). To compile the program I use:

Code:

gfortran --free-form -fno-whole-file program.f90

Is there another option I should pass the compiler to make sure the same precision is used in both cases? Or what can I do here?

View 3 Replies View Related

Fedora X86/64bit :: Error: "Missing Dependency: Libnetfilter_conntrack.so.1()(64bit) Is Needed By Package Iptstate-2.2.1-5.fc11.x86_64 (installed)"

Nov 10, 2009

Today I got update notification. I type in terminal yum update, and get this error: Quote: Error: Missing Dependency: libnetfilter_conntrack.so.1()(64bit) is needed by package iptstate-2.2.1-5.fc11.x86_64 (installed) You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest

I removed iptstate.x86_64, again run yum update, and than, ibnetfilter_conntrack got installed. I tried to install iptstate.x86_64 again, but i get Quote:

[Code]...

View 2 Replies View Related

Fedora X86/64bit :: Firefox Hangs System

Jul 20, 2010

everything else seems well with my FC13-x86-64 except firefox (3.6.4 and earlier versions too) VERY frequently hangs the whole system. only the mouse still working, keyboard not responding to ctrl-alt-del, ctrl-alt-function or any other key and even num-lock won't turn the led on. system is still remotely accessible through ssh so I can issue a reboot. same thing may have occurred with thunderbird but only once or twice and probably firefox was also running then. no problems so far with google chrome (but I have no flash plugin for that). FC5-x86-32 on my old PC has never had any of these problems.

View 2 Replies View Related

Fedora X86/64bit :: F13 System Won't Recover After Sleep?

Aug 11, 2010

which log file should i look at to debug problem with system sleep or anything to do with the system won't return back after goes to sleep.

Basically i got my system running from the night before. No problem until this evening around 5pm. (i realised the problem at 5pm) my monitor goes to sleep. My system power still on. It won't respond to monitor/mouse movement. i can't ssh in.

After reboot, check /var/log/messages. The only message there before reboot was at 9am. I am pretty sure everything worked fine around 2pm.

View 12 Replies View Related

Fedora X86/64bit :: System Crash While Browsing?

Nov 1, 2010

I was browsing the internet, and while i was loading website, my system hangs. I then goto messages in /var/logs, i get the following messages. What does it mean? This hang occurs once in a while,Also is there a function that could break this hangs by cancel the process (firefox) like Windows "Ctrl-Alt-Del"?

Code:
Nov 1 19:20:29 hp-notebook-linux NetworkManager[1357]: <info> Activation (wlan0) Stage 5 of 5 (IP Configure Commit) complete.

[code]....

View 4 Replies View Related

Fedora X86/64bit :: How To Add French Keyboard To System

Feb 25, 2011

I have a french laptop with french keyboard but I have installed fedora 64 with english keyboard.Now I would like to have both keyboards and to be able to switch between them any time I want.How can I add the french keyboard to my system? In windows I can switch between them and I can add language and keyboard anytime I want. I suppose is possible in fedora 64 too. Is anybody who knows something about?

View 3 Replies View Related

Fedora X86/64bit :: Get Sound Through The System With Kernel 2.6.40.1

Aug 7, 2011

I've managed to get some sound through the system with kernel 2.6.40.1. I use multiple sound cards, I have problems with keeping the same order. I added in etc/modprobe.conf The list of sound devices, putting my D66 card as device 3, Rebooted and cat /proc/asound/cards showed all fore devices in the correct order. I got audio through one of the apps , and started to try and get another ,wsjt, to function.

[Code]....

View 3 Replies View Related

Fedora X86/64bit :: Upgrading 13 System To 14 Through Preupgrade?

Aug 17, 2011

When I was trying to upgrade my fedora 13 system to fedora 14 through preupgrade,there was an error message as show below: Cannot retrieve metalink for repository: fedora. verify its path and try again How to upgrade my system to fedora 14.

View 1 Replies View Related

Red Hat / Fedora :: 32bit And 64bit Operating System / What Is This?

Jun 7, 2009

Can any one please explain me what is 32 bit Operating system and 64 bit operating system?

View 2 Replies View Related

Fedora X86/64bit :: Fedora 10 64bit Not Supporting 7gig RAM?

Mar 5, 2009

I have Intel Pentium Dual Core E2180 / 2 GHz processor. i just upgraded my system with 4 memory sticks i.e. 7GB of RAM due to my requirements. Now the issue that i am facing is that my 32bit fedora system does not showing and suppoting more than 3.XX gigs of RAM when i consult "/proc/meminfo", "free -m" and "top". Now i have done two thing, first i have installed a PAE version of kernel. In result of this my system become two slow with the following error at startup. Error: starting udev: wait timeout. will continue in the background <Failed> Secondly, i installed a 64bit version of Fedora 10 but still it showing not more than 3GB of memory. Also a kernel bug system alerts me of not supporting more than 3gigs of RAM and ask me to send that bug to[URL]

View 14 Replies View Related

Fedora X86/64bit :: Backup And Restore System Files?

May 18, 2009

Is it possible to backup and restore the system files of fedora 10_x86_64 so that if there will be any problem at OS , I can easily recover it from the previous backup files?

View 1 Replies View Related

Fedora X86/64bit :: Unable 32bit Repository On A 64 Bit System?

Nov 25, 2009

I am trying to kick start learning programming for Android.I try to install Android SDK(1.5, 1.6, and 2.0). However, the emulator keeps crashing with "Segmentation Fault" error. Since Android emulator is a binary only 32 bit executable, I suspect that I am missing some 32 bit library, so I tried to install qemu.However, since my installation is 64 bit, I can only install 64 bit qemu. how to enable 32bit repository on a 64 bit system? I don't know if I should use i586 or i686.

View 2 Replies View Related

Fedora X86/64bit :: System Shuts Down Automatically When Try To Login?

Dec 17, 2009

i'm working on a brand new supermicro workstation with Fedora 9 installed. I've installed only matlab r2009b. PROBLEM: every time I login the system shuts down automatically in a few minutes.

View 2 Replies View Related

Fedora X86/64bit :: Unexpected System Crash At Various Points?

Jul 11, 2010

my laptop goes on unexpected crash several times without any warning.suppose i am writing something on gedit or browsing my system crashusic stops playing nothing happens.everything comes to at hang.i am running fedora13_64bit version on vaio vpccw16fg laptop, nvidia geforce 230m graphics card. i havent installed my nvidia graphics card yet, may be the graphics card driver that comes within the live cd is responsible for this.but still i want to confirm from u people about this problem.stalled the new kernel2.6.33.6-147.fc13(x86-64) and u know what this kernel doesnt even show me the login page. it hangs after completing the boot

View 7 Replies View Related

Software :: Libcrypto.so.6() (64bit) And Libssl.so.6() (64bit) For Redhat 6?

Apr 5, 2011

does anyone know where I can find libcrypto.so.6()(64bit) and libssl.so.6()(64bit) for Redhat 6 - based distributions?

View 6 Replies View Related

Fedora X86/64bit :: Version 10 Won't Boot After Installing 4Gb Of System Memory

May 9, 2009

I have been using for over a year now, my 64-bit computer first with Fedora 8 and now with Fedora 10 with 2Gb of RAM just fine. Today I purchased an extra 2Gb for the system and upon installation from the GRUB screen Fedora 10 simply won't boot. It does boot with 3Gb, and it doesn't matter which stick I use for the 3Gb configuration, or what slot do I put the sticks into the motherboard, however if I place the four sticks, F10 simply won't boot. Should I pass a command line argument tot he kernel? If so, which?

View 11 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved