Dependencies for binary version:
- lapack
First copy the apps directory to the cluster. The azhpc-scp
can be used to do this:
azhpc-scp -r $azhpc_dir/apps hpcuser@headnode:.
Alternatively you can checkout the azurehpc repository but you will need to update the paths according to where you put it.
For this the headnode needs to be a HC node with CentOS-HPC-7.6 upwards
azhpc-run -u hpcuser $azhpc_dir/apps/opm/full_install_opm.sh
azhpc-run -u hpcuser $azhpc_dir/apps/opm/install_opm.sh
azhpc-connect -u hpcuser headnode
To run on a single node with 30 cores run
qsub -l select=1:ncpus=30:mpiprocs=30 $azhpc_dir/apps/opm/flow_norne.sh
To run on two node with 30 cores run
qsub -l select=2:ncpus=15:mpiprocs=15 $azhpc_dir/apps/opm/flow_norne.sh
Notes:
- All job outputs files will be stored in the user home dir with the prefix name OPM_norne.o.