Archive for the 'Uncategorized' Category

New tool for autoparallelism

March 24, 2007

A brand new C++ compiler with “implicit” parallelism from codeplay.
It’s directive based like OpenMP, but much easier, more effective, and able to split executable code
across different architectures (x86 and PhysX on same machine for instance).
http://www.theinquirer.net/default.aspx?article=38019

Teknisk: Passwordless login

March 24, 2007

http://liquidweather.net/howto/index.php?id=60
Her har vi en guide til passwordless remote ssh login.
altid rart ikke at skulle skrive sit (8cifrede:-) password.
/kim

Så kom der et repos….

March 5, 2007

Du kan lave et checkout af vores svn repository:
Linux shel:

$ svn checkout svn+ssh://USERNAME@marge.cs.aau.dk/project/d207a/svnroot/

Windows Tortuise SVN:
Sæt URL of repository til:
svn+ssh://USERNAME@marge.cs.aau.dk/project/d207a/svnroot/
- Mikael