Welcome to DU! The truly grassroots left-of-center political community where regular people, not algorithms, drive the discussions and set the standards. Join the community: Create a free account Support DU (and get rid of ads!): Become a Star Member Latest Breaking News General Discussion The DU Lounge All Forums Issue Forums Culture Forums Alliance Forums Region Forums Support Forums Help & Search

eppur_se_muova

(36,263 posts)
Sat Feb 21, 2015, 12:40 PM Feb 2015

Bloody Hell -- "file/folder not found" in Linux Mint

I can mv, cp, or ls the file using the full name or wildcards, but when I try to run it, it turns out it's somehow not there. ls -l shows I am the owner of the file, and I can read, write, or execute it. BUT it won't run. Any ideas ??

8 replies = new reply since forum marked as read
Highlight: NoneDon't highlight anything 5 newestHighlight 5 most recent replies
Bloody Hell -- "file/folder not found" in Linux Mint (Original Post) eppur_se_muova Feb 2015 OP
Re-install it. Perhaps it is damaged. n/t jtuck004 Feb 2015 #1
Now I get a message that an interpreter can not be found ... eppur_se_muova Feb 2015 #3
If we insist that people know how to write effectively, we would have to insist that they study and jtuck004 Feb 2015 #4
Linux can't run exe files. That is a Windows/DOS type file. gvstn Feb 2015 #5
It's CUDALucas. Separate downloads are available for Windows and Linux. eppur_se_muova Feb 2015 #7
not seeing the whole picture ProdigalJunkMail Feb 2015 #2
So tell me jrandom421 Feb 2015 #6
Please read the "README" at eppur_se_muova's post #7. hunter Feb 2015 #8

eppur_se_muova

(36,263 posts)
3. Now I get a message that an interpreter can not be found ...
Sat Feb 21, 2015, 02:36 PM
Feb 2015

and I thought it was supposed to be a compiled .exe file.

I wish people who wrote READ ME files actually knew how to write instructively.

 

jtuck004

(15,882 posts)
4. If we insist that people know how to write effectively, we would have to insist that they study and
Sat Feb 21, 2015, 03:49 PM
Feb 2015

know how to think for themselves, treat others like they want to be treated, that sort of thing.

Then where would we be?

gvstn

(2,805 posts)
5. Linux can't run exe files. That is a Windows/DOS type file.
Sat Feb 21, 2015, 05:01 PM
Feb 2015

What is the name of the program? Is it a Windows only program?

eppur_se_muova

(36,263 posts)
7. It's CUDALucas. Separate downloads are available for Windows and Linux.
Sun Feb 22, 2015, 12:23 AM
Feb 2015

The .exe extension is used by other OSs besides windows.

Some of the .exe files I have downloaded in Linux have turned out to be Windows files, but many are Linux files. Apparently some people have chosen to copy that convention over to the Linux world. The files I unpacked from a .tar.gz archive were not labeled as .exe, I just used that to refer to them being (compiled) executable files. The source files are also available, but I don't want to go that route.

The versions I have downloaded actually have "linux" as part of the file name.

http://sourceforge.net/projects/cudalucas/files/

I've already downloaded all the other needed files and have been running mfaktc.exe (see there?) on my graphics card. The output confirms CUDA 4.2 is installed. I'll try contacting the author of the program directly -- I have had only partial success seeking solutions in the Mersenne Forum.

ProdigalJunkMail

(12,017 posts)
2. not seeing the whole picture
Sat Feb 21, 2015, 01:45 PM
Feb 2015

is it THIS file that is missing but maybe some dependency? I don't know... grasping at straws...

sP

hunter

(38,313 posts)
8. Please read the "README" at eppur_se_muova's post #7.
Sun Feb 22, 2015, 01:00 PM
Feb 2015

Can you tell me how this realates to any windows vs. mac vs. linux debates???

CUDALucas is a program implementing the Lucas-Lehmer primality test for
Mersenne numbers using the Fast Fourier Transform implemented by nVidia's
cuFFT library. You need a CUDA-capable nVidia card with compute
compatibility >= 1.3.

Mersenne numbers are numbers of the form 2^p - 1. It is possible that some
of these numbers are prime. For instance, 2^7-1 is prime, 2^127-1 is prime,
and 2^57,885,161-1 is prime (and is also the largest known prime number in
the world). For various reasons explained in the Wikipedia article,
throughout almost all known history, the largest known prime number has
been a Mersenne prime.

Most CUDALucas users that the developers are aware of use this program to
help search for Mersenne primes in coordination with the Great Internet
Mersenne Prime Search. It is one of the internet's first distributed
computing projects, started in 1996. Since that year GIMPS has found all of
the largest known prime numbers. GIMPS searches for primes by doing some
"trial factoring" to find a small factor of a Mersenne number. If that
fails, then GIMPS performs the Lucas-Lehmer test to determine once and for
all if a Mersenne number is prime. You can participate without needing to
be aware of the mathematics involved. All you need to do is download and
run the free program GIMPS provides called Prime95.

However, Prime95 is optimized for CPUs. In the last few years, volunteer
developers from the GIMPS community have ported various parts of Prime95's
functionality to GPUs. Shoichiro Yamada took a CPU-based Lucas-Lehmer
testing program (written in generic C, as opposed to the x86-specific
assembly of Prime95) and ported it to CUDA. This is now known as CUDALucas.


http://sourceforge.net/projects/cudalucas/files


It looks to me like this is fussy specialized software in any operating system. And there is no Apple version, if that's what you are looking for.

Maybe Apple has it's own very expensive version, but I doubt it.

I don't have any use professionally or personally for overwrought graphics hardware. My computers, currently microsoft XP era or earlier, tend to be diverted from the electronic waste bin. There's no way they'd run later Microsoft products, but they are more than agile enough running Debian.

Linux, as a tool, works much better for my purposes than any proprietary operating system possibly could.

Latest Discussions»Help & Search»Computer Help and Support»Bloody Hell -- "file...