Skip to content

Commit

Permalink
All: portage craycc 5
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit128 committed Oct 20, 2024
1 parent 39f7ffd commit ebca28d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions Cassiopee/Envs/sh_Cassiopee_local
Original file line number Diff line number Diff line change
Expand Up @@ -764,11 +764,16 @@ elif [ "$MAC" = "adastra_cpu" ]; then
export ELSAPROD=$ELSAPROD$EXT
export OMP_NUM_THREADS=48
export PRODMODE=1
module load PrgEnv-cray
module purge
#module load craype-x86-genoa
#module load PrgEnv-cray
#module load cray-mpich/8.1.28
#module load cray-libsci/23.05.1.4

module load CCE-CPU-3.1.0
module load cray-python/3.11.5
module load cray-mpich/8.1.28
module load cray-hdf5-parallel/1.12.2.5
module load cray-libsci/23.05.1.4

export LD_LIBRARY_PATH="$CRAY_LD_LIBRARY_PATH":"$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"/opt/cray/pe/python/3.11.5/lib"
export PYTHONEXE=python3
Expand Down
2 changes: 1 addition & 1 deletion Cassiopee/KCore/KCore/Nuga/include/ngon_t.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -4643,7 +4643,7 @@ E_Int remove_phs(const std::set<E_Int>& PHslist)
if (Kn == IDX_NONE)
{
++nb_neighs;
assert(ng.PGs._type[Fn] == 0);
//assert(ng.PGs._type[Fn] == 0);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Cassiopee/KCore/installBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@
'adastra_cpu': [ 'Machine CINES Cray',
'crayftn', # f77compiler
'crayftn', # f90compiler
'craycxx', # Cppcompiler
'craycc', # Cppcompiler
[], # CppAdditionalOptions
[], # f77AdditionalOptions
False, # useOMP
Expand Down

0 comments on commit ebca28d

Please sign in to comment.