forked from RBigData/pbdDEMO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL.win.bin
28 lines (20 loc) · 854 Bytes
/
INSTALL.win.bin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
### This file is a binary installation for Windows system.
### See `INSTALL.win.source' for source installation for Windows system.
### See `INSTALL' for Solaris, Linux and Mac OS X.
--- 'pbdMPI' Installation:
See 'pbdMPI/INSTALL.win.bin' for the details.
--- 'pbdSLAP' Installation:
See 'pbdSLAP/INSTALL.win.bin' for the details.
--- 'pbdBASE' Installation:
See 'pbdBASE/INSTALL.win.bin' for the details.
--- 'pbdDMAT' Installation:
See 'pbdDMAT/INSTALL.win.bin' for the details.
--- 'pbdDEMO' Installation:
Default Installation:
("set_mpi.bat" is available in "pbdMPI/INSTALL.win.bin")
C:/> set_mpi
C:/> R CMD INSTALL pbdDEMO_0.1-0.zip
--- Testing:
Suppose all environments are set correctly, I can run test examples by
C:/> set_mpi
C:/> mpiexec -np 2 Rscript.exe -e "demo(ex_1,'pbdDEMO',ask=F,echo=F)"