Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
module unload mvapich2
module unload pgi
module load intel
module load mvapich2

Change these lines in the Makefile to use the Intel compilers with trestles:

Code Block

# gcc compiler:
#LIB = -lgfortran
# intel compiler:
LIB = -lifcore -limf -ldl

The /phase1 filesystem was phased out a few weeks back so the "basic" pbs script will not work with trestles at this time.
For now, import a script into the run configuration "Import PBS Script" option (you'll need to save a file like this to your c/c++ perspective shallow project area):

...