|
|
Pages: [1]
|
 |
|
Author
|
Topic: Linux app for Core 2 Duo's? (Read 2609 times)
|
|
clownius
|
Im currently running the optimised app for p4's. Is anyone working on a Linux app for Core 2's? I may give it a try myself later but atm im not shure i could get it working on my computer cause its a bit of a mess due to a lot of drama with my 965 chipset and getting Linux working on it lol. Scratch that ill give it a go when i have some time to mess around.....say the weekend. Thats if no1 else has compiled one by then. If i do any hints on what i should use? SSE3 or is there something higher now? Also should i send the compiled version to someone so it can be included on this site?
|
|
|
|
|
Logged
|
|
|
|
|
clownius
|
Nope compiling wont work on my current install due to my messed up install. Having dependency issues with the fact some of my stuff is from Kubuntu Edgy and the rest is from Kubuntu Dapper (which i run it on due to problems with Edgy). Ill try and work out a fix on the weekend.
|
|
|
|
|
Logged
|
|
|
|
|
clownius
|
Ok i fixed my Linux install and im downloading the intel tools. Any hints on what specific tags i should use to make a compile compatabile for Core 2 Duo's. ill be compiling on a Core 2 Duo so i can do it im shure id just like a little hint or two on what differs between a core 2 and a p4 for making one. My other question involves which source tarball to use. Is the 2.0 available for linux or should i work off version 1?
|
|
|
|
|
Logged
|
|
|
|
|
ajs
|
I've been having a go at this (I don't expect to get very far but thought I'd have a go) 1st problem I've found is that static libraries aren't included in the Intel eval version, so I'm getting lots of errors for any ippsmerge* libs or have I missed something and they are available?? Next thing is I don't understand what to do in seti_boinc_michael (the 1.41 core 2 source), there's no compile-seti-sse* files like in the v2 tarball and like clownius I've no idea what flags to try.
|
|
|
|
|
Logged
|
|
|
|
|
clownius
|
Works over for a week so im having a hack at it now i will report how i go.
Edit: No such luck i cant get the Intel compiler to install. Any experts out there? Actually anyone out there at all its awfully quiet in here. If someones installed it before or solved a problem with it id love to know, but running it again to post the errors seems like a waste when nobody hears my screams as it were seems like a waste of CPU cycles that could be crunching seti lol.
If anyones willing to try and help out please post and ill post the errors.
|
|
|
|
« Last Edit: 19 Dec 2006, 05:47:41 am by clownius »
|
Logged
|
|
|
|
|
Simon
|
Hi Clownius, did you take a look at the Linux Compilation How-To before you started out? It has a workaround for some common installation problems for ICC and IPP (using alien to install RPMs...appropriate name, innit?). HTH, Simon.
|
|
|
|
|
Logged
|
|
|
|
|
ajs
|
If someones installed it before or solved a problem with it id love to know I managed to install it ok on Fedora Core 6 but as I mentioned above, I'm missing the static ippsmerged libs so can't get it to compile any seti at the moment 
|
|
|
|
|
Logged
|
|
|
|
|
Simon
|
Hi, I'd advise you to manually unpack the RPMs and "maybe  " you will be able to find what you need? I can't be more specific, as it's probably not all that legal to do so. Caveat emptor, and all that  Alternatively, the best way would be to use the link from the Linux How-To that points at the non-commercial, free for personal use licenses. Those are slightly older versions, but they're 100% free and include all redistributables (i.e. headers and libraries). HTH, Simon.
|
|
|
|
« Last Edit: 22 Dec 2006, 05:25:55 pm by Simon »
|
Logged
|
|
|
|
|
clownius
|
Ok this is the error im getting atm clownius@rawpower:~/intel/l_cc_c_9.1.042$ ./install.sh
Software packages installed as RPMs are available system-wide. We recommend that you install the software using RPM. This requires use of root privileges on your system. To continue, we suggest you login as root or use an account that can sudo root commands How would you prefer to proceed? (root/sudo/ignore) [ignore]: sudo Please provide a login that has sudo access to root privileges: clownius Password: Password: [: 136: ==: unexpected operator /home/clownius/intel/l_cc_c_9.1.042/./install.sh: 141: pushd: not found /home/clownius/intel/l_cc_c_9.1.042/./install.sh: 152: ./secore: not found /home/clownius/intel/l_cc_c_9.1.042/./install.sh: 159: popd: not found
I appear to be missing something any hints as to what and where i would find it? This is on Kubuntu edgy 6.10. Thanks for any further assistance  Oh last thought do i need to go through the folders i unpacked and install all the rpms manually? I know how to use alien but didnt see anything say i should delve into the new folder. I guessed the install script did it for me Clownius
|
|
|
|
|
Logged
|
|
|
|
|
ajs
|
Hi pushd and popd are bash builtin commands, install.sh is a bash script so it should've worked. Only thing I can think is that Kubuntu has bash somewhere other than /bin or your user isn't running bash correctly. You could try bash ./install.sh to force it to use bash And, I logged in as root to run the install rather than use sudo, maybe thats got something to do with it.
|
|
|
|
« Last Edit: 20 Dec 2006, 07:00:52 am by ajs »
|
Logged
|
|
|
|
|
clownius
|
I wish it was that simple lolz. ill search around on my next day off to try and work out what im missing but its obviously a bash issue in that case.
|
|
|
|
|
Logged
|
|
|
|
|
michael37
|
RPM is just a cpio archive. The easiest way to unpack an RPM is to do the following: rpm2cpio name.rpm | cpio -i If that produces some errors like this: cpio: ./lib/modules/2.6.18/kernel/: No such file or directory Then create the directory it wants and then retry your rpm command mkdir ./lib/modules/2.6.18/kernel/ rpm2cpio name.rpm | cpio -i
|
|
|
|
|
Logged
|
|
|
|
|
ajs
|
or just rpm2cpio name.rpm | cpio -i -d the -d creates any required directories 
|
|
|
|
« Last Edit: 22 Dec 2006, 04:41:37 pm by ajs »
|
Logged
|
|
|
|
|
clownius
|
Due to work commitments and the Christmas new year period i don't expect to be able to look into this any further until the new year  Ill accept any more help though. i just feel Core 2 Duos need the optimization they are obviously able to use
|
|
|
|
|
Logged
|
|
|
|
|
Pages: [1]
|
|
|
|
Quote!
Nature always sides with the hidden flaw.- Murphy's Law
|
 |  |  |
| |
| Site Statistics |
| Total Members: | 1,046 |
| Total Posts: | 9,939 |
| Total Topics: | 440 | | Downloads |
| Apps |
| Windows R-1.x | 25,105 |
| Windows R-2.0 | 20,320 |
| Windows R-2.2 | 36,511 |
| Linux 32bit 1.x | 6,551 |
| Linux 32bit 2.2 | 4,349 |
| Linux 64bit 2.2 | 1,751 |
| Alpha/IA64 | 193 |
| FreeBSD | 606 |
| HPUX | 334 |
| Subtotal: | 94,587 |
| Source packs: | 4,121 |
| Tool/WU packs: | 7,788 |
| Total: | 154,030 | | GBs dl'd: | 280.44 | | Pages served |
| Today: | 1,491 |
| Total: | 3,213,749 |
| (since 6/26/2006) |
| 173 Donations to S@H |
| U.S. Dollars: | 3,196.59 |
| Euros: | 863.90 |
| Last 24h: | $ 0.00 |
| Avg./24h: | $ 7.09 |
| Estim. total: | $ 4,319.66 |
Latest Member: Leaps-from-Shadows |
| |
 | |  |
 |  |  |
| |
Online users/last 15m
12 Guests, 1 User
Raistmer 25 Members/last 24hRaistmer, Jason G, Haselgrove, Gecko_R7, KarVi, Devaster, WHRoeder, Urs Echternacht, autocrosser, speedimic, BerndBrot, Josef W. Segur, Pappa, Yin Gang, popandbob, Geek@Play, Leaps-from-Shadows, KWSN - jonnyv, sunu, firefox, Morten, bytzmaster, StanJazz, ajs, gaulois952
| |
 | |  |
|