Weiming-Hu / AnalogsEnsemble

The C++ and R packages for parallel ensemble forecasts using Analog Ensemble
https://weiming-hu.github.io/AnalogsEnsemble/
MIT License
18 stars 5 forks source link

Test the code with Intel Cluster OpenMP #6

Closed Weiming-Hu closed 5 years ago

Weiming-Hu commented 5 years ago

A promising direction for deploying on Clusters by Intel Cluster OpenMP

Weiming-Hu commented 5 years ago

Built successfully on PSU ICS clusters.

lec170 commented 5 years ago

Awesome. Did you capture any notes while doing this that you could share?

Weiming-Hu commented 5 years ago

Unfortunately, the Cluster OpenMP from Intel is discontinued. Please refer to here:

Intel has discontinued availability of Cluster OpenMP. Thank you for your interest in this product.

I tried to reproduce the build today and it looks like the option -cluster-openmp is no longer available in the version 16.0.3 20160415.

$ icc --version 
icc (ICC) 16.0.3 20160415
Copyright (C) 1985-2016 Intel Corporation.  All rights reserved.

$ icc -cluster-openmp hi.cpp 
icc: command line error: option '-cluster-openmp' not supported