Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clusters
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nse-configs
nse-builds
clusters
Commits
f9fcef18
Commit
f9fcef18
authored
1 year ago
by
Debolskiy Andrey
Browse files
Options
Downloads
Patches
Plain Diff
debuging
parent
a8cc17cc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cluster_configs/ifa-cluster.cmake
+3
-3
3 additions, 3 deletions
cluster_configs/ifa-cluster.cmake
with
3 additions
and
3 deletions
cluster_configs/ifa-cluster.cmake
+
3
−
3
View file @
f9fcef18
...
...
@@ -8,7 +8,7 @@ if (USE_NETCDF)
endif
()
if
(
compiler_lc
STREQUAL
"intel"
)
if
(
COMPILER
STREQUAL
"intel"
)
if
(
NO_MPI
)
set
(
CMAKE_C_COMPILER icc CACHE STRING
"C compiler"
FORCE
)
# C compiler for serial build
set
(
CMAKE_CXX_COMPILER c++ CACHE STRING
"CXX compiler"
FORCE
)
# C++ compiler for serial build
...
...
@@ -21,11 +21,11 @@ if ( compiler_lc STREQUAL "intel")
set
(
comp_flags
" -restrict -alias-const -parallel -funroll-loops -no-ansi-alias -mavx -fma "
CACHE STRING FORCE
)
endif
()
if
(
compiler_lc
STREQUAL
"intel_oneapi"
)
if
(
COMPILER
STREQUAL
"intel_oneapi"
)
messege
(
ERROR
"ONEAPI is not supported on IFA cluster"
)
endif
()
if
(
compiler_lc
STREQUAL
"gnu"
)
if
(
COMPILER
STREQUAL
"gnu"
)
if
(
NO_MPI
)
set
(
CMAKE_C_COMPILER gcc CACHE STRING
"C compiler"
FORCE
)
# C compiler for serial build
set
(
CMAKE_CXX_COMPILER g++ CACHE STRING
"CXX compiler"
FORCE
)
# C++ compiler for serial build
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment