-
Notifications
You must be signed in to change notification settings - Fork 6
(4) Running COGENT
Maxim Umansky edited this page Nov 18, 2022
·
4 revisions
Running COGENT on Cori at NERSC
- Running the GAM example:
- mkdir RUNS; cd RUNS
- mkdir gam; cd gam
- cp PATH_TO_COGENT/sample_inputs/gam/gam.in .
- ln -s PATH_TO_COGENT/exec/cogent.Linux.64.CC.ftn.OPT.MPI.ex cogent.ex
- salloc -N 1 -q debug -C haswell -t 00:30:00 -L SCRATCH
- srun -n32 cogent.ex gam.in
Running COGENT on Perlmutter at NERSC
- Running the GAM example:
- mkdir RUNS; cd RUNS
- mkdir gam; cd gam
- cp PATH_TO_COGENT/sample_inputs/gam/gam.in .
- ln -s PATH_TO_COGENT/exec/cogent.Linux.64.CC.ftn.OPT.MPI.ex cogent.ex
- salloc -N1 -q debug -t 00:30:00 -C cpu
- srun -n32 cogent.ex gam.in
COGENT Wiki
test