Who can write the instruction for scamp compilation?

Wie arbeite ich mit Theli, wie verarbeite ich in Theli erstellten Bilder ?
Forumsregeln
Bitte die Beiträge kurz fassen, so kann man sie nachher besser finden. Sollte ein Problem gelöst sein, dann einen neuen Beitrag eröffnen. Ebenso wenn die Ursache eine ganz andere ist, oder es Offtopic wird.

Who can write the instruction for scamp compilation?

Beitragvon oleg » Samstag 6. Dezember 2014, 10:27

Hi,
Who can write the instruction for scamp compilation?
Ubuntu 14.04 64-bit (CPU Intel® Core™ i7-3930K, RAM 64GB, RAID0: 6x1TB).
oleg
 
Beiträge: 85
Registriert: Samstag 1. Oktober 2011, 18:00
Wohnort: Portugal

Re: Who can write the instruction for scamp compilation?

Beitragvon Knickohr » Samstag 6. Dezember 2014, 10:45

Hi !

Look here :

viewtopic.php?f=13&t=237

Thomas
Benutzeravatar
Knickohr
Moderator
 
Beiträge: 631
Registriert: Donnerstag 29. September 2011, 12:01
Wohnort: Blaustein

Re: Who can write the instruction for scamp compilation?

Beitragvon oleg » Samstag 6. Dezember 2014, 11:08

Hi Thomas,
Knickohr hat geschrieben:Hi !

Look here :

viewtopic.php?f=13&t=237

Thomas

I have the problem with ATLAS (atlas3.10.2) compilation:

Code: Alles auswählen
oleh@oleh:~$ cd /home/oleh/ATLAS
oleh@oleh:~/ATLAS$ mkdir MyObj
oleh@oleh:~/ATLAS$ cd MyObj
oleh@oleh:~/ATLAS/MyObj$ /home/oleh/ATLAS/configure -b 64
make: 'xconfig' is up to date.
./xconfig -d s /home/oleh/ATLAS/ -d b /home/oleh/ATLAS/MyObj  -b 64

OS configured as Linux (1)

Assembly configured as GAS_x8664 (2)

Vector ISA Extension configured as  AVX (5,480)

Architecture configured as  Corei2 (27)

Clock rate configured as 1539Mhz

Maximum number of threads configured as  12
Parallel make command configured as '$(MAKE) -j 12'
xarchinfo_linux: /home/oleh/ATLAS//CONFIG/src/backend/archinfo_linux.c:425: ProbeThrottle: Assertion `res' failed.
Aborted (core dumped)
make[3]: *** [atlas_run] Error 134
make[2]: *** [IRunArchInfo_linux] Error 2
Cannot detect CPU throttling.
rm -f config1.out
make atlas_run atldir=/home/oleh/ATLAS/MyObj exe=xprobe_comp redir=config1.out \
                args="-v 0 -o atlconf.txt -O 1 -A 27 -Si nof77 0 -V 480   -b 64 -d b /home/oleh/ATLAS/MyObj"
make[1]: Entering directory '/home/oleh/ATLAS/MyObj'
cd /home/oleh/ATLAS/MyObj ; ./xprobe_comp -v 0 -o atlconf.txt -O 1 -A 27 -Si nof77 0 -V 480   -b 64 -d b /home/oleh/ATLAS/MyObj > config1.out
/bin/sh: 1: ./xctest: not found
make[3]: *** [atlas_run] Error 127
make[2]: *** [IRunCComp] Error 2
make[2]: gfortran: Command not found
make[2]: *** [IRunF77Comp] Error 127
make[2]: g77: Command not found
make[2]: *** [IRunF77Comp] Error 127
make[2]: f77: Command not found
make[2]: *** [IRunF77Comp] Error 127


Unable to find usable compiler for F77; abortingMake sure compilers are in your path, and specify good compilers to configure
(see INSTALL.txt or 'configure --help' for details)Makefile:106: recipe for target 'atlas_run' failed
make[1]: *** [atlas_run] Error 8
make[1]: Leaving directory '/home/oleh/ATLAS/MyObj'
Makefile:117: recipe for target 'IRun_comp' failed
make: *** [IRun_comp] Error 2
ERROR 512 IN SYSCMND: 'make IRun_comp args="-v 0 -o atlconf.txt -O 1 -A 27 -Si nof77 0 -V 480   -b 64"'
mkdir src bin tune interfaces
mkdir: cannot create directory ‘src’: File exists
mkdir: cannot create directory ‘bin’: File exists
mkdir: cannot create directory ‘tune’: File exists
mkdir: cannot create directory ‘interfaces’: File exists
Makefile:450: recipe for target 'make_subdirs' failed
make: *** [make_subdirs] Error 1
make -f Make.top startup
make[1]: Entering directory '/home/oleh/ATLAS/MyObj'
Make.top:1: Make.inc: No such file or directory
make[1]: *** No rule to make target 'Make.inc'.  Stop.
make[1]: Leaving directory '/home/oleh/ATLAS/MyObj'
Makefile:493: recipe for target 'startup' failed
make: *** [startup] Error 2
mv: cannot stat ‘lib/Makefile’: No such file or directory
/home/oleh/ATLAS/configure: 450: /home/oleh/ATLAS/configure: cannot create lib/Makefile: Directory nonexistent
/home/oleh/ATLAS/configure: 451: /home/oleh/ATLAS/configure: cannot create lib/Makefile: Directory nonexistent
/home/oleh/ATLAS/configure: 452: /home/oleh/ATLAS/configure: cannot create lib/Makefile: Directory nonexistent
/home/oleh/ATLAS/configure: 453: /home/oleh/ATLAS/configure: cannot create lib/Makefile: Directory nonexistent
/home/oleh/ATLAS/configure: 509: /home/oleh/ATLAS/configure: cannot create lib/Makefile: Directory nonexistent
DONE configure
oleh@oleh:~/ATLAS/MyObj$
Ubuntu 14.04 64-bit (CPU Intel® Core™ i7-3930K, RAM 64GB, RAID0: 6x1TB).
oleg
 
Beiträge: 85
Registriert: Samstag 1. Oktober 2011, 18:00
Wohnort: Portugal

Re: Who can write the instruction for scamp compilation?

Beitragvon oleg » Samstag 6. Dezember 2014, 11:19

Code: Alles auswählen
sudo apt-get install fort77
helped me solve this problem with configuration.
Ubuntu 14.04 64-bit (CPU Intel® Core™ i7-3930K, RAM 64GB, RAID0: 6x1TB).
oleg
 
Beiträge: 85
Registriert: Samstag 1. Oktober 2011, 18:00
Wohnort: Portugal

Re: Who can write the instruction for scamp compilation?

Beitragvon oleg » Samstag 6. Dezember 2014, 11:41

Make.top:658: recipe for target 'install_lib' failed

Code: Alles auswählen
oleh@oleh:~/ATLAS/MyObj$ sudo make install
[sudo] password for oleh:
mkdir -p /usr/local/atlas/include
chmod 0755 /usr/local/atlas/include
mkdir -p /usr/local/atlas/lib
chmod 0755 /usr/local/atlas/lib
mkdir -p /usr/local/atlas/include/atlas
chmod 0755 /usr/local/atlas/include/atlas
make -f Make.top install_inc INSTdir=/usr/local/atlas/include
make[1]: Entering directory '/home/oleh/ATLAS/MyObj'
cp /home/oleh/ATLAS//include/cblas.h /usr/local/atlas/include/.
cp /home/oleh/ATLAS//include/clapack.h /usr/local/atlas/include/.
chmod 0644 /usr/local/atlas/include/cblas.h /usr/local/atlas/include/clapack.h
cp /home/oleh/ATLAS/MyObj/include/* /usr/local/atlas/include/atlas/.
chmod 0644 /usr/local/atlas/include/atlas/*
make[1]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top install_lib INSTdir=/usr/local/atlas/lib
make[1]: Entering directory '/home/oleh/ATLAS/MyObj'
cp /home/oleh/ATLAS/MyObj/lib/libatlas.a /usr/local/atlas/lib/.
cp /home/oleh/ATLAS/MyObj/lib/libcblas.a /usr/local/atlas/lib/.
cp /home/oleh/ATLAS/MyObj/lib/liblapack.a /usr/local/atlas/lib/.
chmod 0644 /usr/local/atlas/lib/libatlas.a  /usr/local/atlas/lib/liblapack.a \
                   /usr/local/atlas/lib/libcblas.a
cp /home/oleh/ATLAS/MyObj/lib/libf77blas.a /usr/local/atlas/lib/.
chmod 0644 /usr/local/atlas/lib/libf77blas.a
cp /home/oleh/ATLAS/MyObj/lib/libptcblas.a /usr/local/atlas/lib/.
chmod 0644 /usr/local/atlas/lib/libptcblas.a
cp /home/oleh/ATLAS/MyObj/lib/libptf77blas.a /usr/local/atlas/lib/.
chmod 0644 /usr/local/atlas/lib/libptf77blas.a
cp /home/oleh/ATLAS/MyObj/lib/libsatlas.dylib /usr/local/atlas/lib/.
cp: cannot stat ‘/home/oleh/ATLAS/MyObj/lib/libsatlas.dylib’: No such file or directory
Make.top:658: recipe for target 'install_lib' failed
make[1]: [install_lib] Error 1 (ignored)
cp /home/oleh/ATLAS/MyObj/lib/libtatlas.dylib /usr/local/atlas/lib/.
cp: cannot stat ‘/home/oleh/ATLAS/MyObj/lib/libtatlas.dylib’: No such file or directory
Make.top:658: recipe for target 'install_lib' failed
make[1]: [install_lib] Error 1 (ignored)
cp /home/oleh/ATLAS/MyObj/lib/libsatlas.dll /usr/local/atlas/lib/.
cp: cannot stat ‘/home/oleh/ATLAS/MyObj/lib/libsatlas.dll’: No such file or directory
Make.top:658: recipe for target 'install_lib' failed
make[1]: [install_lib] Error 1 (ignored)
cp /home/oleh/ATLAS/MyObj/lib/libtatlas.dll /usr/local/atlas/lib/.
cp: cannot stat ‘/home/oleh/ATLAS/MyObj/lib/libtatlas.dll’: No such file or directory
Make.top:658: recipe for target 'install_lib' failed
make[1]: [install_lib] Error 1 (ignored)
cp /home/oleh/ATLAS/MyObj/lib/libsatlas.so /usr/local/atlas/lib/.
cp: cannot stat ‘/home/oleh/ATLAS/MyObj/lib/libsatlas.so’: No such file or directory
Make.top:658: recipe for target 'install_lib' failed
make[1]: [install_lib] Error 1 (ignored)
cp /home/oleh/ATLAS/MyObj/lib/libtatlas.so /usr/local/atlas/lib/.
cp: cannot stat ‘/home/oleh/ATLAS/MyObj/lib/libtatlas.so’: No such file or directory
Make.top:658: recipe for target 'install_lib' failed
make[1]: [install_lib] Error 1 (ignored)
make[1]: Leaving directory '/home/oleh/ATLAS/MyObj'
oleh@oleh:~/ATLAS/MyObj$
Ubuntu 14.04 64-bit (CPU Intel® Core™ i7-3930K, RAM 64GB, RAID0: 6x1TB).
oleg
 
Beiträge: 85
Registriert: Samstag 1. Oktober 2011, 18:00
Wohnort: Portugal

Re: Who can write the instruction for scamp compilation?

Beitragvon Knickohr » Samstag 6. Dezember 2014, 11:41

xarchinfo_linux: /home/oleh/ATLAS//CONFIG/src/backend/archinfo_linux.c:425: ProbeThrottle: Assertion `res' failed.


Disable your CPU-throttle !

"- CPU-Thtottling abschalten :shock: Wie geht das ? Ganz einfach. Entweder über das BIOS oder aber über die grafische Oberfläche, falls ihr die Prozessor-Überwachungs-Addons in dem Gnome-Panel installiert habt."

Go into your BIOS and disable it. It's also possible to do it via the Gnome if you have installes the Addon for CPU-wachting.

Thomas
Benutzeravatar
Knickohr
Moderator
 
Beiträge: 631
Registriert: Donnerstag 29. September 2011, 12:01
Wohnort: Blaustein

Re: Who can write the instruction for scamp compilation?

Beitragvon oleg » Samstag 6. Dezember 2014, 12:28

Knickohr hat geschrieben:
xarchinfo_linux: /home/oleh/ATLAS//CONFIG/src/backend/archinfo_linux.c:425: ProbeThrottle: Assertion `res' failed.


Disable your CPU-throttle !

"- CPU-Thtottling abschalten :shock: Wie geht das ? Ganz einfach. Entweder über das BIOS oder aber über die grafische Oberfläche, falls ihr die Prozessor-Überwachungs-Addons in dem Gnome-Panel installiert habt."

Go into your BIOS and disable it. It's also possible to do it via the Gnome if you have installes the Addon for CPU-wachting.

Thomas

I disabled the CPU-throttle:

Code: Alles auswählen
oleh@oleh:~$ cd /home/oleh/ATLAS
oleh@oleh:~/ATLAS$ mkdir MyObj
oleh@oleh:~/ATLAS$ cd MyObj
oleh@oleh:~/ATLAS/MyObj$ /home/oleh/ATLAS/configure -b 64
gcc -I/home/oleh/ATLAS//CONFIG/include  -g -w -c /home/oleh/ATLAS//CONFIG/src/atlconf_misc.c
gcc -I/home/oleh/ATLAS//CONFIG/include  -g -w -o xconfig /home/oleh/ATLAS//CONFIG/src/config.c atlconf_misc.o
/tmp/cccDm0nx.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
./xconfig -d s /home/oleh/ATLAS/ -d b /home/oleh/ATLAS/MyObj  -b 64
probe_OS.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'

OS configured as Linux (1)
probe_asm.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'

Assembly configured as GAS_x8664 (2)
probe_vec.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'

Vector ISA Extension configured as  AVX (5,480)
probe_arch.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
/tmp/ccv5FIOJ.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'

Architecture configured as  Corei2 (27)
/tmp/cco9PHzU.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'

Clock rate configured as 1789Mhz

Maximum number of threads configured as  12
probe_pmake.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
Parallel make command configured as '$(MAKE) -j 12'
xarchinfo_linux: /home/oleh/ATLAS//CONFIG/src/backend/archinfo_linux.c:425: ProbeThrottle: Assertion `res' failed.
Aborted (core dumped)
make[3]: *** [atlas_run] Error 134
make[2]: *** [IRunArchInfo_linux] Error 2
Cannot detect CPU throttling.
gcc -I/home/oleh/ATLAS//CONFIG/include  -g -w -o xisgcc /home/oleh/ATLAS//CONFIG/src/IsGcc.c atlconf_misc.o
/tmp/ccy3FBmw.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
gcc -I/home/oleh/ATLAS//CONFIG/include  -g -w -c /home/oleh/ATLAS//CONFIG/src/probe_comp.c
gcc -I/home/oleh/ATLAS//CONFIG/include  -g -w -o xprobe_comp probe_comp.o atlconf_misc.o
probe_comp.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
rm -f config1.out
make atlas_run atldir=/home/oleh/ATLAS/MyObj exe=xprobe_comp redir=config1.out \
                args="-v 0 -o atlconf.txt -O 1 -A 27 -Si nof77 0 -V 480   -b 64 -d b /home/oleh/ATLAS/MyObj"
make[1]: Entering directory '/home/oleh/ATLAS/MyObj'
cd /home/oleh/ATLAS/MyObj ; ./xprobe_comp -v 0 -o atlconf.txt -O 1 -A 27 -Si nof77 0 -V 480   -b 64 -d b /home/oleh/ATLAS/MyObj > config1.out
/bin/sh: 1: ./xctest: not found
make[3]: *** [atlas_run] Error 127
make[2]: *** [IRunCComp] Error 2
make[2]: gfortran: Command not found
make[2]: *** [IRunF77Comp] Error 127
make[2]: g77: Command not found
make[2]: *** [IRunF77Comp] Error 127
   MAIN comptest:
   MAIN comptest:
probe_f2c.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
   MAIN namtst:
   MAIN f2cintf:
   MAIN chartst:
make[1]: Leaving directory '/home/oleh/ATLAS/MyObj'
cat config1.out
gcc -I/home/oleh/ATLAS//CONFIG/include  -g -w -o xspew /home/oleh/ATLAS//CONFIG/src/SpewMakeInc.c atlconf_misc.o \
               
/tmp/ccJ6eprk.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
rm -f *core* *.o config?.out
mkdir src bin tune interfaces
cd src ; mkdir testing auxil blas lapack pthreads threads
cd src/blas ; \
           mkdir f77reference reference gemv ger gemm kbmm \
                 level1 level2 level3 pklevel3
cd src/blas/reference ; mkdir level1 level2 level3
cd src/blas/level2 ; mkdir kernel
cd src/blas/pklevel3 ; mkdir gpmm sprk
cd src/blas/level3 ; mkdir rblas kernel
cd src/pthreads ; mkdir blas misc
cd src/pthreads/blas ; mkdir level1 level2 level3
cd src/threads ; mkdir blas lapack
cd src/threads/blas ; mkdir level3 level2
cd tune ; mkdir blas sysinfo lapack threads
cd tune/blas ; mkdir gemm gemv ger level1 level3
cd interfaces ; mkdir blas lapack
cd interfaces/lapack ; mkdir C F77
cd interfaces/lapack/C ; mkdir src testing
cd interfaces/lapack/F77 ; mkdir src testing
cd interfaces/blas ; mkdir C F77
cd interfaces/blas/C ; mkdir src testing
cd interfaces/blas/F77 ; mkdir src testing
cd interfaces/lapack ; mkdir C2F
cd interfaces/lapack/C2F ; mkdir src
mkdir ARCHS
make -f Make.top startup
make[1]: Entering directory '/home/oleh/ATLAS/MyObj'
mkdir lib
mkdir include
touch include/atlas_ssyr2NX.h
touch include/atlas_ssyrNX.h
touch include/atlas_dsyr2NX.h
touch include/atlas_dsyrNX.h
touch include/atlas_csyr2NX.h
touch include/atlas_csyrNX.h
touch include/atlas_zsyr2NX.h
touch include/atlas_zsyrNX.h
touch include/atlas_tsumm.h
touch include/atlas_taffinity.h
touch include/atlas_ssyrNX.h
touch include/atlas_ssyrNX.h
touch include/atlas_ssyrNX.h
touch include/atlas_tcacheedge.h
touch include/atlas_cacheedge.h
touch include/atlas_zdNKB.h
touch include/atlas_csNKB.h
touch include/atlas_stGetNB_gelqf.h
touch include/atlas_dtGetNB_gelqf.h
touch include/atlas_ctGetNB_gelqf.h
touch include/atlas_ztGetNB_gelqf.h
touch include/atlas_stGetNB_gerqf.h
touch include/atlas_dtGetNB_gerqf.h
touch include/atlas_ctGetNB_gerqf.h
touch include/atlas_ztGetNB_gerqf.h
touch include/atlas_stGetNB_geqlf.h
touch include/atlas_dtGetNB_geqlf.h
touch include/atlas_ctGetNB_geqlf.h
touch include/atlas_ztGetNB_geqlf.h
touch include/atlas_stGetNB_geqrf.h
touch include/atlas_dtGetNB_geqrf.h
touch include/atlas_ctGetNB_geqrf.h
touch include/atlas_ztGetNB_geqrf.h
touch include/atlas_sGetNB_gelqf.h
touch include/atlas_dGetNB_gelqf.h
touch include/atlas_cGetNB_gelqf.h
touch include/atlas_zGetNB_gelqf.h
touch include/atlas_sGetNB_gerqf.h
touch include/atlas_dGetNB_gerqf.h
touch include/atlas_cGetNB_gerqf.h
touch include/atlas_zGetNB_gerqf.h
touch include/atlas_sGetNB_geqlf.h
touch include/atlas_dGetNB_geqlf.h
touch include/atlas_cGetNB_geqlf.h
touch include/atlas_zGetNB_geqlf.h
touch include/atlas_sGetNB_geqrf.h
touch include/atlas_dGetNB_geqrf.h
touch include/atlas_cGetNB_geqrf.h
touch include/atlas_zGetNB_geqrf.h
touch include/zXover.h
touch include/cXover.h
touch include/dXover.h
touch include/sXover.h
mkdir results
mkdir results/charts
mkdir results/tvecs
mkdir results/raw
mkdir EXtest
make -f Make.top leafstart leaf=interfaces/lapack/C2F/src
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd interfaces/lapack/C2F/src ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=interfaces/lapack/F77/src
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd interfaces/lapack/F77/src ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=interfaces/lapack/C/src
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd interfaces/lapack/C/src ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=interfaces/blas/F77/testing
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd interfaces/blas/F77/testing ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=interfaces/blas/F77/src
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd interfaces/blas/F77/src ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=interfaces/blas/C/testing
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd interfaces/blas/C/testing ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=interfaces/blas/C/src
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd interfaces/blas/C/src ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=tune/threads
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd tune/threads ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=tune/sysinfo
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd tune/sysinfo ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=tune/lapack
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd tune/lapack ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=tune/blas/level3
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd tune/blas/level3 ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=tune/blas/level1
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=tune/blas/ger
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd tune/blas/ger ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=tune/blas/gemv
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd tune/blas/gemv ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=tune/blas/gemm
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd tune/blas/gemm ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=results
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd results ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=results/charts
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd results/charts ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=results/tvecs
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd results/tvecs ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=results/raw
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd results/raw ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=EXtest
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd EXtest ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/threads
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/threads ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/threads/lapack
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/threads/lapack ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/threads/blas/level2
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/threads/blas/level2 ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/threads/blas/level3
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/threads/blas/level3 ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/lapack
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/lapack ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/level3/kernel
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/level3/kernel ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/level3/rblas
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/level3/rblas ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/level3
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/level3 ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/pklevel3/sprk
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/pklevel3/sprk ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/pklevel3/gpmm
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/pklevel3/gpmm ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/pklevel3
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/pklevel3 ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/level2/kernel
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/level2/kernel ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/level2
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/level2 ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/level1
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/level1 ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/gemm
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/gemm ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/ger
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/ger ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/gemv
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/gemv ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/f77reference
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/f77reference ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/reference/level3
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/reference/level3 ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/reference/level2
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/reference/level2 ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/reference/level1
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/reference/level1 ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/auxil
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/auxil ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/testing
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/testing ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=lib
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd lib ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=bin
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd bin ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
cd src/threads ; touch atomic.inc
cd src/blas/gemm ; mkdir KERNEL
cd tune/blas/gemm ; mkdir KERNEL
cd tune/blas/gemm ; mkdir res
cd tune/blas/gemv ; mkdir res
cd tune/blas/ger ; mkdir res
cd tune/blas/level1 ; mkdir res
cd tune/blas/level1 ; mkdir GEN
cd tune/blas/level3 ; mkdir res
cd tune/sysinfo ; mkdir res
cd tune/lapack  ; mkdir res
cd tune/threads ; mkdir res
cd bin ; mkdir INSTALL_LOG
cd tune/blas/gemv ; ln -s /home/oleh/ATLAS//tune/blas/gemv/MVTCASES MVTCASES
cd tune/blas/gemv ; ln -s /home/oleh/ATLAS//tune/blas/gemv/MVNCASES MVNCASES
cd tune/blas/ger ; ln -s /home/oleh/ATLAS//tune/blas/ger/R1CASES R1CASES
cd tune/blas/ger ; ln -s /home/oleh/ATLAS//tune/blas/ger/R2CASES R2CASES
cd tune/blas/gemv ; ln -s /home/oleh/ATLAS//tune/blas/gemv/CASES CASES
cd tune/blas/gemm ; ln -s /home/oleh/ATLAS//tune/blas/gemm/CASES CASES
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/SWAP SWAP
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/SET SET
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/SCAL SCAL
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/ROT ROT
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/NRM2 NRM2
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/IAMAX IAMAX
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/DOT DOT
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/CPSC CPSC
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/COPY COPY
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/AXPY AXPY
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/AXPBY AXPBY
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/ASUM ASUM
make -f Make.top refresh arch=
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cp /home/oleh/ATLAS//makes/Make.res_chart results/charts/Makefile
cp /home/oleh/ATLAS//makes/Make.res_tvec results/tvecs/Makefile
cp /home/oleh/ATLAS//makes/Make.res_raw results/raw/Makefile
cp /home/oleh/ATLAS//makes/Make.res_new results/Makefile
cp /home/oleh/ATLAS//makes/Make.plinc results/.
cp /home/oleh/ATLAS//makes/Make.EXtst EXtest/Makefile
cp /home/oleh/ATLAS//makes/Make.bin bin/Makefile
cat /home/oleh/ATLAS//makes/Make.lib >> lib/Makefile
cp /home/oleh/ATLAS//makes/Make.aux src/auxil/Makefile
cp /home/oleh/ATLAS//makes/Make.l1ref src/blas/reference/level1/Makefile
cp /home/oleh/ATLAS//makes/Make.l2ref src/blas/reference/level2/Makefile
cp /home/oleh/ATLAS//makes/Make.l3ref src/blas/reference/level3/Makefile
cp /home/oleh/ATLAS//makes/Make.f77refblas src/blas/f77reference/Makefile
cp /home/oleh/ATLAS//makes/Make.tstsrc src/testing/Makefile
cp /home/oleh/ATLAS//makes/Make.mvsrc src/blas/gemv/Makefile
cp /home/oleh/ATLAS//makes/Make.r1src src/blas/ger/Makefile
cp /home/oleh/ATLAS//makes/Make.mmsrc src/blas/gemm/Makefile
cp /home/oleh/ATLAS//makes/Make.l1src src/blas/level1/Makefile
cp /home/oleh/ATLAS//makes/Make.l2 src/blas/level2/Makefile
cp /home/oleh/ATLAS//makes/Make.l2aux src/blas/level2/kernel/Makefile
cp /home/oleh/ATLAS//makes/Make.lpsrc src/lapack/Makefile
cp /home/oleh/ATLAS//makes/Make.l3tune tune/blas/level3/Makefile
cp /home/oleh/ATLAS//makes/Make.mmtune tune/blas/gemm/Makefile
cp /home/oleh/ATLAS//makes/Make.mvtune tune/blas/gemv/Makefile
cp /home/oleh/ATLAS//makes/Make.r1tune tune/blas/ger/Makefile
cp /home/oleh/ATLAS//makes/Make.l1tune tune/blas/level1/Makefile
cp /home/oleh/ATLAS//makes/Make.sysinfo tune/sysinfo/Makefile
cp /home/oleh/ATLAS//makes/Make.ttune tune/threads/Makefile
cp /home/oleh/ATLAS//makes/Make.latune  tune/lapack/Makefile
cp /home/oleh/ATLAS//makes/Make.cblas interfaces/blas/C/src/Makefile
cp /home/oleh/ATLAS//makes/Make.f77blas interfaces/blas/F77/src/Makefile
cp /home/oleh/ATLAS//makes/Make.cblastst interfaces/blas/C/testing/Makefile
cp /home/oleh/ATLAS//makes/Make.f77blastst interfaces/blas/F77/testing/Makefile
cp /home/oleh/ATLAS//makes/Make.Clp interfaces/lapack/C/src/Makefile
cp /home/oleh/ATLAS//makes/Make.Flp interfaces/lapack/F77/src/Makefile
cp /home/oleh/ATLAS//makes/Make.C2Flp interfaces/lapack/C2F/src/Makefile
cp /home/oleh/ATLAS//makes/Make.thr src/threads/Makefile
cp /home/oleh/ATLAS//makes/Make.lathr src/threads/lapack/Makefile
cp /home/oleh/ATLAS//makes/Make.l3thr src/threads/blas/level3/Makefile
cp /home/oleh/ATLAS//makes/Make.l2thr src/threads/blas/level2/Makefile
cp /home/oleh/ATLAS//makes/Make.pkl3 src/blas/pklevel3/Makefile
cp /home/oleh/ATLAS//makes/Make.gpmm src/blas/pklevel3/gpmm/Makefile
cp /home/oleh/ATLAS//makes/Make.sprk src/blas/pklevel3/sprk/Makefile
cp /home/oleh/ATLAS//makes/Make.l3 src/blas/level3/Makefile
cp /home/oleh/ATLAS//makes/Make.l3aux src/blas/level3/rblas/Makefile
cp /home/oleh/ATLAS//makes/Make.l3kern src/blas/level3/kernel/Makefile
cp /home/oleh/ATLAS//makes/atlas_trsmNB.h include/.
cp /home/oleh/ATLAS//CONFIG/ARCHS/Makefile ARCHS/.
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make[1]: Leaving directory '/home/oleh/ATLAS/MyObj'
DONE configure
oleh@oleh:~/ATLAS/MyObj$


Bild
Ubuntu 14.04 64-bit (CPU Intel® Core™ i7-3930K, RAM 64GB, RAID0: 6x1TB).
oleg
 
Beiträge: 85
Registriert: Samstag 1. Oktober 2011, 18:00
Wohnort: Portugal

Re: Who can write the instruction for scamp compilation?

Beitragvon Knickohr » Samstag 6. Dezember 2014, 12:41

Where do you disable it ?

You disabled the Thermal Monitor, not the CPU throttling.

Try to set Min CPU Speed at the same as Max CPU Speed.

Try to do it in Gnome :

http://www.webupd8.org/2009/10/how-to-d ... uency.html

Thomas
Benutzeravatar
Knickohr
Moderator
 
Beiträge: 631
Registriert: Donnerstag 29. September 2011, 12:01
Wohnort: Blaustein

Re: Who can write the instruction for scamp compilation?

Beitragvon oleg » Samstag 6. Dezember 2014, 13:31

IMHO, I disabled the CPU-throttle in this case, because the "Clock rate configured as 3300Mhz":

Code: Alles auswählen
oleh@oleh:~$ cd /home/oleh/ATLAS
oleh@oleh:~/ATLAS$ mkdir MyObj
oleh@oleh:~/ATLAS$ cd MyObj
oleh@oleh:~/ATLAS/MyObj$ /home/oleh/ATLAS/configure -b 64
gcc -I/home/oleh/ATLAS//CONFIG/include  -g -w -c /home/oleh/ATLAS//CONFIG/src/atlconf_misc.c
gcc -I/home/oleh/ATLAS//CONFIG/include  -g -w -o xconfig /home/oleh/ATLAS//CONFIG/src/config.c atlconf_misc.o
/tmp/cc1HGSqW.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
./xconfig -d s /home/oleh/ATLAS/ -d b /home/oleh/ATLAS/MyObj  -b 64
probe_OS.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'

OS configured as Linux (1)
probe_asm.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'

Assembly configured as GAS_x8664 (2)
probe_vec.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'

Vector ISA Extension configured as  AVX (5,480)
probe_arch.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
/tmp/cczgYoeh.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'

Architecture configured as  Corei2 (27)
/tmp/cc5IsDrm.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'

Clock rate configured as 3300Mhz

Maximum number of threads configured as  12
probe_pmake.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
Parallel make command configured as '$(MAKE) -j 12'
xarchinfo_linux: /home/oleh/ATLAS//CONFIG/src/backend/archinfo_linux.c:425: ProbeThrottle: Assertion `res' failed.
Aborted (core dumped)
make[3]: *** [atlas_run] Error 134
make[2]: *** [IRunArchInfo_linux] Error 2
Cannot detect CPU throttling.
gcc -I/home/oleh/ATLAS//CONFIG/include  -g -w -o xisgcc /home/oleh/ATLAS//CONFIG/src/IsGcc.c atlconf_misc.o
/tmp/ccEfKPqE.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
gcc -I/home/oleh/ATLAS//CONFIG/include  -g -w -c /home/oleh/ATLAS//CONFIG/src/probe_comp.c
gcc -I/home/oleh/ATLAS//CONFIG/include  -g -w -o xprobe_comp probe_comp.o atlconf_misc.o
probe_comp.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
rm -f config1.out
make atlas_run atldir=/home/oleh/ATLAS/MyObj exe=xprobe_comp redir=config1.out \
                args="-v 0 -o atlconf.txt -O 1 -A 27 -Si nof77 0 -V 480   -b 64 -d b /home/oleh/ATLAS/MyObj"
make[1]: Entering directory '/home/oleh/ATLAS/MyObj'
cd /home/oleh/ATLAS/MyObj ; ./xprobe_comp -v 0 -o atlconf.txt -O 1 -A 27 -Si nof77 0 -V 480   -b 64 -d b /home/oleh/ATLAS/MyObj > config1.out
/bin/sh: 1: ./xctest: not found
make[3]: *** [atlas_run] Error 127
make[2]: *** [IRunCComp] Error 2
make[2]: gfortran: Command not found
make[2]: *** [IRunF77Comp] Error 127
make[2]: g77: Command not found
make[2]: *** [IRunF77Comp] Error 127
   MAIN comptest:
   MAIN comptest:
probe_f2c.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
   MAIN namtst:
   MAIN f2cintf:
   MAIN chartst:
make[1]: Leaving directory '/home/oleh/ATLAS/MyObj'
cat config1.out
gcc -I/home/oleh/ATLAS//CONFIG/include  -g -w -o xspew /home/oleh/ATLAS//CONFIG/src/SpewMakeInc.c atlconf_misc.o \
               
/tmp/ccy8VeXm.o: In function `ATL_tmpnam':
/home/oleh/ATLAS//CONFIG/include/atlas_sys.h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
rm -f *core* *.o config?.out
mkdir src bin tune interfaces
cd src ; mkdir testing auxil blas lapack pthreads threads
cd src/blas ; \
           mkdir f77reference reference gemv ger gemm kbmm \
                 level1 level2 level3 pklevel3
cd src/blas/reference ; mkdir level1 level2 level3
cd src/blas/level2 ; mkdir kernel
cd src/blas/pklevel3 ; mkdir gpmm sprk
cd src/blas/level3 ; mkdir rblas kernel
cd src/pthreads ; mkdir blas misc
cd src/pthreads/blas ; mkdir level1 level2 level3
cd src/threads ; mkdir blas lapack
cd src/threads/blas ; mkdir level3 level2
cd tune ; mkdir blas sysinfo lapack threads
cd tune/blas ; mkdir gemm gemv ger level1 level3
cd interfaces ; mkdir blas lapack
cd interfaces/lapack ; mkdir C F77
cd interfaces/lapack/C ; mkdir src testing
cd interfaces/lapack/F77 ; mkdir src testing
cd interfaces/blas ; mkdir C F77
cd interfaces/blas/C ; mkdir src testing
cd interfaces/blas/F77 ; mkdir src testing
cd interfaces/lapack ; mkdir C2F
cd interfaces/lapack/C2F ; mkdir src
mkdir ARCHS
make -f Make.top startup
make[1]: Entering directory '/home/oleh/ATLAS/MyObj'
mkdir lib
mkdir include
touch include/atlas_ssyr2NX.h
touch include/atlas_ssyrNX.h
touch include/atlas_dsyr2NX.h
touch include/atlas_dsyrNX.h
touch include/atlas_csyr2NX.h
touch include/atlas_csyrNX.h
touch include/atlas_zsyr2NX.h
touch include/atlas_zsyrNX.h
touch include/atlas_tsumm.h
touch include/atlas_taffinity.h
touch include/atlas_ssyrNX.h
touch include/atlas_ssyrNX.h
touch include/atlas_ssyrNX.h
touch include/atlas_tcacheedge.h
touch include/atlas_cacheedge.h
touch include/atlas_zdNKB.h
touch include/atlas_csNKB.h
touch include/atlas_stGetNB_gelqf.h
touch include/atlas_dtGetNB_gelqf.h
touch include/atlas_ctGetNB_gelqf.h
touch include/atlas_ztGetNB_gelqf.h
touch include/atlas_stGetNB_gerqf.h
touch include/atlas_dtGetNB_gerqf.h
touch include/atlas_ctGetNB_gerqf.h
touch include/atlas_ztGetNB_gerqf.h
touch include/atlas_stGetNB_geqlf.h
touch include/atlas_dtGetNB_geqlf.h
touch include/atlas_ctGetNB_geqlf.h
touch include/atlas_ztGetNB_geqlf.h
touch include/atlas_stGetNB_geqrf.h
touch include/atlas_dtGetNB_geqrf.h
touch include/atlas_ctGetNB_geqrf.h
touch include/atlas_ztGetNB_geqrf.h
touch include/atlas_sGetNB_gelqf.h
touch include/atlas_dGetNB_gelqf.h
touch include/atlas_cGetNB_gelqf.h
touch include/atlas_zGetNB_gelqf.h
touch include/atlas_sGetNB_gerqf.h
touch include/atlas_dGetNB_gerqf.h
touch include/atlas_cGetNB_gerqf.h
touch include/atlas_zGetNB_gerqf.h
touch include/atlas_sGetNB_geqlf.h
touch include/atlas_dGetNB_geqlf.h
touch include/atlas_cGetNB_geqlf.h
touch include/atlas_zGetNB_geqlf.h
touch include/atlas_sGetNB_geqrf.h
touch include/atlas_dGetNB_geqrf.h
touch include/atlas_cGetNB_geqrf.h
touch include/atlas_zGetNB_geqrf.h
touch include/zXover.h
touch include/cXover.h
touch include/dXover.h
touch include/sXover.h
mkdir results
mkdir results/charts
mkdir results/tvecs
mkdir results/raw
mkdir EXtest
make -f Make.top leafstart leaf=interfaces/lapack/C2F/src
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd interfaces/lapack/C2F/src ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=interfaces/lapack/F77/src
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd interfaces/lapack/F77/src ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=interfaces/lapack/C/src
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd interfaces/lapack/C/src ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=interfaces/blas/F77/testing
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd interfaces/blas/F77/testing ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=interfaces/blas/F77/src
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd interfaces/blas/F77/src ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=interfaces/blas/C/testing
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd interfaces/blas/C/testing ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=interfaces/blas/C/src
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd interfaces/blas/C/src ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=tune/threads
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd tune/threads ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=tune/sysinfo
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd tune/sysinfo ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=tune/lapack
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd tune/lapack ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=tune/blas/level3
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd tune/blas/level3 ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=tune/blas/level1
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=tune/blas/ger
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd tune/blas/ger ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=tune/blas/gemv
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd tune/blas/gemv ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=tune/blas/gemm
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd tune/blas/gemm ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=results
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd results ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=results/charts
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd results/charts ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=results/tvecs
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd results/tvecs ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=results/raw
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd results/raw ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=EXtest
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd EXtest ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/threads
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/threads ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/threads/lapack
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/threads/lapack ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/threads/blas/level2
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/threads/blas/level2 ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/threads/blas/level3
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/threads/blas/level3 ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/lapack
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/lapack ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/level3/kernel
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/level3/kernel ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/level3/rblas
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/level3/rblas ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/level3
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/level3 ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/pklevel3/sprk
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/pklevel3/sprk ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/pklevel3/gpmm
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/pklevel3/gpmm ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/pklevel3
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/pklevel3 ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/level2/kernel
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/level2/kernel ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/level2
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/level2 ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/level1
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/level1 ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/gemm
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/gemm ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/ger
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/ger ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/gemv
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/gemv ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/f77reference
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/f77reference ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/reference/level3
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/reference/level3 ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/reference/level2
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/reference/level2 ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/blas/reference/level1
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/blas/reference/level1 ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/auxil
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/auxil ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=src/testing
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd src/testing ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=lib
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd lib ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make -f Make.top leafstart leaf=bin
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cd bin ; ln -s /home/oleh/ATLAS/MyObj/Make.inc Make.inc
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
cd src/threads ; touch atomic.inc
cd src/blas/gemm ; mkdir KERNEL
cd tune/blas/gemm ; mkdir KERNEL
cd tune/blas/gemm ; mkdir res
cd tune/blas/gemv ; mkdir res
cd tune/blas/ger ; mkdir res
cd tune/blas/level1 ; mkdir res
cd tune/blas/level1 ; mkdir GEN
cd tune/blas/level3 ; mkdir res
cd tune/sysinfo ; mkdir res
cd tune/lapack  ; mkdir res
cd tune/threads ; mkdir res
cd bin ; mkdir INSTALL_LOG
cd tune/blas/gemv ; ln -s /home/oleh/ATLAS//tune/blas/gemv/MVTCASES MVTCASES
cd tune/blas/gemv ; ln -s /home/oleh/ATLAS//tune/blas/gemv/MVNCASES MVNCASES
cd tune/blas/ger ; ln -s /home/oleh/ATLAS//tune/blas/ger/R1CASES R1CASES
cd tune/blas/ger ; ln -s /home/oleh/ATLAS//tune/blas/ger/R2CASES R2CASES
cd tune/blas/gemv ; ln -s /home/oleh/ATLAS//tune/blas/gemv/CASES CASES
cd tune/blas/gemm ; ln -s /home/oleh/ATLAS//tune/blas/gemm/CASES CASES
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/SWAP SWAP
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/SET SET
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/SCAL SCAL
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/ROT ROT
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/NRM2 NRM2
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/IAMAX IAMAX
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/DOT DOT
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/CPSC CPSC
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/COPY COPY
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/AXPY AXPY
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/AXPBY AXPBY
cd tune/blas/level1 ; ln -s /home/oleh/ATLAS//tune/blas/level1/ASUM ASUM
make -f Make.top refresh arch=
make[2]: Entering directory '/home/oleh/ATLAS/MyObj'
cp /home/oleh/ATLAS//makes/Make.res_chart results/charts/Makefile
cp /home/oleh/ATLAS//makes/Make.res_tvec results/tvecs/Makefile
cp /home/oleh/ATLAS//makes/Make.res_raw results/raw/Makefile
cp /home/oleh/ATLAS//makes/Make.res_new results/Makefile
cp /home/oleh/ATLAS//makes/Make.plinc results/.
cp /home/oleh/ATLAS//makes/Make.EXtst EXtest/Makefile
cp /home/oleh/ATLAS//makes/Make.bin bin/Makefile
cat /home/oleh/ATLAS//makes/Make.lib >> lib/Makefile
cp /home/oleh/ATLAS//makes/Make.aux src/auxil/Makefile
cp /home/oleh/ATLAS//makes/Make.l1ref src/blas/reference/level1/Makefile
cp /home/oleh/ATLAS//makes/Make.l2ref src/blas/reference/level2/Makefile
cp /home/oleh/ATLAS//makes/Make.l3ref src/blas/reference/level3/Makefile
cp /home/oleh/ATLAS//makes/Make.f77refblas src/blas/f77reference/Makefile
cp /home/oleh/ATLAS//makes/Make.tstsrc src/testing/Makefile
cp /home/oleh/ATLAS//makes/Make.mvsrc src/blas/gemv/Makefile
cp /home/oleh/ATLAS//makes/Make.r1src src/blas/ger/Makefile
cp /home/oleh/ATLAS//makes/Make.mmsrc src/blas/gemm/Makefile
cp /home/oleh/ATLAS//makes/Make.l1src src/blas/level1/Makefile
cp /home/oleh/ATLAS//makes/Make.l2 src/blas/level2/Makefile
cp /home/oleh/ATLAS//makes/Make.l2aux src/blas/level2/kernel/Makefile
cp /home/oleh/ATLAS//makes/Make.lpsrc src/lapack/Makefile
cp /home/oleh/ATLAS//makes/Make.l3tune tune/blas/level3/Makefile
cp /home/oleh/ATLAS//makes/Make.mmtune tune/blas/gemm/Makefile
cp /home/oleh/ATLAS//makes/Make.mvtune tune/blas/gemv/Makefile
cp /home/oleh/ATLAS//makes/Make.r1tune tune/blas/ger/Makefile
cp /home/oleh/ATLAS//makes/Make.l1tune tune/blas/level1/Makefile
cp /home/oleh/ATLAS//makes/Make.sysinfo tune/sysinfo/Makefile
cp /home/oleh/ATLAS//makes/Make.ttune tune/threads/Makefile
cp /home/oleh/ATLAS//makes/Make.latune  tune/lapack/Makefile
cp /home/oleh/ATLAS//makes/Make.cblas interfaces/blas/C/src/Makefile
cp /home/oleh/ATLAS//makes/Make.f77blas interfaces/blas/F77/src/Makefile
cp /home/oleh/ATLAS//makes/Make.cblastst interfaces/blas/C/testing/Makefile
cp /home/oleh/ATLAS//makes/Make.f77blastst interfaces/blas/F77/testing/Makefile
cp /home/oleh/ATLAS//makes/Make.Clp interfaces/lapack/C/src/Makefile
cp /home/oleh/ATLAS//makes/Make.Flp interfaces/lapack/F77/src/Makefile
cp /home/oleh/ATLAS//makes/Make.C2Flp interfaces/lapack/C2F/src/Makefile
cp /home/oleh/ATLAS//makes/Make.thr src/threads/Makefile
cp /home/oleh/ATLAS//makes/Make.lathr src/threads/lapack/Makefile
cp /home/oleh/ATLAS//makes/Make.l3thr src/threads/blas/level3/Makefile
cp /home/oleh/ATLAS//makes/Make.l2thr src/threads/blas/level2/Makefile
cp /home/oleh/ATLAS//makes/Make.pkl3 src/blas/pklevel3/Makefile
cp /home/oleh/ATLAS//makes/Make.gpmm src/blas/pklevel3/gpmm/Makefile
cp /home/oleh/ATLAS//makes/Make.sprk src/blas/pklevel3/sprk/Makefile
cp /home/oleh/ATLAS//makes/Make.l3 src/blas/level3/Makefile
cp /home/oleh/ATLAS//makes/Make.l3aux src/blas/level3/rblas/Makefile
cp /home/oleh/ATLAS//makes/Make.l3kern src/blas/level3/kernel/Makefile
cp /home/oleh/ATLAS//makes/atlas_trsmNB.h include/.
cp /home/oleh/ATLAS//CONFIG/ARCHS/Makefile ARCHS/.
make[2]: Leaving directory '/home/oleh/ATLAS/MyObj'
make[1]: Leaving directory '/home/oleh/ATLAS/MyObj'
DONE configure
oleh@oleh:~/ATLAS/MyObj$
Ubuntu 14.04 64-bit (CPU Intel® Core™ i7-3930K, RAM 64GB, RAID0: 6x1TB).
oleg
 
Beiträge: 85
Registriert: Samstag 1. Oktober 2011, 18:00
Wohnort: Portugal

Re: Who can write the instruction for scamp compilation?

Beitragvon oleg » Samstag 6. Dezember 2014, 13:59

Tracking of the scapm compilation:
Code: Alles auswählen
oleh@oleh:~$ cd /home/oleh/trunk.r328
oleh@oleh:~/trunk.r328$ ./configure --enable-threads=12 --with-cdsclient-dir=/usr/local/bin --with-atlas-libdir=/usr/local/atlas/lib/ --with-atlas-incdir=/usr/local/atlas/include
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
******** Configuring:  scamp 2.0.4 (2014-12-06) ********
checking if compilation flags should be set automatically... checking whether we should use the INTEL compiler... no
checking whether we should use INTEL's MKL... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for sin in -lm... yes
checking for ANSI C header files... (cached) yes
checking for dlfcn.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uid_t in sys/types.h... yes
checking for error_at_line... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for atexit... yes
checking for getenv... yes
checking for mallopt... yes
checking for memcpy... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for munmap... yes
checking for setlinebuf... yes
checking for strstr... yes
checking for sysconf... yes
checking for isnan... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking whether we should use PLPlot... no
checking for profiler mode... checking best linking option... checking for multithreading... maximum of 12 thread(s)
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking for the pthreads library -lpthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
checking fftw3.h usability... yes
checking fftw3.h presence... yes
checking for fftw3.h... yes
checking for fftwf_execute in -lfftw3f... yes
checking for fftwf_init_threads in -lfftw3f... no
checking for fftwf_init_threads in -lfftw3f_threads... yes
checking /usr/local/atlas/include/cblas.h usability... yes
checking /usr/local/atlas/include/cblas.h presence... yes
checking for /usr/local/atlas/include/cblas.h... yes
checking /usr/local/atlas/include/clapack.h usability... yes
checking /usr/local/atlas/include/clapack.h presence... yes
checking for /usr/local/atlas/include/clapack.h... yes
checking for clapack_dpotrf in -llapack_atlas... yes
checking for cblas_dgemm in -lcblas... yes
checking for cblas_dgemm in -lptcblas... yes
checking for PLPlot pkg-config info... yes
checking for aclient_cgi... yes
***************************************************************
Compile cmdline:  gcc  -I/usr/include/plplot     -D_REENTRANT -g -O2
Link    cmdline:  gcc   -L/usr/local/atlas/lib/ -llapack_atlas -lptcblas -lcblas -latlas -lfftw3f_threads -lfftw3f -lm  -lpthread -lplplotd -lltdl -lm -lcsirocsa -lcsironn -lqhull -lqsastime
Default XSLT URL:
***************************************************************
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating src/Makefile
config.status: creating src/fits/Makefile
config.status: creating src/wcs/Makefile
config.status: creating scamp.spec
config.status: creating man/scamp.1
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
oleh@oleh:~/trunk.r328$


and its making:

Code: Alles auswählen
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/oleh/trunk.r328/autoconf/missing --run aclocal-1.12
cd . && /bin/bash /home/oleh/trunk.r328/autoconf/missing --run automake-1.12 --foreign
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/oleh/trunk.r328/autoconf/missing --run autoconf
/bin/bash ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash ./configure --enable-threads=12 --with-cdsclient-dir=/usr/local/bin --with-atlas-libdir=/usr/local/atlas/lib/ --with-atlas-incdir=/usr/local/atlas/include --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
******** Configuring:  scamp 2.0.4 (2014-12-06) ********
checking if compilation flags should be set automatically... checking whether we should use the INTEL compiler... no
checking whether we should use INTEL's MKL... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for sin in -lm... yes
checking for ANSI C header files... (cached) yes
checking for dlfcn.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uid_t in sys/types.h... yes
checking for error_at_line... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for atexit... yes
checking for getenv... yes
checking for mallopt... yes
checking for memcpy... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for munmap... yes
checking for setlinebuf... yes
checking for strstr... yes
checking for sysconf... yes
checking for isnan... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking whether we should use PLPlot... no
checking for profiler mode... checking best linking option... checking for multithreading... maximum of 12 thread(s)
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking for the pthreads library -lpthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
checking fftw3.h usability... yes
checking fftw3.h presence... yes
checking for fftw3.h... yes
checking for fftwf_execute in -lfftw3f... yes
checking for fftwf_init_threads in -lfftw3f... no
checking for fftwf_init_threads in -lfftw3f_threads... yes
checking /usr/local/atlas/include/cblas.h usability... yes
checking /usr/local/atlas/include/cblas.h presence... yes
checking for /usr/local/atlas/include/cblas.h... yes
checking /usr/local/atlas/include/clapack.h usability... yes
checking /usr/local/atlas/include/clapack.h presence... yes
checking for /usr/local/atlas/include/clapack.h... yes
checking for clapack_dpotrf in -llapack_atlas... yes
checking for cblas_dgemm in -lcblas... yes
checking for cblas_dgemm in -lptcblas... yes
checking for PLPlot pkg-config info... yes
checking for aclient_cgi... yes
***************************************************************
Compile cmdline:  gcc  -I/usr/include/plplot     -D_REENTRANT -g -O2
Link    cmdline:  gcc   -L/usr/local/atlas/lib/ -llapack_atlas -lptcblas -lcblas -latlas -lfftw3f_threads -lfftw3f -lm  -lpthread -lplplotd -lltdl -lm -lcsirocsa -lcsironn -lqhull -lqsastime
Default XSLT URL:
***************************************************************
checking that generated files are newer than configure... done
configure: creating ./config.status
/bin/bash ./config.status
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating src/Makefile
config.status: creating src/fits/Makefile
config.status: creating src/wcs/Makefile
config.status: creating scamp.spec
config.status: creating man/scamp.1
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/oleh/trunk.r328/autoconf/missing --run autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: Entering directory '/home/oleh/trunk.r328'
Making all in man
make[2]: Entering directory '/home/oleh/trunk.r328/man'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/oleh/trunk.r328/man'
Making all in src
make[2]: Entering directory '/home/oleh/trunk.r328/src'
Making all in fits
make[3]: Entering directory '/home/oleh/trunk.r328/src/fits'
gcc -DHAVE_CONFIG_H -I. -I../..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT fitsbody.o -MD -MP -MF .deps/fitsbody.Tpo -c -o fitsbody.o fitsbody.c
mv -f .deps/fitsbody.Tpo .deps/fitsbody.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT fitscat.o -MD -MP -MF .deps/fitscat.Tpo -c -o fitscat.o fitscat.c
mv -f .deps/fitscat.Tpo .deps/fitscat.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT fitscheck.o -MD -MP -MF .deps/fitscheck.Tpo -c -o fitscheck.o fitscheck.c
mv -f .deps/fitscheck.Tpo .deps/fitscheck.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT fitscleanup.o -MD -MP -MF .deps/fitscleanup.Tpo -c -o fitscleanup.o fitscleanup.c
mv -f .deps/fitscleanup.Tpo .deps/fitscleanup.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT fitsconv.o -MD -MP -MF .deps/fitsconv.Tpo -c -o fitsconv.o fitsconv.c
mv -f .deps/fitsconv.Tpo .deps/fitsconv.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT fitshead.o -MD -MP -MF .deps/fitshead.Tpo -c -o fitshead.o fitshead.c
mv -f .deps/fitshead.Tpo .deps/fitshead.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT fitskey.o -MD -MP -MF .deps/fitskey.Tpo -c -o fitskey.o fitskey.c
mv -f .deps/fitskey.Tpo .deps/fitskey.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT fitsmisc.o -MD -MP -MF .deps/fitsmisc.Tpo -c -o fitsmisc.o fitsmisc.c
mv -f .deps/fitsmisc.Tpo .deps/fitsmisc.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT fitsread.o -MD -MP -MF .deps/fitsread.Tpo -c -o fitsread.o fitsread.c
mv -f .deps/fitsread.Tpo .deps/fitsread.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT fitstab.o -MD -MP -MF .deps/fitstab.Tpo -c -o fitstab.o fitstab.c
mv -f .deps/fitstab.Tpo .deps/fitstab.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT fitsutil.o -MD -MP -MF .deps/fitsutil.Tpo -c -o fitsutil.o fitsutil.c
mv -f .deps/fitsutil.Tpo .deps/fitsutil.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT fitswrite.o -MD -MP -MF .deps/fitswrite.Tpo -c -o fitswrite.o fitswrite.c
mv -f .deps/fitswrite.Tpo .deps/fitswrite.Po
rm -f libfits.a
ar cru libfits.a fitsbody.o fitscat.o fitscheck.o fitscleanup.o fitsconv.o fitshead.o fitskey.o fitsmisc.o fitsread.o fitstab.o fitsutil.o fitswrite.o
ranlib libfits.a
make[3]: Leaving directory '/home/oleh/trunk.r328/src/fits'
Making all in wcs
make[3]: Entering directory '/home/oleh/trunk.r328/src/wcs'
gcc -DHAVE_CONFIG_H -I. -I../..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT cel.o -MD -MP -MF .deps/cel.Tpo -c -o cel.o cel.c
mv -f .deps/cel.Tpo .deps/cel.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT lin.o -MD -MP -MF .deps/lin.Tpo -c -o lin.o lin.c
mv -f .deps/lin.Tpo .deps/lin.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT poly.o -MD -MP -MF .deps/poly.Tpo -c -o poly.o poly.c
mv -f .deps/poly.Tpo .deps/poly.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT proj.o -MD -MP -MF .deps/proj.Tpo -c -o proj.o proj.c
mv -f .deps/proj.Tpo .deps/proj.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT sph.o -MD -MP -MF .deps/sph.Tpo -c -o sph.o sph.c
mv -f .deps/sph.Tpo .deps/sph.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT tnx.o -MD -MP -MF .deps/tnx.Tpo -c -o tnx.o tnx.c
mv -f .deps/tnx.Tpo .deps/tnx.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT wcs.o -MD -MP -MF .deps/wcs.Tpo -c -o wcs.o wcs.c
mv -f .deps/wcs.Tpo .deps/wcs.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT wcstrig.o -MD -MP -MF .deps/wcstrig.Tpo -c -o wcstrig.o wcstrig.c
mv -f .deps/wcstrig.Tpo .deps/wcstrig.Po
rm -f libwcs_c.a
ar cru libwcs_c.a cel.o lin.o poly.o proj.o sph.o tnx.o wcs.o wcstrig.o
ranlib libwcs_c.a
make[3]: Leaving directory '/home/oleh/trunk.r328/src/wcs'
make[3]: Entering directory '/home/oleh/trunk.r328/src'
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT astrefcat.o -MD -MP -MF .deps/astrefcat.Tpo -c -o astrefcat.o astrefcat.c
mv -f .deps/astrefcat.Tpo .deps/astrefcat.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT astrsolve.o -MD -MP -MF .deps/astrsolve.Tpo -c -o astrsolve.o astrsolve.c
mv -f .deps/astrsolve.Tpo .deps/astrsolve.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT astrstats.o -MD -MP -MF .deps/astrstats.Tpo -c -o astrstats.o astrstats.c
mv -f .deps/astrstats.Tpo .deps/astrstats.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT catout.o -MD -MP -MF .deps/catout.Tpo -c -o catout.o catout.c
mv -f .deps/catout.Tpo .deps/catout.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT check.o -MD -MP -MF .deps/check.Tpo -c -o check.o check.c
mv -f .deps/check.Tpo .deps/check.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT colour.o -MD -MP -MF .deps/colour.Tpo -c -o colour.o colour.c
mv -f .deps/colour.Tpo .deps/colour.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT astrcplot.o -MD -MP -MF .deps/astrcplot.Tpo -c -o astrcplot.o astrcplot.c
mv -f .deps/astrcplot.Tpo .deps/astrcplot.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT cplot.o -MD -MP -MF .deps/cplot.Tpo -c -o cplot.o cplot.c
mv -f .deps/cplot.Tpo .deps/cplot.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT photcplot.o -MD -MP -MF .deps/photcplot.Tpo -c -o photcplot.o photcplot.c
mv -f .deps/photcplot.Tpo .deps/photcplot.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT crossid.o -MD -MP -MF .deps/crossid.Tpo -c -o crossid.o crossid.c
mv -f .deps/crossid.Tpo .deps/crossid.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT fft.o -MD -MP -MF .deps/fft.Tpo -c -o fft.o fft.c
mv -f .deps/fft.Tpo .deps/fft.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT fgroup.o -MD -MP -MF .deps/fgroup.Tpo -c -o fgroup.o fgroup.c
mv -f .deps/fgroup.Tpo .deps/fgroup.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT field.o -MD -MP -MF .deps/field.Tpo -c -o field.o field.c
mv -f .deps/field.Tpo .deps/field.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT fitswcs.o -MD -MP -MF .deps/fitswcs.Tpo -c -o fitswcs.o fitswcs.c
mv -f .deps/fitswcs.Tpo .deps/fitswcs.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT header.o -MD -MP -MF .deps/header.Tpo -c -o header.o header.c
mv -f .deps/header.Tpo .deps/header.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT makeit.o -MD -MP -MF .deps/makeit.Tpo -c -o makeit.o makeit.c
mv -f .deps/makeit.Tpo .deps/makeit.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT match.o -MD -MP -MF .deps/match.Tpo -c -o match.o match.c
mv -f .deps/match.Tpo .deps/match.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT merge.o -MD -MP -MF .deps/merge.Tpo -c -o merge.o merge.c
mv -f .deps/merge.Tpo .deps/merge.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.c
mv -f .deps/misc.Tpo .deps/misc.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT mosaic.o -MD -MP -MF .deps/mosaic.Tpo -c -o mosaic.o mosaic.c
mv -f .deps/mosaic.Tpo .deps/mosaic.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT photsolve.o -MD -MP -MF .deps/photsolve.Tpo -c -o photsolve.o photsolve.c
mv -f .deps/photsolve.Tpo .deps/photsolve.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT prefs.o -MD -MP -MF .deps/prefs.Tpo -c -o prefs.o prefs.c
mv -f .deps/prefs.Tpo .deps/prefs.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT proper.o -MD -MP -MF .deps/proper.Tpo -c -o proper.o proper.c
mv -f .deps/proper.Tpo .deps/proper.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT samples.o -MD -MP -MF .deps/samples.Tpo -c -o samples.o samples.c
mv -f .deps/samples.Tpo .deps/samples.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT threads.o -MD -MP -MF .deps/threads.Tpo -c -o threads.o threads.c
mv -f .deps/threads.Tpo .deps/threads.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/plplot   -D_REENTRANT -g -O2 -MT xml.o -MD -MP -MF .deps/xml.Tpo -c -o xml.o xml.c
mv -f .deps/xml.Tpo .deps/xml.Po
/bin/bash ../libtool --tag=CC   --mode=link gcc -D_REENTRANT -g -O2   -o scamp astrefcat.o astrsolve.o astrstats.o catout.o check.o colour.o astrcplot.o cplot.o photcplot.o crossid.o fft.o fgroup.o field.o fitswcs.o header.o main.o makeit.o match.o merge.o misc.o mosaic.o photsolve.o prefs.o proper.o samples.o threads.o xml.o ./fits/libfits.a ./wcs/libwcs_c.a -L/usr/local/atlas/lib/ -llapack_atlas -lptcblas -lcblas -latlas -lfftw3f_threads -lfftw3f -lm  -lpthread -lplplotd -lltdl -lm -lcsirocsa -lcsironn -lqhull -lqsastime
libtool: link: gcc -D_REENTRANT -g -O2 -o scamp astrefcat.o astrsolve.o astrstats.o catout.o check.o colour.o astrcplot.o cplot.o photcplot.o crossid.o fft.o fgroup.o field.o fitswcs.o header.o main.o makeit.o match.o merge.o misc.o mosaic.o photsolve.o prefs.o proper.o samples.o threads.o xml.o  ./fits/libfits.a ./wcs/libwcs_c.a -L/usr/local/atlas/lib/ -llapack_atlas -lptcblas -lcblas -latlas -lfftw3f_threads -lfftw3f -lpthread -lplplotd /usr/lib/x86_64-linux-gnu/libltdl.so -ldl -lm -lcsirocsa -lcsironn -lqhull -lqsastime
make[3]: Leaving directory '/home/oleh/trunk.r328/src'
make[2]: Leaving directory '/home/oleh/trunk.r328/src'
make[2]: Entering directory '/home/oleh/trunk.r328'
make[2]: Leaving directory '/home/oleh/trunk.r328'
make[1]: Leaving directory '/home/oleh/trunk.r328'
Ubuntu 14.04 64-bit (CPU Intel® Core™ i7-3930K, RAM 64GB, RAID0: 6x1TB).
oleg
 
Beiträge: 85
Registriert: Samstag 1. Oktober 2011, 18:00
Wohnort: Portugal

Re: Who can write the instruction for scamp compilation?

Beitragvon oleg » Samstag 6. Dezember 2014, 14:02

So, I got the SCAMP file:

Code: Alles auswählen
oleh@oleh:~/trunk.r328/src$ ./scamp

         SCAMP  version 2.0.4 (2014-12-06)

Written by Emmanuel BERTIN <bertin@iap.fr>
Copyright 2010-2013 IAP/CNRS/UPMC

visit http://astromatic.net/software/scamp

SCAMP comes with ABSOLUTELY NO WARRANTY
You may redistribute copies of SCAMP
under the terms of the GNU General Public License.

> SYNTAX: scamp catalog1 [catalog2,...][@catalog_list1 [@catalog_list2 ...]]
      [-c <config_file>][-<keyword> <value>]
> to dump a default configuration file: SCAMP -d
> to dump a default extended configuration file: SCAMP -dd


But it don't work correctly in THELI GUI:

Code: Alles auswählen
*** PLPLOT ERROR, IMMEDIATE EXIT ***
plSelectDev: Too many tries.
Program aborted
Ubuntu 14.04 64-bit (CPU Intel® Core™ i7-3930K, RAM 64GB, RAID0: 6x1TB).
oleg
 
Beiträge: 85
Registriert: Samstag 1. Oktober 2011, 18:00
Wohnort: Portugal

Re: Who can write the instruction for scamp compilation?

Beitragvon oleg » Samstag 6. Dezember 2014, 14:17

On the other hand, I can't compile the atlas3.8.4 on my current OS Ubuntu 14.10 64 -bit with gcc version 4.9.1 (Ubuntu 4.9.1-16ubuntu6):

Code: Alles auswählen
Linux oleh 3.16.0-25-generic #33-Ubuntu SMP Tue Nov 4 12:06:54 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
gcc (Ubuntu 4.9.1-16ubuntu6) 4.9.1
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

ERROR 639 DURING CACHE EDGE DETECTION!!.
Error report error_<ARCH>.tgz has been created in your top-level ATLAS
directory.  Be sure to include this file in any help request.
Ubuntu 14.04 64-bit (CPU Intel® Core™ i7-3930K, RAM 64GB, RAID0: 6x1TB).
oleg
 
Beiträge: 85
Registriert: Samstag 1. Oktober 2011, 18:00
Wohnort: Portugal

Re: Who can write the instruction for scamp compilation?

Beitragvon mischa » Samstag 6. Dezember 2014, 16:49

Knickohr hat geschrieben:[
Disable your CPU-throttle !


Under Ubuntu I do this as follows:

Code: Alles auswählen
cpufreq-info
to list the throttling states and availbale frequencies...

Code: Alles auswählen
cpufreq-set -g performance


Verify with 'cpufreq-info' that the setting has been applied.

mischa
mischa
Moderator
 
Beiträge: 1266
Registriert: Freitag 7. Oktober 2011, 14:07
Wohnort: Chile

Re: Who can write the instruction for scamp compilation?

Beitragvon mischa » Samstag 6. Dezember 2014, 16:52

oleg hat geschrieben:Make.top:658: recipe for target 'install_lib' failed

cp: cannot stat ‘/home/oleh/ATLAS/MyObj/lib/libsatlas.dylib’: No such file or directory
cp: cannot stat ‘/home/oleh/ATLAS/MyObj/lib/libsatlas.dll’: No such file or directory


Sure you configured ATLAS correctly? It appears to cross-compile / build MacOS and Windows libraries as well.

mischa
mischa
Moderator
 
Beiträge: 1266
Registriert: Freitag 7. Oktober 2011, 14:07
Wohnort: Chile

Re: Who can write the instruction for scamp compilation?

Beitragvon mischa » Samstag 6. Dezember 2014, 16:56

oleg hat geschrieben:
Code: Alles auswählen
*** PLPLOT ERROR, IMMEDIATE EXIT ***
plSelectDev: Too many tries.
Program aborted


You need to provide the scamp configure script with an explicit path to the libplplot12 library, which you have to install separately through synaptic or with apt-get.

mischa
mischa
Moderator
 
Beiträge: 1266
Registriert: Freitag 7. Oktober 2011, 14:07
Wohnort: Chile

Nächste

Zurück zu Arbeiten mit Theli

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 12 Gäste

cron