Skip to content

Commit

Permalink
improve message
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Jan 10, 2025
1 parent 1b3f03c commit 4ab6aad
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ stages:
pending:
stage: .pre
variables:
STATUS_MESSAGE: "Waiting for manual approval to run on NERSC system..."
STATUS_MESSAGE: "Waiting for manual approval..."
extends:
- .report-status

Expand Down Expand Up @@ -62,6 +62,7 @@ perlmutter-no-cache-build:
SCHEDULER_PARAMETERS: "-A ${PDC_PROJECT} --qos=debug --constraint=cpu --tasks-per-node=64 -N 1 -t 00:30:00"
SUPERCOMPUTER: "perlmutter"
MERCURY_DIR: "/global/cfs/cdirs/${PDC_PROJECT}/pdc-perlmutter/mercury/install"
STATUS_MESSAGE: ""
script:
- module load libfabric
- module list
Expand All @@ -70,6 +71,8 @@ perlmutter-no-cache-build:
- cmake ../../.. -DBUILD_MPI_TESTING=ON -DBUILD_SHARED_LIBS=ON -DPDC_SERVER_CACHE=OFF -DBUILD_TESTING=ON -DCMAKE_INSTALL_PREFIX=$PDC_DIR -DPDC_ENABLE_MPI=ON -DMERCURY_DIR=$MERCURY_DIR -DCMAKE_C_COMPILER=cc -DMPI_RUN_CMD="srun -A ${PDC_PROJECT} --qos=debug --constraint=cpu --tasks-per-node=64" -DCMAKE_INSTALL_PREFIX=${PDC_INSTALL_PATH}/perlmutter/no-cache
- make -j
- make install
extends:
- .report-status
artifacts:
paths:
- ${PDC_BUILD_PATH}/perlmutter/no-cache
Expand All @@ -90,6 +93,7 @@ perlmutter-cache-build:
SCHEDULER_PARAMETERS: "-A ${PDC_PROJECT} --qos=debug --constraint=cpu --tasks-per-node=64 -N 1 -t 00:30:00"
SUPERCOMPUTER: "perlmutter"
MERCURY_DIR: "/global/cfs/cdirs/${PDC_PROJECT}/pdc-perlmutter/mercury/install"
STATUS_MESSAGE: ""
script:
- module load libfabric
- module list
Expand All @@ -98,6 +102,8 @@ perlmutter-cache-build:
- cmake ../../.. -DBUILD_MPI_TESTING=ON -DBUILD_SHARED_LIBS=ON -DPDC_SERVER_CACHE=ON -DBUILD_TESTING=ON -DCMAKE_INSTALL_PREFIX=$PDC_DIR -DPDC_ENABLE_MPI=ON -DMERCURY_DIR=$MERCURY_DIR -DCMAKE_C_COMPILER=cc -DMPI_RUN_CMD="srun -A ${PDC_PROJECT} --qos=debug --constraint=cpu --tasks-per-node=64" -DCMAKE_INSTALL_PREFIX=${PDC_INSTALL_PATH}/perlmutter/cache
- make -j
- make install
extends:
- .report-status
artifacts:
paths:
- ${PDC_BUILD_PATH}/perlmutter/cache
Expand Down

0 comments on commit 4ab6aad

Please sign in to comment.