-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from pabloprf/development_upgrade
Refactored remote execution handler, general improvements and bug fixes in preparation for release
- Loading branch information
Showing
101 changed files
with
5,803 additions
and
5,323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# This is a setup file for NERSC Perlmutter. Remember (see Installation guide) that this is not | ||
# stricly necessary. However, it is convenient to have it here, so that you can load the modules | ||
# with a single command. If you do not want to use this file, you can load the modules manually | ||
# if you have these lines in your .bashrc (or equivalent) | ||
|
||
if [ "$NERSC_HOST" = perlmutter ] | ||
then | ||
! [ -z "$PS1" ] && echo " * PERLMUTTER" | ||
|
||
# ------------------------------------------------------------------------------------------------ | ||
# GACODE | ||
# ------------------------------------------------------------------------------------------------ | ||
|
||
export GACODE_PLATFORM=PERLMUTTER_GPU | ||
export GACODE_ROOT=$HOME/gacode | ||
. $GACODE_ROOT/shared/bin/gacode_setup | ||
. ${GACODE_ROOT}/platform/env/env.$GACODE_PLATFORM | ||
fi | ||
|
||
source $MITIM_PATH/config/machines_sources/slurm_aliases.bashrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.