Last change
on this file was 3421, checked in by (none), 18 years ago |
This commit was manufactured by cvs2svn to create branch 'Reza'.
|
File size:
984 bytes
|
Line | |
---|
1 | # Programmes exemple pour l'utilisation de Sophya
|
---|
2 |
|
---|
3 | On suppose que $DPCBASREP/`uname`-$EROSCXX/Exec est ds le path et
|
---|
4 | .:$DPCBASREP/`uname`-$EROSCXX/ShLibs ds LD_LIBRARY_PATH
|
---|
5 |
|
---|
6 | 1) ex1.cc
|
---|
7 | Un programme simple utilisant SOPHYA
|
---|
8 |
|
---|
9 |
|
---|
10 | 2) arr1.icc
|
---|
11 | Un bout de code C++ utilisant SOPHYA, pouvant etre execute
|
---|
12 | par runcxx :
|
---|
13 | csh> runcxx -f arr1.icc
|
---|
14 | OU
|
---|
15 | csh> runcxx -tmpdir /tmp arr1.icc
|
---|
16 |
|
---|
17 | 3) fft.icc et myf_fft.icc
|
---|
18 | Exemple de code C++ utilisant les transforme de Fourier de SOPHYA,
|
---|
19 | pouvant etre execute ds spiapp.
|
---|
20 |
|
---|
21 | 4) sphylm.icc sphylm.h
|
---|
22 | Exemple d'utilisation des cartes 4Pi (SphericalMaps) et des
|
---|
23 | transforme en harmonique spherique pouvant etre execute ds spiapp.
|
---|
24 |
|
---|
25 |
|
---|
26 |
|
---|
27 | csh> spiapp
|
---|
28 | (on peut definir la variable d'environnement TMPDIR avant l'appel
|
---|
29 | a spiapp )
|
---|
30 |
|
---|
31 | Commandes a taper dans la fenetre de commande de (s)piapp :
|
---|
32 |
|
---|
33 | Cmd> delobjs *
|
---|
34 | Cmd> c++execfrf fft.icc myf_fft.h
|
---|
35 | Cmd> delobjs *
|
---|
36 | Cmd> c++execfrf sphylm.icc sphylm.h
|
---|
37 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.