Forum: PrimeNet
2014-09-21, 11:30
|
|
Replies: 4
Views: 1,194
Nope, this is a false indication. Long story...
Nope, this is a false indication. Long story short - it started with a manual submission of a last result line from cudalucas console output (composite of course) instead of the line from the...
|
Forum: Software
2011-12-20, 16:00
|
|
Replies: 32
Views: 9,062
I know the original problem was related to...
I know the original problem was related to windows, but months ago when I was using VPS services for mprime I needed to limit CPU usage on linux. There is a utility doing this: cpulimit...
|
Forum: Miscellaneous Math
2011-04-17, 17:35
|
|
Replies: 646
Views: 47,641
|
Forum: Programming
2011-03-06, 16:24
|
|
Replies: 1
Views: 1,452
|
Forum: Programming
2011-03-05, 20:56
|
|
Replies: 1
Views: 1,452
macros in nasm
Hi,
I'm trying to get to compile with NASM a piece of code like this:
%define IFNDEF %ifndef
%define ENDIF %endif
IFNDEF foo
;bar
ENDIF
nasm -E shows:
|
Forum: Software
2011-03-01, 19:18
|
|
Replies: 7
Views: 1,215
How about this:...
How about this: http://embraceubuntu.com/2005/09/07/adding-a-startup-script-to-be-run-at-bootup/
[EDIT] https://help.ubuntu.com/community/UbuntuBootupHowto
|
Forum: Software
2011-02-23, 11:30
|
|
Replies: 7
Views: 2,110
|
Forum: Software
2011-02-23, 08:16
|
|
Replies: 7
Views: 2,110
|
Forum: Software
2011-02-12, 14:06
|
|
Replies: 175
Views: 36,599
Missing object files
For all those who need/want to compile on Linux - attached missing object files.
|
Forum: Software
2011-02-10, 18:35
|
|
Replies: 175
Views: 36,599
glibc or not glibc
Is glibc a must ? If one would like to staticaly link C library into a binary (this is one of the options which could be considered for mprime to avoid problems encountered by George) then there are...
|
Forum: Lounge
2011-02-09, 21:45
|
|
Replies: 25
Views: 2,360
|
Forum: Software
2011-02-09, 19:33
|
|
Replies: 175
Views: 36,599
|
Forum: Software
2011-02-08, 20:25
|
|
Replies: 175
Views: 36,599
Maybe the libcurl static linking dependencies...
Maybe the libcurl static linking dependencies problems could be mitigated by having mprime sources being distributed along with libcurl ones as a single archive. There are many projects employing...
|
Forum: Software
2011-02-08, 19:09
|
|
Replies: 175
Views: 36,599
|
Forum: Software
2011-02-07, 20:24
|
|
Replies: 175
Views: 36,599
In the meantime I converted the PE/COFF files...
In the meantime I converted the PE/COFF files into missing ELF objects:
objcopy -I pe-i386 r4delay_p4tp.obj -O elf32-i386 r4delay_p4tp.oalso for r4delay5_p4tp.obj and r4delay3_p4tp.obj.
Now...
|
Forum: Software
2011-02-07, 17:22
|
|
Replies: 175
Views: 36,599
|
Forum: Software
2011-02-06, 15:07
|
|
Replies: 175
Views: 36,599
|
Forum: Software
2011-02-06, 13:47
|
|
Replies: 175
Views: 36,599
There is a r4delay3_p4tp.o file missing in the...
There is a r4delay3_p4tp.o file missing in the source archive, thus making own mprime build impossible.
This is my error message:
wmigda@gentoo /home/scr2/000000000/cmake $ make
-- Build type:...
|
Forum: Lounge
2011-02-05, 18:24
|
|
Replies: 1,370
Views: 96,447
|
Forum: Software
2011-02-04, 19:01
|
|
Replies: 12
Views: 818
How about this...
How about this (http://en.wikipedia.org/wiki/Microsoft_Windows_SDK) for a starter ? I'm not a schooled windows expert, but AFAIK Windows Platform SDK will give you the cl.exe compiler among other...
|
Forum: Software
2011-02-04, 18:34
|
|
Replies: 12
Views: 818
How about windows SDKs paired with CMake to...
How about windows SDKs paired with CMake to produce e.g. nmake-compilable projects ? You will be able to do development in whatever environment you like (vim, emacs, etc.) and then just execute the...
|
Forum: Hardware
2011-01-30, 20:57
|
|
Replies: 104
Views: 11,936
|
Forum: Hardware
2011-01-30, 20:29
|
|
Replies: 104
Views: 11,936
|
Forum: Software
2011-01-29, 19:59
|
|
Replies: 17
Views: 1,539
|
Forum: Software
2011-01-29, 18:39
|
|
Replies: 17
Views: 1,539
|