-
Notifications
You must be signed in to change notification settings - Fork 0
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
Gaea machine name #14
Gaea machine name #14
Conversation
@zach1221 most of these changes look good, but some seem redundant to commits already in my pr branch. a can you check if your updates reflect the most up to date version of my branch? |
tests/compile.sh
Outdated
if [[ $MACHINE_ID == gaea-c5 ]]; then | ||
source /lustre/f2/dev/role.epic/contrib/Lmod_init_C5.sh | ||
if [[ $MACHINE_ID == gaea ]]; then | ||
source /gpfs/f5/epic/scratch/role.epic/contrib/Lmod_init_C5.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@natalie-perlin is the source /gpfs/f5/epic/scratch/role.epic/contrib/Lmod_init_C5.sh
still needed here? i know you mentioned that we do not need to source this file in module-setup.sh
anymore, and i've replaced it there with module reset
. thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ulmononian I've changed mine to module reset to match yours.
tests/module-setup.sh
Outdated
@@ -75,7 +75,7 @@ elif [[ $MACHINE_ID = gaea-c5 ]] ; then | |||
# /etc/profile here. | |||
source /etc/profile | |||
fi | |||
source /lustre/f2/dev/role.epic/contrib/Lmod_init_C5.sh | |||
source /gpfs/f5/epic/scratch/role.epic/contrib/Lmod_init_C5.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zach1221 @natalie-perlin my understanding is that we just need to do module reset
here now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ulmononian good here
tests/rt.sh
Outdated
module load rocoto | ||
ROCOTORUN=$(which rocotorun) | ||
ROCOTOSTAT=$(which rocotostat) | ||
ROCOTOCOMPLETE=$(which rocotocomplete) | ||
ROCOTO_SCHEDULER=slurm | ||
|
||
module use /ncrc/proj/epic/miniconda3/modulefiles | ||
module load miniconda3/4.12.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don't think we need to load miniconda here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we? python is loaded below which is sufficient for spack-stack
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ulmononian done.
module load PrgEnv-intel/8.3.3 | ||
module load intel-classic/2023.1.0 | ||
module load cray-mpich/8.1.25 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please add module load cray-mpich/8.1.25
back?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ulmononian ok module added back.
Commit Queue Requirements:
PR Information
Description
Commit Message
Priority
Blocking Dependencies
Git Issues Fixed By This PR
Changes
Subcomponent (with links)
Input data
Regression Tests:
FAILED REGRESSION TESTS
Libraries
Testing Log: