Skip to content

Commit

Permalink
changed jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
seshadri levante committed Dec 1, 2023
1 parent 3a5d625 commit 623e143
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ slurm.out
fesom2.out
/work/*.nsys-rep
build_*/
CMakeCache.txt
CMakeFiles/
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set -e
source /sw/etc/profile.levante
#source ../env/levante.dkrz.de/shell
#read -r USED_SHELL < ../bin/current_shell_path
USED_SHELL="/work/ab0995/a270232/base_fesom/env/levante.dkrz.de/shell.nvhpc"
USED_SHELL="/work/ab0995/a270232/tracer_porting_fesom/env/levante.dkrz.de/shell.nvhpc"
source $USED_SHELL

#source /work/ab0995/a270232/refactoring/fesom2/env/levante.dkrz.de/shell.nvhpc
Expand All @@ -36,7 +36,7 @@ JOBID=`echo $SLURM_JOB_ID |cut -d"." -f1`

rm -f fesom.x
#ln -s ../bin/fesom.x . # cp -n ../bin/fesom.x
ln -s /work/ab0995/a270232/base_fesom/build_disable_openacc_atomics/src/fesom fesom.x
ln -s /work/ab0995/a270232/tracer_porting_fesom/build_disable_openacc_atomics/src/fesom fesom.x
#ln -s ../bin/fesom.x . # cp -n ../bin/fesom.x

export OMP_NUM_THREADS=4
Expand Down Expand Up @@ -69,4 +69,4 @@ date
#export EXITSTATUS=$?
#if [ ${EXITSTATUS} -eq 0 ] || [ ${EXITSTATUS} -eq 127 ] ; then
#sbatch job_mistral
#fi
#fi
5 changes: 2 additions & 3 deletions work/job_levante_gpu → work/job_levante_openacc_atomics
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set -e
source /sw/etc/profile.levante
#source ../env/levante.dkrz.de/shell
#read -r USED_SHELL < ../bin/current_shell_path
USED_SHELL="/work/ab0995/a270232/base_fesom/env/levante.dkrz.de/shell.nvhpc"
USED_SHELL="/work/ab0995/a270232/tracer_porting_fesom/env/levante.dkrz.de/shell.nvhpc"
source $USED_SHELL

#source /work/ab0995/a270232/refactoring/fesom2/env/levante.dkrz.de/shell.nvhpc
Expand All @@ -36,7 +36,7 @@ JOBID=`echo $SLURM_JOB_ID |cut -d"." -f1`

rm -f fesom.x
#ln -s ../bin/fesom.x . # cp -n ../bin/fesom.x
ln -s /work/ab0995/a270232/base_fesom/build_openacc_atomics/src/fesom fesom.x
ln -s /work/ab0995/a270232/tracer_porting_fesom/build_openacc_atomics/src/fesom fesom.x
#ln -s ../bin/fesom.x . # cp -n ../bin/fesom.x

export OMP_NUM_THREADS=4
Expand Down Expand Up @@ -70,4 +70,3 @@ date
#if [ ${EXITSTATUS} -eq 0 ] || [ ${EXITSTATUS} -eq 127 ] ; then
#sbatch job_mistral
#fi

0 comments on commit 623e143

Please sign in to comment.