JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for CCPEM Archives


CCPEM Archives

CCPEM Archives


CCPEM@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

CCPEM Home

CCPEM Home

CCPEM  February 2019

CCPEM February 2019

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: Relion 3.0 install problem with intel compiler

From:

"Lugmayr, Wolfgang" <[log in to unmask]>

Reply-To:

Lugmayr, Wolfgang

Date:

Tue, 26 Feb 2019 09:29:23 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (135 lines)

hi han,

can you do 
$ mpicc -v
icc version 16.0.3 (gcc version 4.8.5 compatibility)

you use (similar for CXX)
CMAKE_C_COMPILER : /opt/intel/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc
and
MPI_C_COMPILER : /opt/intel/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpicc
maybe you should use mpiicc instead of mpicc for mpi compilation.

cheers,
wolfgang


----- Original Message -----
From: "Takanori Nakane" <[log in to unmask]>
To: "Mailinglist CCPEM" <[log in to unmask]>
Sent: Tuesday, 26 February, 2019 08:13:42
Subject: Re: [ccpem] Relion 3.0 install problem with intel compiler

Hi,

 > g++: error: language CORE-AVX2 not recognized

It seems that you are still using GCC not ICC for compilation.

The CPU acceleration was developed by our collaborators in
Sweden (Erik Lindahl group) and I am not very experienced with it.
Probably they can help more.

Best regards,

Takanori Nakane

On 2019/02/26 5:02, 류범한 wrote:
> Dear Takanori,
> 
> I am so glad at last RELION3.0 stable.
> After I knew about the new release of RELION, I tried fresh installation.
> Regarding the benefits of dual acceleration(CPU/GPU) and intel compiler, the main purpose of installation at the time was not just to update but also to maximize the performance of RELION.
> 
> Thus, I tried to install Relion3.0 stable version with cpu acceleration setup and upon intel compiler (I’ve installed intel parallel studio XE 2018 update4) to boost up the processing speed.
> 
> But I have been facing with an error in installation, which is related to GCC or G++.
> 
> Could you let me know how I can solve it out?
> 
> The details are shown below.
> I guess special version or setup of GCC/G++ is needed...
> 
> 
> Best regards,
> Han
> 
> 
> Bum Han Ryu
> Postdoctoral Researcher
> Korea University
> 
> 
> 
> -------------------------------------------------------
> [root@cryoemlab build]# which g++
> /opt/gcc/6.5.0/bin/g++
> 
> 
> [root@cryoemlab build]# ./config.sh
> -- BUILD TYPE set to the default type:  'Release'
> -- Using provided CUDA_ARCH=61
> -- ALTCPU enabled - Building CPU-accelerated version of RELION
> -- Setting cpu precision to double
> -- Setting accelerated code precision to single
> -- Using non-cuda compilation....
> -- TBB_FOUND :        TRUE
> -- TBB_INCLUDE_DIRS : /opt/intel/compilers_and_libraries_2018.5.274/linux/tbb/include
> -- TBB_VERSION :      2018.0
> -- TBB_LIBRARIES :    /usr/lib64/libtbb.so
> -- MPI_INCLUDE_PATH : /opt/intel/compilers_and_libraries_2018.5.274/linux/mpi/intel64/include
> -- MPI_LIBRARIES : /opt/intel/compilers_and_libraries_2018.5.274/linux/mpi/intel64/lib/libmpicxx.so;/opt/intel/compilers_and_libraries_2018.5.274/linux/mpi/intel64/lib/libmpifort.so;/opt/intel/compilers_and_libraries_2018.5.274/linux/mpi/intel64/lib/release_mt/libmpi.so;/opt/intel/compilers_and_libraries_2018.5.274/linux/mpi/intel64/lib/libmpigi.a;/lib64/libdl.so;/lib64/librt.so;/lib64/libpthread.so
> -- MPI_CXX_INCLUDE_PATH : /opt/intel/compilers_and_libraries_2018.5.274/linux/mpi/intel64/include
> -- MPI_CXX_LIBRARIES : /opt/intel/compilers_and_libraries_2018.5.274/linux/mpi/intel64/lib/libmpicxx.so;/opt/intel/compilers_and_libraries_2018.5.274/linux/mpi/intel64/lib/libmpifort.so;/opt/intel/compilers_and_libraries_2018.5.274/linux/mpi/intel64/lib/release_mt/libmpi.so;/opt/intel/compilers_and_libraries_2018.5.274/linux/mpi/intel64/lib/libmpigi.a;/lib64/libdl.so;/lib64/librt.so;/lib64/libpthread.so
> -- CMAKE_C_COMPILER : /opt/intel/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc
> -- CMAKE_CXX_COMPILER : /opt/intel/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicpc
> -- MPI_C_COMPILER : /opt/intel/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpicc
> -- MPI_CXX_COMPILER : /opt/intel/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpicxx
> -- CMAKE_CXX_COMPILER_ID : Intel
> -- Texture interpolation is omitted.
> -- Could NOT find FLTK (missing:  FLTK_LIBRARIES FLTK_FLUID_EXECUTABLE)
> -- No FLTK installation was found
> -- Found previously built non-system FLTK libraries that will be used.
> -- FLTK_INCLUDE_DIR: /opt/relion-intel/relion3.0-stable/external/fltk/include
> -- FLTK_LIBRARIES:   /opt/relion-intel/relion3.0-stable/external/fltk/lib/libfltk.so
> BUILD_SHARED_LIBS = OFF
> -- Building static libs (larger build size and binaries)
> Running apps/CMakeLists.txt...
> -- CMAKE_BINARY_DIR:/opt/relion-intel/relion3.0-stable/build
> TIFF FOUND
> OPENMP FOUND
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /opt/relion-intel/relion3.0-stable/build
> 
> 
> [root@cryoemlab build]# make
> [  0%] Built target copy_scripts
> [  1%] Building CXX object src/apps/CMakeFiles/relion_lib.dir/__/CPlot2D.cpp.o
> g++: error: language CORE-AVX2 not recognized
> g++: error: language CORE-AVX2 not recognized
> make[2]: *** [src/apps/CMakeFiles/relion_lib.dir/__/CPlot2D.cpp.o] Error 1
> make[1]: *** [src/apps/CMakeFiles/relion_lib.dir/all] Error 2
> make: *** [all] Error 2
> 
> 
> 
> 
> 
> 
> ########################################################################
> 
> To unsubscribe from the CCPEM list, click the following link:
> https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=CCPEM&A=1
> 

########################################################################

To unsubscribe from the CCPEM list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=CCPEM&A=1

########################################################################

To unsubscribe from the CCPEM list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=CCPEM&A=1

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

May 2024
April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager