Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Workflow for installing CR-SIM on Derecho

tzaremba

New member
Hello,

I was wondering if anyone had any workflows for installing CR-SIM (BNL | Center for Multiscale Applied Sensing | CR-SIM) on Derecho. I was having issues getting it compiled.

Here were the steps I was trying to follow:

module load intel
module load netcdf

export FC=/glade/u/apps/derecho/23.09/spack/opt/spack/ncarcompilers/1.0.0/oneapi/2023.2.1/6q5s/bin/gfortran
export NETCDF_ROOT=/glade/u/apps/derecho/23.09/spack/opt/spack/netcdf/4.9.2/packages/netcdf-c/4.9.2/oneapi/2023.2.1/cnx4

export NETCDF_FORTRAN_ROOT=$NETCDF_ROOT
export LD_LIBRARY_PATH=$NETCDF_FORTRAN_ROOT/lib:$LD_LIBRARY_PATH
echo $NETCDF_FORTRAN_ROOT

./configure --with-netcdf=$NETCDF_ROOT --with-netcdf-fortran=$NETCDF_FORTRAN_ROOT --prefix=$INSTDIR

Thanks for your help!
 
Top