1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
LORENE (Langage Objet pour la RElativité NumériquE)
---------------------------------------------------
The codes provided with LORENE are included in this package
(lorene-codes-src) in source form. To run a code,
1- install both this package and liblorene-dev;
2- copy the code's source to somewhere with write access;
3- copy/create/edit the relevant parameter file;
4- set HOME_LORENE and run make;
5- run the code.
For instance:
cp -a /usr/lib/lorene/Codes/Nrotstar ./Nrotstar
cd Nrotstar
cp -f Parameters/GR/Kepler/*.d ./
make HOME_LORENE=/usr/lib/`dpkg-architecture -qDEB_HOST_MULTIARCH`/lorene
./nrotstar
-- Thibaut Paumard <thibaut@debian.org>, Tue, 20 Sep 2016 06:29:09 +0200
|