Updated: 18 October 2023
...
Code Block | ||
---|---|---|
| ||
cd WPS ./configure # Type 39, then press Enter <-- Cray XC CLE/Linux x86_64, Intel compiler (dmpar) |
4.
...
Edit configure.wps
Open ./configure.wps using a text editor such as vi
Add
-L$(EBROOTLIBPNG)/lib
between -ljasper and -lpngAppend
-Wno-implicit-function-declaration -Wno-implicit-int
tocc
.
...
Code Block |
---|
#!/bin/bash #SBATCH -p compute # Partition #SBATCH -N 1 # Number of nodes #SBATCH --ntasks-per-node=16 # Number of MPI processes per node #SBATCH -t 5-00:00:00 # Job runtime limit #SBATCH -J WPS # Job name #SBATCH -A ltxxxxxx # Account *** {USER EDIT} *** module purge module load cpeIntel/23.09 module load cray-hdf5-parallel/1.12.2.7 module load cray-netcdf-hdf5parallel/4.9.0.7 module load cray-parallel-netcdf/1.12.3.7 module load libpng/1.6.39-cpeIntel-23.09 module load JasPer/1.900.1-cpeIntel-23.09 export OMP_NUM_THREADS=1 ulimit -s unlimited srun -n16 ./geogrid.exe srun -N1 -n1 ./ungrib.exe srun -n16 ./metgrid.exe #srun -n16 ./real.exe #srun ./wrf.exe |
...
Contact Us
ThaiSC support service : thaisc-support@nstda.or.th