Skip to content
Snippets Groups Projects
Commit 855b3092 authored by Oriol Tintó Prims's avatar Oriol Tintó Prims
Browse files

Trying to dynamically change the platform.

parent 45f0d16e
No related branches found
No related tags found
1 merge request!4Switching to the advanced configuration method and fixing spack build.
...@@ -23,3 +23,5 @@ python_environment: ...@@ -23,3 +23,5 @@ python_environment:
# Just to try a library from a git repository. # Just to try a library from a git repository.
- git+https://gitlab.physik.uni-muenchen.de/Oriol.Tinto/otils.git - git+https://gitlab.physik.uni-muenchen.de/Oriol.Tinto/otils.git
- f90nml - f90nml
LOGIN: "LOGIN"
\ No newline at end of file
...@@ -77,14 +77,14 @@ JOBS: ...@@ -77,14 +77,14 @@ JOBS:
DEPENDENCIES: BUILD_ICON DEPENDENCIES: BUILD_ICON
RUNNING: once RUNNING: once
WALLCLOCK: 00:10 WALLCLOCK: 00:10
PLATFORM: LOGIN PLATFORM: %LOGIN%
PREPARE_IDEAL_DIRECTORY: PREPARE_IDEAL_DIRECTORY:
FILE: templates/real-from-ideal/prepare_ideal_directory.sh FILE: templates/real-from-ideal/prepare_ideal_directory.sh
DEPENDENCIES: PREPARE_EXPERIMENT DEPENDENCIES: PREPARE_EXPERIMENT
RUNNING: date RUNNING: date
WALLCLOCK: 00:10 WALLCLOCK: 00:10
PLATFORM: LOGIN PLATFORM: %LOGIN%
PREPARE_IDEAL_NAMELIST: PREPARE_IDEAL_NAMELIST:
FILE: templates/real-from-ideal/prepare_ideal_namelist.py FILE: templates/real-from-ideal/prepare_ideal_namelist.py
...@@ -93,7 +93,7 @@ JOBS: ...@@ -93,7 +93,7 @@ JOBS:
WALLCLOCK: 00:10 WALLCLOCK: 00:10
TYPE: python TYPE: python
EXECUTABLE: "%HPCROOTDIR%/%python_environment.folder_name%/bin/python3" EXECUTABLE: "%HPCROOTDIR%/%python_environment.folder_name%/bin/python3"
PLATFORM: LOGIN PLATFORM: %LOGIN%
RUN_IDEAL: RUN_IDEAL:
FILE: templates/real-from-ideal/run_ideal.sh FILE: templates/real-from-ideal/run_ideal.sh
...@@ -123,7 +123,7 @@ JOBS: ...@@ -123,7 +123,7 @@ JOBS:
DEPENDENCIES: FG_ANA_FROM_IDEALIZED EXTPAR_FROM_IDEALIZED DEPENDENCIES: FG_ANA_FROM_IDEALIZED EXTPAR_FROM_IDEALIZED
RUNNING: member RUNNING: member
WALLCLOCK: 01:00 WALLCLOCK: 01:00
PLATFORM: LOGIN PLATFORM: %LOGIN%
PREPARE_CHUNK: PREPARE_CHUNK:
FILE: templates/real-from-ideal/prepare_chunk.py FILE: templates/real-from-ideal/prepare_chunk.py
...@@ -160,4 +160,4 @@ JOBS: ...@@ -160,4 +160,4 @@ JOBS:
DEPENDENCIES: TRANSFER DEPENDENCIES: TRANSFER
WALLCLOCK: 00:10 WALLCLOCK: 00:10
RUNNING: member RUNNING: member
PLATFORM: LOGIN PLATFORM: %LOGIN%
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment