Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing unsupported platforms. #1416

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions bin/guess
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ _guess_platform()
default_platform=queenbeeC
elif [ 1 -eq $(echo $HOSTNAME | grep -c smic) ]; then
default_platform=supermic
elif [ 1 -eq $(echo $HOSTNAME | grep -c ls5) ]; then
default_platform=lonestar5
elif [ 1 -eq $(echo $HOSTNAME | grep -c frontera) ]; then
default_platform=frontera
elif [ 1 -eq $(echo $HOSTNAME | grep -c soldier) ]; then
Expand Down
1 change: 0 additions & 1 deletion init-asgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ if [ -z "$BATCH" ]; then
echo "queenbee - Queenbee (LONI)" # qb2
echo "queenbeeC - QueenbeeC (LONI)" # qbC
echo "supermic - SuperMIC (LSU HPC)" # smic
echo "lonestar5 - Lonestar (TACC)" # ls5
echo "frontera - Frontera (TACC)" # frontera
fi

Expand Down
52 changes: 0 additions & 52 deletions platforms/chpc/README

This file was deleted.

1 change: 0 additions & 1 deletion platforms/chpc/about.txt

This file was deleted.

21 changes: 0 additions & 21 deletions platforms/chpc/init.sh

This file was deleted.

1 change: 0 additions & 1 deletion platforms/hatteras/about.txt

This file was deleted.

37 changes: 0 additions & 37 deletions platforms/hatteras/init.sh

This file was deleted.

Loading