Ubuntu :: Adding Intel Compiler To Bash?

May 4, 2010

I'm still a beginner in Linux world, and I would like to learn something more about bash. I installed recently the Intel Fortran compiler. I know where the executable of the compiler is, but I don't know how to make it as a global command, the path is:

/opt/intel/Compiler/11.1/072/bin/intel64/ifort

I would like to write "ifort" in whatever directory and get the compile to do its job. What I know is that this is done by bash. Could someone please explain how this is done?

View 1 Replies


ADVERTISEMENT

Software :: MFiX Using Intel Fortan Compiler 11.1?

Sep 29, 2010

MFiX is some kind of numerical open source software, which is written by Fortan.

MY OS: Ubuntu 10.04 LTS(64 bit)
AMD Atholon 4200+/3G DDR2/
Intel Fortan Compiler: 11.1/073(Latest)
MFiX: Downloads from www.mfix.org
Problems:

(1)When I compile MFiX by make_mfix, it shows that:

32 bit Linux system detected, please select compiler.

[Code]...

View 3 Replies View Related

Ubuntu :: Unable To Find X Libraries When Configuring Firefox With Intel C Compiler

Apr 5, 2010

I'm using Karmic 64bit.

I tried to build firefox with PGO using Intel C Compiler (icc), but, configure gave this error message.

Code:
configure: error: Could not find the following X libraries: -lX11 -lXext -lXt
*** Fix above errors and then restart with "make -f client.mk build"
When I tried it using gcc, there's no error msg. What can I do?
My .mozconfig file is...
Code:
export CC=icc

[Code]....

View 2 Replies View Related

Fedora :: Installing Intel Compiler - Missing Critical Pre-requisite ?

Dec 30, 2009

I am trying to install the intel compiler onto my 64 bit machine to compile fortran and I cannot get past this error.

When I run the install package it looks for the neccesary pre requisites tell me that I need

I was trying to follow this guide [url] and the only library that installed correctly was the last one, the 64 bit one.

When i type yum install (one of the above libraries) it comes back and says that it is already present which cannot be correct since the install program asks for them.

View 1 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

Programming :: Change The Compiler Pgi To Intel - P4_error: Interrupt SIGSEGV: 11

Jul 9, 2010

I changed the complier PGI to Intel. But i had some error message p4_error: interrupt SIGSEGV: 11 This error message was occured using intel compiler I don't know what is the ploblem.

View 2 Replies View Related

Ubuntu Installation :: Add A New Compiler To Be Used In Bash?

Mar 11, 2010

we are using a tool to simulate a basic computer, called TOY now this TOY has its own compiler and linker, which i will need to use in order to use *.asm files in this simulator how do i add the commands "toyasm" and "toylink" to be used in my linux bash? i have the files "toyasm" and "toylink" provided by the lecture's materials, and already managed to copy them into /usr/bin, where i found the "gcc" compile command already (been using that one before) but now i get "permission denied" when i try to use the new ones. what to do when i want to add custom compilers to my system?

View 6 Replies View Related

Ubuntu :: Adding An Intel 80GB X25-Mainstream SSD To Boot?

Mar 21, 2011

adding an Intel 80GB X25-Mainstream SSD to boot from.

1. If I change the boot order in the Bios so that the SSDis the primary boot drive can I just install to the ssd and will that leave all data on the other drives?

2. I currently have two hard drives one has / and /home on it. The ssd will be added and ubuntu installed prior to reformatting the drive with / and /home.

View 2 Replies View Related

Debian Hardware :: Adding Intel Pro 4965 WiFi And Missing Wlan0 Interface

Mar 20, 2016

My Lenovo laptop has an Intel Pro 4965 Wifi adapter,here is the "lspci" detection:

03:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61)

So installed the needed "firmware-iwlwifi" kernel module, which is a correct kernel module for this adapter.

Then "modprobe -a iwlwifi"........no complaints !

However,
#iwconfig wlan0
wlan0 No such device
and
# lsmod |grep iwlwifi
iwlwifi 87219 0
cfg80211 350041 4 iwl4965,iwlwifi,iwlegacy,mac80211

The wired ethernet is working fine
ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:1e:37:82:ac:72
inet addr:192.168.1.16 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21e:37ff:fe82:ac72/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

[Code] ....

when I go to "Preferences" "Network Connection" ' "Add" "WI-FI" "Create" "Device MAC Address " box is empty.......no Wi-Fi adapter detected !!!

View 7 Replies View Related

Ubuntu :: Adding Strings To The Front And End Of Variables In Bash Scripting?

Mar 3, 2010

How do you add strings to the front and end of variables in bash scripting? for example, if I have

Code:

in as the contents of my variable, I want to add "l" to the front and "k" to the back of the contents.

View 1 Replies View Related

General :: Adding Text To End Of Particular Line In Bash

Nov 30, 2010

I am looking at how to add particular text to a file in bash.Here is what I am trying to do:In the /etc/grub.conf file, I am trying to add "audit=1" (without the quotes) to the end of the kernel line...such as:kernel /vmlinuz-2.6.18-194.el5 ro root=LABEL=/1 rhgb quiet audit=1

As there are a few different lines in this file, I am only looking to add the "audit=1" to the above line via a bash script.

View 7 Replies View Related

Software :: Build A C Compiler Without An Existing C Compiler?

Dec 14, 2010

So for those of you who has built GCC from source would know that you can't install GCC without an existing GCC. So my question is, what would happen if all computers in the world suddenly just died, and all you had was the computer in front of you, and a copy of GCC 4.5. How would you install that?

I ask because I would like to install GCC 4.5 on my old powerbook G4 mac without installing a binary GCC provided by Tiger 10.4 disks. I would like to build GCC from source, without an existing GCC to complicate updating.

View 6 Replies View Related

Programming :: Bash Scripting - Taking User Input And Adding It To A Particular Area Of A File?

Jan 12, 2010

in bash scripting...say I want to take the input from a user via a question...I would do this:

Quote:

#!/bin/bash

echo "How large do you want this partition to be in GB (enter only the number)?" read PART_SIZE echo "You want your partition to be $PART_SIZE GB" But I don't want to echo it back to the screen, I want to add it to the content of /etc/fstab. I have been mucking around with sed to find the tmpfs partition in /etc/fstab and add the partition size attribute (this is to use the onboard RAM as a volatile partition)...but am not having any luck...

The portion of /etc/fstab that uses /dev/shm for the tmpfs partition is:

tmpfs /dev/shm tmpfs defaults 0 0

So, if a user says "24" GB to the answer (from above), how do I get it to automatically add that value to the tmpfs partition line in /etc/fstab? So it would look like:

tmpfs /dev/shm tmpfs size=24g,defaults 0 0

I understand that I would also have to come up with a way to put "size=XXg", which I could do with a copied over generic file before this action...then the script would have to find "XX" and replace it with the user's figure...

View 7 Replies View Related

Ubuntu Networking :: Intel Wireless Cards Compatible With Non-intel-based Laptops?

Feb 22, 2010

Are Intel wireless cards compatible with non-intel-based laptops? In my case I wish to upgrade the current Atheros-based mini pci express wifi card with the Intel 4965agn. It is an Asus 4520 with an AMD Athlon X2 processor and nvidia nForce chipset.

View 1 Replies View Related

Ubuntu Installation :: Rebuild Status Raid 1 Intel Isw Fakeraid Intel?

Oct 1, 2010

I have recently installed Ubuntu 10.04.1 lts server on my Intel "fakeraid" (software raid) (2x250 sata).To test my RAID 1 I turned off one HD and start the system.The first screen (Intel software screen) show Status = Degraded, but the system starts normally with just one HD.Then I turned off the system and turned on the HD again, so the first screen (Intel software screen) shows Status = Rebuild. If I enter in the software raid panel the folowing message is showed: "Volumes with "Rebuild" status will be rebuilt within the operating system"The system starts normally... but this message status stays permanently even I restart the system again

View 9 Replies View Related

OpenSUSE Hardware :: 11.3 On Intel Core I5 With Integrated Graphics + Intel H55 Express Chipset

Aug 18, 2010

! I'm thinking of buying a corei5-660 on a motherboard with an Intel H55 Express Chipset. Does anyone know if it's fully compatible with OpenSUSE 11.3? I mean video (that comes from the processor, not an off-board PCI), audio (HD Audio), networking (Intel� 82578DC Gigabit), SATA Controller, USB, etc. I've tried to google but didn't find much info so I wonder if anyone is using or knows where I can find more info about it...

I have found this thread on the forums about the H55 chipset: Core i3 Intel Clarkdale graphic controller problem But the problems were facing on 11.2, I don't know about 11.3...

View 8 Replies View Related

OpenSUSE Hardware :: Intel HD Graphics (Intel Core I3) With Suse 11.3 - Poor Resolution

Jan 2, 2011

I've installed Suse linux 11.3 (kernel 2.6.34.7-0.5) on my brand new computer HP all in one 5130. Everything worked incredibly well : Wifi, wireless keyboard and mouse, sound, webcam.. There is only one remaining issue : I get a very poor resolution (1280x1024) instead of the 1920x1080 allowed by the screen. The graphic card is an intel chipset (HD graphics) integrated to an intel core i3 CPU. Here is (part of) the X11.org log :

Code:
X.org X Server 1.8.0
Release Date: 2010-04-02
[ 15.124] X Protocol Version 11, Revision 0
[ 15.124] Build Operating System: openSUSE SUSE LINUX
[ 15.124] Current Operating System: Linux linux-7xhd 2.6.34.7-0.5-desktop #1 SMP PREEMPT 2010-10-25 08:40:12 +0200 x86_64
[Code]....

View 9 Replies View Related

Fedora Installation :: Intel Xorg Driver Kills Screen (black) And Keyboard On Intel GMA X4500?

May 12, 2009

I am wondering, what is the status of Intel GMA X4500 driver on Fedora 10.

View 2 Replies View Related

Ubuntu Installation :: How To Get Compiler Arm-elg-gcc

Jan 7, 2011

I wonder how to get compiler arm-elg-gcc. IS this compiler obtained in a classic GCC? Where do i find it and how do i install it?

View 1 Replies View Related

Ubuntu :: Java Compiler In 10.10?

Jan 20, 2011

I cant find a way to install java or eclipse on my new ubuntu 10.10 install..can anyone give me the correct sudo commands to install java and/or eclipse?

View 5 Replies View Related

Ubuntu :: Set C Compiler In Geany?

Jul 25, 2009

how to set c compiler in geany....

View 1 Replies View Related

Ubuntu :: How To Install C++ Compiler

Jan 16, 2010

how do i install c++ compiler

View 1 Replies View Related

Ubuntu :: Best C++ Compiler - Text Editor

Mar 1, 2010

Is there anything like Visual C++ on linux? Or just a text editor and a seperator compiler?

What's the best C++ Compiler, and best Text Editor with C++ syntax highlighting.

View 9 Replies View Related

Ubuntu Installation :: How To Update My Compiler

Mar 11, 2010

I'm making a program using Java now..and my compiler i think is not updated..i think it does not contain a library for jframe..

The terminal displayed code...

View 3 Replies View Related

Ubuntu :: Compiler That Is Similar Like Bloodshed C++?

Jun 7, 2010

Is there any compiler that is similar like Bloodshed C++ for Ubuntu?

View 9 Replies View Related

Ubuntu Servers :: Install GNU Compiler On 10.04?

Jul 7, 2010

how to install GNU Compiler on Ubuntu Server 10.04

View 3 Replies View Related

Ubuntu :: Installing C Compiler Without CD Or Internet?

Jan 22, 2011

I currently have Ubuntu 10.04, no installation CD, and no interwebs to connect my computer to.What I'm really looking for is some file (or set of files) to download that will allow me to compile C programs (after moving said files onto a USB and then move to and install on my compy at home).

View 2 Replies View Related

Ubuntu :: Is There A Good C Compiler Programe

Mar 5, 2011

is there a good c compiler programe in ubuntu

View 9 Replies View Related

Ubuntu Installation :: C++ Compiler To Build Exe?

Apr 30, 2011

if this is possible: I would like to build windows application (exe) using NetBeans in my Ubuntu 10.10, coding in C++.

View 7 Replies View Related

Ubuntu :: Get TADS Compiler Working?

Jun 20, 2011

I'm using 10.04. I got TADS through synaptic packet manager, and have the interpreter. I would like to write some code but cannot find the compiler. I was wondering if anyone that has used TADS to write code could tell me how they got the compiler set up.

View 1 Replies View Related







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