Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
Add readme with bashrc file used on frontier.
  • Loading branch information
pjmaechling committed Aug 4, 2023
1 parent b655214 commit 98962c1
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions examples/mpi/frontier/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Configure frontier environment with this .bashrc file

# This is the .bashrc. This runs on non-interactive sessions. Define
# paths and others here. The interactive shell calls this one.
#
#
#export PATH=$PATH:.
source ~/.bash_profile
#module purge
module load PrgEnv-gnu
#module load python
#module load fftw
#module swap xl gcc
#We keep hanging on MPI_Finalize with darshan
module unload darshan-runtime

#export FFTW_INCDIR=/gpfs/alpine/geo112/proj-shared/pmaech/bbp_test/include
#export FFTW_LIBDIR=/gpfs/alpine/geo112/proj-shared/pmaech/bbp_test/lib

#export BBP_DIR=/gpfs/alpine/geo112/proj-shared/pmaech/bbp_test/bbp/bbp
#export BBP_GF_DIR=/gpfs/alpine/geo112/proj-shared/pmaech/bbp_test/bbp_gf
#export BBP_VAL_DIR=/gpfs/alpine/geo112/proj-shared/pmaech/bbp_test/bbp_val
#export PYTHONPATH=/gpfs/alpine/geo112/proj-shared/pmaech/bbp_test/bbp/bbp/comps:/gpfs/alpine/geo112/proj-shared/pmaech/bbp_test/bbp
/bbp/comps/PySeismoSoil:
#export BBP_DATA_DIR=/gpfs/alpine/geo112/proj-shared/pmaech/bbp_test/bbp_data
#export PATH=/gpfs/alpine/geo112/proj-shared/pmaech/bbp_test/bbp/bbp/comps:/gpfs/alpine/geo112/proj-shared/pmaech/bbp_test/bbp/bbp/u
tils/batch:$PATH
#ulimit -s unlimited
export PATH="/lustre/orion/geo112/proj-shared/pmaech/miniconda_frontier/bin:$PATH"
source /lustre/orion/geo112/proj-shared/pmaech/ucvm227/conf/ucvm_env.s

0 comments on commit 98962c1

Please sign in to comment.