yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #11106
[Branch ~yade-pkg/yade/git-trunk] Rev 4103: rearranged compilation and installing procedure so that hints for multicore compilation are place...
------------------------------------------------------------
revno: 4103
author: Alexander Eulitz <alexander.eulitz@xxxxxxxxxxxxxxxx>
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Tue 2014-07-22 13:43:37 +0200
message:
rearranged compilation and installing procedure so that hints for multicore compilation are placed directly after the make command
modified:
doc/sphinx/installation.rst
--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'doc/sphinx/installation.rst'
--- doc/sphinx/installation.rst 2014-07-22 11:43:37 +0000
+++ doc/sphinx/installation.rst 2014-07-22 11:43:37 +0000
@@ -227,19 +227,21 @@
make
-Installing performs with the following command::
-
- make install
-
-The "install" command will in fact also recompile if source files have been modified.
-Hence there is no absolute need to type the two commands separately.
-
The compilation process can take a long time, be patient. An additional
parameter on many cores systems ``-j`` can be added to decrease compilation time
and split the compilation on many cores. For example, on 4-core machines
it would be reasonable to set the parameter ``-j4``. Note, the Yade requires
approximately 2GB/core for compilation, otherwise the swap-file will be used
-and a compilation time dramatically increases. After compilation finished successfully
+and a compilation time dramatically increases.
+
+Installing performs with the following command::
+
+ make install
+
+The "install" command will in fact also recompile if source files have been modified.
+Hence there is no absolute need to type the two commands separately.
+
+After compilation finished successfully
the new built can be started by navigating to /path/to/installfolder/bin and calling yade via (based on version yade-2014-02-20.git-a7048f4)::
cd /path/to/installfolder/bin