I am trying to install ADDA on our large Ubuntu cluster at work. My sysadmin advises me the following
1. Install the software just in my own directory with a –user flag without using sudo apt.
2. “how new are these dev versions – gfortran libfftw3-dev and libopenmpi-dev – might they be in the versions of gcc and openmpi that we have in our module files on the system already?? – we have the following modules
“openmpi-4.0”
“Gnu Compiler
beta-gcc-5.2.0
beta-gcc-6.4.0
beta-openmpi-1.8.8-gcc520”
Any advice on how I should approach the installation process in this case?
Vlad Liberman
--
You received this message because you are subscribed to the Google Groups "ADDA questions and answers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adda-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adda-discuss/SN5P110MB0896AD3ADD10B2B5CA2BC626E1609%40SN5P110MB0896.NAMP110.PROD.OUTLOOK.COM.
So, to be clear when invoking the –user option, what should the install command look like?
Would I still be using “apt install” without “sudo” in front of it?
Vlad Liberman
To view this discussion on the web visit https://groups.google.com/d/msgid/adda-discuss/10a8b43d-2fcd-81bb-8423-efaa097cef62%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adda-discuss/SN5P110MB08966A8D9388094C97AED646E1609%40SN5P110MB0896.NAMP110.PROD.OUTLOOK.COM.
Our sysadmin suggested the following command for a local install
export DESTDIR=$HOME/adda_install && make all
When I did that, I ran into errors
_________________________________
Compiling OpenCL version of ADDA
make -C ocl
make[1]: Entering directory '/home/gridsan/VL16177/adda/src/ocl'
gcc -c -Ofast -w -std=c99 -DOPENCL -MD ../calculator.c
In file included from ../calculator.c:26:0:
../oclcore.h:30:11: fatal error: CL/cl.h: No such file or directory
# include <CL/cl.h>
^~~~~~~~~
compilation terminated.
../common.mk:75: recipe for target 'calculator.o' failed
make[1]: *** [calculator.o] Error 1
make[1]: Leaving directory '/home/gridsan/VL16177/adda/src/ocl'
Makefile:516: recipe for target 'ocl' failed
make: *** [ocl] Error 2
___________________________________
To view this discussion on the web visit https://groups.google.com/d/msgid/adda-discuss/cc0c2f2a-2a58-7132-0e7f-dffb65ddfe7b%40gmail.com.