Debian :: Compiling TAUCS For Squeeze Using Intel Studio C And Fortran Compilers

Feb 19, 2011

I want to build Taucs library [URL] , to use its sparse solver in some number crunching apps, [URL] Since i plan to build these apps with the intel development suite, i better build Taucs with the same set of compilers... but AFAIK Taucs doesnt exist in <testing> or <unstable> ( I could apt-get source, and set appropriate flags for compilers it it did ) and i do not quite understand its build system ..It is not a ./configure system...it relies on external libs like blas, lapack and metis... which regardless of existing in Debian repo are built with gcc-4.5... so.. no way of using this to link with an Intel built library...

View 10 Replies


ADVERTISEMENT

General :: Install Two Or More Intel Compilers With Different Versions On Same System?

Jan 14, 2010

I want to install two intel compliers.

one complier with version 10.x and other with 11.x.

1)can i do that ?

2) since same "ifort" command is used to compile .f file, how can i compile with two different compilers?

3) how can i compile a software package with two compilers?

View 3 Replies View Related

Debian Multimedia :: Squeeze Compiling Dwm From Debian Source / Reality Check

Aug 18, 2011

Below is the recipe I've used to compile dwm from source on Squeeze

su
apt-get install devscripts debian-keyring
apt-get build-dep dwm
exit

It all seems to work, however debuild gave an error about secret keys. Is this a sensible procedure? What happens in the (probably unlikely) event there is another source patch?I've gone to a tiling window manager as the result of the purchase of a wide screen LCD monitor. I like to have some stuff down the right hand side when running Firefox and OpenOffice in the main panes. Any configuration tricks welcome. Modern screens are the wrong shape!

View 6 Replies View Related

Debian :: Compiling Wine In Squeeze On AMD64?

Jul 18, 2010

I am trying to compile wine (1.1.28) in squeeze (AMD64). After I run the configuration scripts, I receive this error:

"configure: libhal/libdbus 32-bit development files not found, no dynamic device support."

I installed the ia32-libs package and libhal.so, libhal.so.,1libhal.so.1.0.0, libdbus-1.so exist in /usr/lib32.

I am compiling wine with the USB support patches, so I believe I will need libhal.

View 8 Replies View Related

General :: Compiling Fortran Code In SuSe 11.3

May 18, 2011

I can compile an old fortran program on my macbook using the Absoft fortran compiler and the command:f90 'W132 C SOURCECODE.flU77lV77

Unfortunately I cannot find f90 for linux. I can, however, find gfortran. However, gfortran does not recognize the flag -W132 and when I remove -W132 the compiler thinks all lines end after a certain number of characters. Does anyone know what flags call the equivalent type of compilation using gfortran? Is it possible I need to use f90? If so, is there a free version of f90 for linux?

View 8 Replies View Related

Debian Multimedia :: Compiling Intel Atom Poulsbo GMA 500

Jun 17, 2010

The intel <Xorg> driver provides 2D and 3D support for Intel integrated graphics chipsets, including the i810, 915{G,GM}, 945{G,GM,GME}, 946GZ, 965{G,GM,Q}, G33, Q33 and Q35; the <GMA 500> is not supported.

Packaged for Debian as xserver-xorg-video-intel. [url] [url] [url].

Poulsbo is the codename of Intel's second-generation ultra mobile PC chipset. Its GMA 500 graphics core is not supported by the intel Xorg driver; ITP xserver-xorg-video-psb filed as Debian bug #533450.

Poulsbo (chipset) - Wikipedia, the free encyclopedia - [url]

Poulsbo's graphics core GMA 500 is currently not well supported by Intel for the Linux platform.

However there is a quite easy way to have the drivers work on any Debian-based distribution, thanks to the Ubuntu sources and packages, for the linux kernel 2.6.30 (with newer kernel it would need a little hacking but seems still possible while the sources are included).

View 1 Replies View Related

Debian Configuration :: Compiling Squeeze Kernel On Lenny ?

Jul 30, 2010

I just wanted to know if i download Debian Squeeze linux-source-2.6.32 from packages.debian.org and try and compile it in debian lenny using lenny's packages will the build succeed ?

View 6 Replies View Related

Ubuntu :: Error While Compiling Fortran Program With Gfortran

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

Debian Configuration :: Modpost Error Compiling Compat-wireless On Squeeze

Feb 3, 2010

Compiling latest compat-wireless on up to date squeeze install I get this:

make[1]: Entering directory `/usr/src/linux-headers-2.6.32-trunk-686'
Building modules, stage 2.
MODPOST 84 modules
Can't open file
make[4]: *** [__modpost] Error 1

[code].....

View 3 Replies View Related

Programming :: Fortran OpenMPI-1.4.1 Installation / Compiling - Error Message Saying Mpif Not Recognized Command

Feb 4, 2010

I've installed openMPI-1.4.1 on my laptop and I'm trying to compile some fortran code I've written using MPI. I downloaded the openMPI-1.4.1 file from the openMPI website and used the shell script they provide to install it. This is the shell script:

shell$ cd openmpi-1.4.1
shell$ ./configure --prefix=/usr/local
shell$ make all install

There was an additional line extracting the tar file, but I did this by hand. The first time I ran this script there was an error on the final stage saying that a directory couldn't be created because of lack of permission. I decided to run the script again this time as a sudo.

Having run the script again everything appeared to install properly, however when I went to compile some fairly simple code I got a message saying that the compiler couldn't find MPI. I was using this command: gfortran messages.f90 -o messages I looked on the openMPI website where it recommends compiling with a compiler called mpif. However when I type mpif messages.f90 -o messages I get an error message saying mpif isn't a recognized command......

View 2 Replies View Related

Debian Hardware :: Squeeze - Snd-hda-intel - Wasn't Supported ?

Feb 8, 2011

My hardware:
Card: 82801H (ICH8 Family) HD Audio Controller.
Driver: snd_hda_intel.
Model: dell-d21
Notebook: California Access W651DI

Before I upgraded to Squeeze, I was using a USB Soundcard. With help of forums I did some manual tweaking to force system to use this card, instead of my default snd-hda-intel card, because it wasn't supported. However, this was a long time ago and I can't find what I did. Now, my on-board sound card worked perfectly on Debian 6.0 live DVD, but the installed system is silent. Any ideas how could I trace the problem?

My /etc/modprobe.d/alsa-base:

When I play an MP3 - the player's silent. Speaker-test says:

View 4 Replies View Related

Software :: Install Netcdf With Intel Fortran On CENTOS?

Jul 25, 2010

I will install ncetcdf4.1.1 with intel fortran 11.1 on centos,according to the readme file,"configure.."is complete,when i command "make",the following message apear:

[root@localhost ~/netcdf-4.1.1]# make
make all-recursive
make[1]: Entering directory `/home/hu/netcdf-4.1.1'
Making all in f90

[code]...

View 23 Replies View Related

Debian Multimedia :: Unable To Use Screensavers With Intel 945GM/Squeeze?

Jun 10, 2011

I have a Dell D620 and I can't use any screensavers. Rather, no screensavers work. Just for giggles, I booted a Kubuntu 11.04 CD, updated the sources.list, installed rss-glx and was able to use the rss-glx and other opengl screensavers. The reason I say opengl is because those are the ones that I use but no screensavers work.

View 2 Replies View Related

Debian Hardware :: Intel Centrino Wireless-N100 Not Ok With Squeeze?

Jul 17, 2011

I just got a new laptop equipped with some weird (at the present) hardware.

=> Intel Corporation Centrino Wireless-N100
=> Atheros Communication Device 1083

During the squeeze install no network harware was detected. (no wired, no wireless) On the net I read the wireless-N100 should be supported from the kernel 2.6.37 At last I tried Ubuntu 11.04 (LIVE) and the wifi was working. I also tried Fedora 15 (LIVE) and the wifi was also working. (kernel 2.6.38)But I want to stick to Debian (I am using it since Potato) What could I do to get at least the Wireless-N100 working ?

View 8 Replies View Related

Software :: Intel Fortran Compiler - Program Does Not Find New Version

May 19, 2010

I want to compile MFiX which is a simulation software. Therefore, I installed the Intel Fortran Compiler Ver. 11.x When compiling, I can only choose between Ver.9.x and 10.x.

This is a part of the error message when choosing either:

Is there a possibility to link the program to the newer compiler version?

I'm using Centos 5.4.

View 5 Replies View Related

Debian :: Intel Driver For 82G33 / G31 In Squeeze Doesn't Support 3d Rendering

Feb 5, 2011

according to [URL]... glx server only supported in 2.6-32-21-generic. so to get 3d rendering support i need to compile a that kernel version in squeeze or install from sid/experimental?

View 6 Replies View Related

Debian Installation :: Using Squeeze 64b On Dell Latitude D830 With Intel I965GM Laptop?

Aug 17, 2010

I'm trying to start using Debian Squeeze 64b on my laptop, which is Dell Latitude D830 with Intel i965GM.

After Debian installation, when system should display some nice background and window which please me to log in, I see my screen gets blank, fuzzy, blank again, ...and after several times finaly all hangs. Surprisingly mouse pointer is displayed nicely and works. I can't use network on Debian becouse of windows authorization program which i can run in wine on KDE. This works on Kubuntu.

What I did already:

I installed KUBUNTU 10.04 LTS and it's doing job well.

I installed Debian Squeeze with options:

- enabled:base system, laptop

- disabled:graphical environment

After instalation I logged in on root account and did:

1. aptitude install xserver-xorg xbase-clients xfonts-base xterm
2. aptitude install kdebase kde-i18n-pl
3. aptitude install kdm
4. reboot
5. problem occurs

@2: Googling everywhere i found several installation guides pointing to instal pure KDE by installing kde-core package, but it seems Squeeze does not have it.

@3: Unfortunately this command did not install nor update anything.

All I want to do is to install pure Debian with xorg and kde core (not full kde package) for later customization.

I tried to:

- generate xorg.conf (X -configure) and place it at /etc/X11/

- use xorg.conf working for other people in web.

- dpkg-reconfigure xserver-xorg

- googling & forum search for my specific problem and for errors found in syslog; with no working solution.

View 4 Replies View Related

Debian Configuration :: Reboot Cycle Running 64bit Squeeze On Intel T3200 Dualcore

Mar 13, 2011

running Debian Squeeze (standard 32bit squeeze Kernels linux-image-2.6.32-5-486 and linux-image-2.6.32-5-686) happily without trouble on a 64bit capable Samsung laptop featuring an Intel T3200 Dualcore processor. However, when I try to boot using the squeeze 64bit kernel (linux-image-2.6.32-5-amd64) the system proceeds through a few text lines immediately after Grub, and then performs a warm start.

The text output I get immediately after Grub look similar to the ones I get booting the 486 and 686 kernels, without any indication for the reboot behavior. The rebooting also seems to happen before any entry is written into the boot/system log files (logging is enabled). This behavior also occured when I first tried to prime the machine from the Debian squeeze install CD using the amd64 kernel. I'm generally happy with the 32bit kernels, but I'd like to use the amd64 support to do some Java compatibility testing for 64bit architectures.

The Laptop is a Samsung R510-Aura T3200 Delfina with the following Hardware and Setup (using Grub as boot loader):

- Intel Pentium Dual CPU T3200 @ 2.00GHz (see http://ark.intel.com/Product.aspx?id=37160 for details)
- NVIDIA GeForce 9200M GS
- 3GB RAM + 1GB reserved for GeForce
- Konfiguration Details:
-- Phoenix Bios

[Code]....

Maybe a strange BIOS-Setting that works with the 32bit kernels but not with the 64bit kernel? I've seen a post on here that indicates someone is running the amd64 kernel on a T3200 successfully, and the chip is definitely 64bit capable, so the reboot behavior is a complete mystery for me

View 2 Replies View Related

Ubuntu / Apple :: Studio On A Mac - Intel

Mar 30, 2010

Has anyone tried running ubuntu studio on a mac? (intel mactbook pro 5,3) I assume the installation would be essentially the same as installation for standard ubuntu release on mactel? Is there anything specific relating to audio drivers (video too) etc that I should know?

View 3 Replies View Related

OpenSUSE Install :: Install Intel Fortran Compiler11.1 On 11.1

Jan 9, 2010

I m having problem installing the intel fortran compiler 11.1 on opensuse 11.1, Please can some1 guide me to this pls. I m a total newbie. I ve followed instructions on the web to download the noncomercial version of intel fortran compiler 11.1. I ve also managed to succesfully install it on my 32bit system, but the compiler does not seem to work when i tried to use it. i did

zypper install gcc33-32bit
error: gcc33-32bit not found

so i did

zypper install gcc33
installed successfully
downloaded, unpacked and installed intel

[code]....

View 3 Replies View Related

Hardware :: Compiling The Official Driver From The Intel Site But The Compilation Fails?

May 22, 2010

I'm using Vector Linux for years without any issues, But I'm really paining with configure X for perfect performance for my newly bought(only 1 month old) PC (which has the intel 845G graphic chip)

I also tried compiling the official driver from the Intel site but the compilation fails.After that I used i810 driver in xorg.conf, Its not stable and not reliable. Finally(even now) I'm using vesa driver,Its stable but I cannot play videos.video grabs always.

View 2 Replies View Related

CentOS 5 Hardware :: Compiling Custom Kernel For Apple Intel XServe

Jul 7, 2009

I need to compile a custom kernel for my xserve1,1. Or are there people who already managend using centos on their intel xserve? The current centos 5.3 kernel configuration does not support EFI. Right now I am able to boot the installation of centos to the welcome screen
and get stuck at the part where I need to skip or run the cd test. (keyboard and mouse won't work)

Just the boot screen
Screen where I pick option 2, the cd installer
Image shows ubuntu but it is centos. forgot to change the menuentry description name in grub.conf
ROMimage present
The screen that I see after image 3
The screen that I see after image 3
The window of centos

I tried the centos 5.3 86_64 DVD and netinstall. I already managed to run debian/ubuntu on my xserve1,1 with use of refit + grub2 but I need centos to use cpanel...

My xserve specs:
Xserve1,1
Dual-Core Intel Xeon
Processor Speed: 2 Ghz
Number of processors: 2
Total number of cores: 4
L2 Cache (per Processor): 4 MB
Memory: 8 GB
Bus Speed: 1.33 GHz
Boot Rom version: XS11.0080.B01
SMC Version (system): 1.11f5
LOM Revision: 1.2.8

Installed:
OSX 10.5.7 server
Developertools: 3.1.2
refit: 0.13

View 6 Replies View Related

Ubuntu Installation :: Upgrade Studio Lucid Directly To Studio Maverick?

Jan 9, 2011

I'm currently using Ubuntu Studio Lucid and would like to use Ubuntu Studio Maverick, but I'm unsure how to go about the upgrade. Should I upgrade to generic ubuntu maverick then upgrade to ubuntu studio? Or install ubuntu studio maverick from a DVD?? Or something else?? I should say that I have a separate /home partition.

[Edited because what I first wrote was confusing:] when I started the process of upgrading with Update Manager it said that quite a lot of things would be removed (it would be upgrading only to generic Ubuntu for one thing)---I aborted that by the way. I was wondering if anybody knew of a way to avoid having to first sort of note everything that I have installed, then do the upgrade to generic Ubuntu, then do an upgrade to Ubuntu Studio, then reinstall all of the apps in their newer versions. Might there be a way to upgrade the OS itself first and then just directly update the apps without having to reinstall them, figuring out what to install all over again too?

View 3 Replies View Related

Debian :: Unstable Squeeze To Stable Squeeze?

Apr 10, 2011

I am still running the linux-image-2.6.32-5-686 kernel a computer with squeeze. I installed squeeze on it when it was unstable. I would like to bring up to the new stable state.Should I do apt-get install linux-image-2.6.32-5-686or should Iapt-get dist-upgrade

View 1 Replies View Related

Debian :: 64 Studio Can't Get On Internet?

May 16, 2010

I have recently installed 64 Studio. I want to do a lot of video editing and sounds like this is the distro for the job. I must admit that after installing it that the interface does look a bit dated nowadays and it is a bit sluggish compared with other Linux distros. Not sure if I will stick with it but, anyway I can't get the system to recognize my wireless card or it seems that way. I have selected and configured the wireless connection with the ESSID and password, etc but, the check box for the wireless connection does not remain checked. I can save the details and exit the program but, when I come back into it to check status the box is unchecked again which leads me to believe the wireless card is not being detected.

View 2 Replies View Related

Programming :: Cc And Gcc Compilers Don't Work

Nov 14, 2010

I've tried instralling the c and c++ compilers on my fedora 13 machine and none of them seem to work. For example. i have this extremely simple c program that i try to compile and nothing works.

Code:

#include "stdio.h"
printf("Hello World"); when i type Code: [####localhost Desktop]# cc hello.c i get this error Code: hello.c:3: error: expected declaration specifiers or �...� before string constant
hello.c:3: warning: data definition has no type or storage class

[code]...

i've tried intalling a group of developers tools using yum groupinstall "Developers Tools" and nothing......

View 3 Replies View Related

General :: Good C Compilers That Are Free ?

May 3, 2011

I was wandering if there was any good c compilers that are free for linux?

View 14 Replies View Related

OpenSUSE :: Different Compilers Required For Diverse Applications?

Mar 2, 2010

I have noticed there are a lot of programs that you can download for linux, but need compiling. How do you do this? I assume you need a compiler, which one do I download? Do I need different compilers for different applications?

View 5 Replies View Related

Debian :: Reboot Hangs On Dell Studio 540 Desktop?

Mar 31, 2010

I have Dell Studio 540 desktop and Debian Lenny installed on it:

2.6.26-2-amd64 #1 SMP Tue Mar 9 22:29:32 UTC 2010 x86_64 GNU/Linux

The problem is that I can't reboot it. It just hangs after "Will now restart" message.

I've already tried: reboot=b, reboot=a, reboot=h kernel options.

Additional info (I can provide any other information):

lspci
00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)

[Code]....

View 6 Replies View Related

Debian Hardware :: Dell Studio Touchpad Multitouch

May 11, 2011

I'm having a bit of trouble setting up Multitouch for my current setup. I have gone through and tried setting it with synclient, but when I place both of my fingers on the touchpad, the pointer jumps/jitters around.

View 1 Replies View Related







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