Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removing ollie and mistral, as maschines have been removed years ago #1198

Open
wants to merge 1 commit into
base: release
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion configs/components/fesom/fesom-2.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ choose_resolution:
nx: 830305
CAVCORE2:
nx: 72411
mesh_dir: "/work/ollie/pscholz/mesh_fesom2.0/cavity_72k/"
nproc: 288
PI_ICEv2:
nx: 132273
Expand Down
11 changes: 0 additions & 11 deletions configs/components/fesom/fesom-2.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,6 @@ time_dimension: "time"
pool_dir: "${computer.pool_directories.pool}"

choose_computer.name:
ollie:
pool_dir: "${computer.pool_directories.pool}/../clidyn/"
mistral:
pool_dir: "${computer.pool_directories.pool}/AWICM/"
climate_data_dir: "${pool_dir}/FESOM2/INITIAL/phc3.0/"
forcing_data_dir: "${pool_dir}/FESOM2/FORCING/"
mesh_base_dir: "${pool_dir}/FESOM2/MESHES_FESOM2.1/"
add_compiletime_environment_changes:
add_module_actions:
- "unload gcc"
- "load gcc/4.8.2"
levante:
pool_dir: "${computer.pool_directories.pool}/AWICM/"
climate_data_dir: "${pool_dir}/FESOM2/INITIAL/phc3.0/"
Expand Down
12 changes: 0 additions & 12 deletions configs/components/fesom/fesom-2.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,6 @@ time_dimension: "time"
pool_dir: "${computer.pool_directories.pool}"

choose_computer.name:
ollie:
pool_dir: "${computer.pool_directories.pool}/../clidyn/"
mistral:
pool_dir: "${computer.pool_directories.pool}/AWICM/"
climate_data_dir: "${pool_dir}/FESOM2/INITIAL/phc3.0/"
forcing_data_dir: "${pool_dir}/FESOM2/FORCING/"
mesh_base_dir: "${pool_dir}/FESOM2/MESHES_FESOM2.1/"
add_compiletime_environment_changes:
add_module_actions:
- "unload gcc"
- "load gcc/4.8.2"
levante:
pool_dir: "${computer.pool_directories.pool}/AWICM/"
climate_data_dir: "${pool_dir}/FESOM2/INITIAL/phc3.0/"
Expand Down Expand Up @@ -132,7 +121,6 @@ choose_resolution:
nx: 830305
CAVCORE2:
nx: 72411
mesh_dir: "/work/ollie/pscholz/mesh_fesom2.0/cavity_72k/"
nproc: 288
PI_ICEv2:
nx: 132273
Expand Down
3 changes: 0 additions & 3 deletions configs/components/fesom/fesom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -447,9 +447,6 @@ ignore_sources:
chloro: Chl_Sweeney.dat

choose_computer.name:
ollie:
pool_dir: "${computer.pool_directories.pool}/FESOM/"
mesh_base_dir: "${pool_dir}/meshes_default/"
blogin:
mesh_base_dir: "${pool_dir}/FESOM1/MESHES/"
glogin:
Expand Down
108 changes: 2 additions & 106 deletions configs/components/icon/icon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ compile_infos:
comp_command: make -j `nproc --all`

#comp_command: make
#conf_command: /home/ollie/dural/icon_utilities/change_mh_file.py && ./configure --with-fortran=gcc --with-openmp --with-grib_api
#conf_command: export STUFF_DIR=$PWD/../../../stuff; $STUFF_DIR/change_mh_file.py && ./configure --with-fortran=gcc --with-openmp --with-grib_api
#conf_command: ${general.esm_function_dir}/../stuff/change_mh_file.py && ./configure --with-fortran=gcc --with-openmp --with-grib_api

Expand All @@ -87,7 +86,7 @@ choose_version:
resolution: R02B05
dt_restart: 21600

pool_dir: "/work/ollie/rakoehler/icon_global_testcase/experiment"
pool_dir: "to_be_set"
input_dir: "${pool_dir}/input"
grid_dir: "${input_dir}/grid"
bound_dir: "${input_dir}/bound"
Expand Down Expand Up @@ -156,7 +155,7 @@ choose_version:
resolution: R3B11
dt_restart: 21600

pool_dir: "/work/ollie/dlittman/icon"
pool_dir: "to_be_set"
input_dir: "${pool_dir}/arctic/input"
grid_dir: "${input_dir}"
bound_dir: "${pool_dir}/test_cases/case_les/arctic/input/R3B11_CanadaI"
Expand Down Expand Up @@ -275,106 +274,3 @@ config_sources:
# Deniz: look at the conf_command. MPI env vars are deleted
useMPI:

choose_computer.name:
ollie:
add_compiletime_environment_changes:
add_module_actions:
- "unload cmake"
- "unload intel.compiler"
- "unload intel.mpi"
- "load gnu.compiler/6.3.0"
- "load centoslibs"
- "unload netcdf/4.6.2_intel"
- "load netcdf/4.6.2_gnu"
- "load cdo"
- "load nco"
- "load intel.mpi"

add_export_vars:
- 'FC=mpif90'
- 'F77=mpif90'
- 'MPIFC=mpif90'
- 'MPICC=mpigxx'
- 'CC=mpigcc'
- 'CXX=mpigxx'

choose_version:
2.6.2-rc:
add_module_actions:
- "purge"
- "load gnu.compiler/6.5.0"
- "load automake/1.16.2"
- "load intel.mpi"
- "load intel.compiler/18.0.5"
- "load hdf5"
- "load netcdf/4.6.2_intel"

add_export_vars:
- "HDF5_ROOT_ICON=/global/AWIsoft/hdf5/hdf5-1.10.2_gnu"
- "HDF5_LIBS_ICON='-lhdf5'"
- "NETCDF_ROOT_ICON=/global/AWIsoft/netcdf/4.6.2_intel_18.0.5"
- "NETCDF_LIBS_ICON='-lnetcdf'"
- "NETCDFF_ROOT_ICON=/global/AWIsoft/netcdf/4.6.2_intel_18.0.5"
- "NETCDFF_LIBS_ICON='-lnetcdff'"
- "GRIBAPI_ROOT_ICON=/global/AWIsoft/grib_api/1.12.3_gnu"
- "GRIBAPI_LIBS_ICON='-lgrib_api'"
- "XML2_ROOT='/usr'"
- "EXTRA_CONFIG_ARGS='--enable-intel-consistency --enable-vectorized-lrtm --disable-parallel-netcdf'"
- "FC=mpiifort"
- "F77=mpiifort"
- "MPIFC=mpiifort"
- "CC=mpiicc"
- "CXX=mpiicpc"

mistral:
add_compiletime_environment_changes:
add_module_actions:
- "unload cmake"
- "unload gcc/4.8.2"
- "load gcc/6.4.0"
- "unload openmpi-2.0.2p1_hpcx-gcc64"
- "load intelmpi/2018.5.288"
- "load anaconda3/bleeding_edge"
- "load netcdf_c/4.3.2-gcc48"
- "load cdo"
- "load nco"

add_export_vars:
- 'FC=mpif90'
- 'F77=mpif90'
- 'MPIFC=mpif90'
- 'MPICC=mpigxx'
- 'CC=mpigcc'
- 'CXX=mpigxx'

choose_version:
2.6.2-rc:
add_module_actions:
- "purge"
- "unload intel intelmpi"
- "unload gcc"
- "load gcc/6.4.0"
- "load intel/18.0.4"
- "load libtool/2.4.6"
- "load autoconf/2.69"
- "load automake/1.14.1"
- "load openmpi/2.0.2p1_hpcx-intel14"

add_export_vars:
- "HDF5_ROOT_ICON=/sw/rhel6-x64/hdf5/hdf5-1.8.18-parallel-openmpi2-intel14"
- "HDF5_LIBS_ICON='-lhdf5'"
- "NETCDF_ROOT_ICON=/sw/rhel6-x64/netcdf/netcdf_c-4.4.0-parallel-openmpi2-intel14"
- "NETCDF_LIBS_ICON='-lnetcdf'"
- "NETCDFF_ROOT_ICON=/sw/rhel6-x64/netcdf/netcdf_fortran-4.4.3-parallel-openmpi2-intel14"
- "NETCDFF_LIBS_ICON='-lnetcdff'"
- "GRIBAPI_ROOT_ICON=/sw/rhel6-x64/grib_api/grib_api-1.15.0-gcc48"
- "GRIBAPI_LIBS_ICON='-lgrib_api'"
- "XML2_ROOT='/usr'"
- "LD_LIBRARY_PATH=$HDF5_ROOT_ICON/lib:$NETCDF_ROOT_ICON/lib:$NETCDFF_ROOT_ICON/lib:$GRIBAPI_ROOT_ICON/lib:$LD_LIBRARY_PATH"
- "EXTRA_CONFIG_ARGS='--enable-intel-consistency --enable-vectorized-lrtm --enable-parallel-netcdf'"
- "FC=mpif90"
- "F77=mpif90"
- "MPIFC=mpif90"
- "CC=mpicc"
- "CXX=mpicxx"

1 change: 0 additions & 1 deletion configs/components/jsbach/jsbach.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ scenario_type: ${scenario}
config_sources:
'namelist.jsbach': "${namelist_dir}/namelist.jsbach"

# normally, except awicm on ollie :-(((
no_dynveg_file_ending: "_no-dynveg"
dynveg_file_ending: "_dynveg"

Expand Down
2 changes: 0 additions & 2 deletions configs/components/medusa/medusa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ environment_changes:
# ...

clean_command: ${defaults.clean_command}
#Ying: makefiles exist for ollie and levante (src-med, src-mcg and appa)
#to be chosen by choose_computer.name?
comp_command: "mkdir -p lib; mkdir -p include;
cd ${model_dir}/libthdyct/trunk; cp Makefile_mpiifort ./Makefile; make;
mv libthdyct.a ${model_dir}/lib;
Expand Down
1 change: 0 additions & 1 deletion configs/components/medusa/postprocessing_fesom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

# define directories
indir=$1
#fesom output: /work/ollie/yye/AWIESM_runs/PI_echamcold_nociso/outdata/fesom
outdir=$2
#save postprocessed files: experiment_dir/input/medusa?
startdate=$3 #date of the first fesom file to be postprocessed
Expand Down
36 changes: 0 additions & 36 deletions configs/components/mpiom/mpiom.compiletime_env_changes.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions configs/components/mpiom/mpiom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,4 @@ setup_dir: "${model_dir}"
time_step: 2700
resolution: GR15

further_reading:
- mpiom/mpiom.compiletime_env_changes.yaml

Loading
Loading