Skip to content

Instantly share code, notes, and snippets.

-- The CXX compiler identification is Clang 3.5.0
-- The C compiler identification is Clang 3.5.0
-- Check for working CXX compiler: /usr/bin/clang++
-- Check for working CXX compiler: /usr/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working C compiler: /usr/bin/clang
-- Check for working C compiler: /usr/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
Compiling the Fortran compiler identification source file "CMakeFortranCompilerId.F" failed.
Compiler: CMAKE_Fortran_COMPILER-NOTFOUND
Build flags:
Id flags:
The output was:
No such file or directory
Compiling the Fortran compiler identification source file "CMakeFortranCompilerId.F" failed.
1 cmake -DHPX_WITH_COMPILER_WARNINGS=ON \
2 -DCMAKE_C_COMPILER=clang \
3 -DCMAKE_CXX_COMPILER=clang++ \
4 -DBOOST_ROOT=/home/vamatya/packages/inst/boost/boost_1_58_0 \
5 -DBOOST_LIBRARYDIR=/home/vamatya/packages/inst/boost/boost_1_58_0/lib \
6 -DHPX_CMAKE_LOGLEVEL=warn \
7 -DHPX_WITH_THREAD_SCHEDULERS=all \
8 -DCMAKE_BUILD_TYPE=Debug \
9 -DHPX_WITH_THREAD_GUARD_PAGE=OFF \
10 -DHPX_WITH_MALLOC=tcmalloc \
-- The CXX compiler identification is Clang 3.5.0
-- The C compiler identification is Clang 3.5.0
-- Check for working CXX compiler: /usr/bin/clang++
-- Check for working CXX compiler: /usr/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working C compiler: /usr/bin/clang
-- Check for working C compiler: /usr/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
2>D:\packages\boost_1_56_0_VC2013\boost/serialization/extended_type_info_typeid.hpp(108): error C2280: 'hpx::lcos::local::spinlock::spinlock(const hpx::lcos::local::spinlock &)' : attempting to reference a deleted function
2> D:\packages\hpx\hpx-git-fork\hpx/lcos/local/spinlock.hpp(48) : see declaration of 'hpx::lcos::local::spinlock::spinlock'
2> This diagnostic occurred in the compiler generated function 'hpx::components::migration_support<hpx::components::simple_component_base<immune_system::server::antibodies>,hpx::lcos::local::spinlock>::migration_support(const hpx::components::migration_support<hpx::components::simple_component_base<immune_system::server::antibodies>,hpx::lcos::local::spinlock> &)'
2> immune_system.cpp
2>D:\packages\boost_1_56_0_VC2013\boost/serialization/extended_type_info_typeid.hpp(108): error C2280: 'hpx::lcos::local::spinlock::spinlock(const hpx::lcos::local::spinlock &)' : attempting to reference a deleted function
2> D:\packages\hpx\hpx-git-fork\hpx/lc
cmake -DHPX_PARCELPORT_MPI=ON \
-DCMAKE_AR=$ICC_BIN/xiar \
-DCMAKE_CXX_COMPILER=$ICC_BIN/icpc \
-DCMAKE_C_COMPILER=$ICC_BIN/icc \
-DCMAKE_Fortran_COMPILER=$ICC_BIN/ifort \
-DMPI_CXX_COMPILER=mpic++ \
-DMPI_C_COMPILER=mpicc \
-DMPI_Fortran_COMPILER=mpif90 \
-DCMAKE_BUILD_TYPE=Release \
-DBOOST_ROOT=$WORK/packages/src/boost/boost_1_55_0_icc13_mic \
#!/bin/bash
#SBATCH -J minighost_mpi
#SBATCH -o minighost_mpi.o%j
#SBATCH -t 2:00:00
#SBATCH -N 1
#SBATCH -n 1
#SBATCH -p development
#SBATCH -A TG-ASC140001